Searched refs:vi_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | vi.c | 928 static const struct v4l2_ctrl_ops vi_ctrl_ops = { variable 939 .ops = &vi_ctrl_ops, 956 v4l2_ctrl_new_std_menu_items(&chan->ctrl_handler, &vi_ctrl_ops, in tegra_channel_setup_ctrl_handler() 994 v4l2_ctrl_new_std(&chan->ctrl_handler, &vi_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0); in tegra_channel_setup_ctrl_handler() 995 v4l2_ctrl_new_std(&chan->ctrl_handler, &vi_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in tegra_channel_setup_ctrl_handler()
|