Home
last modified time | relevance | path

Searched refs:vi_ctrl_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/media/tegra-video/
H A Dvi.c931 static const struct v4l2_ctrl_ops vi_ctrl_ops = { variable
942 .ops = &vi_ctrl_ops,
959 v4l2_ctrl_new_std_menu_items(&chan->ctrl_handler, &vi_ctrl_ops, in tegra_channel_setup_ctrl_handler()
997 v4l2_ctrl_new_std(&chan->ctrl_handler, &vi_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0); in tegra_channel_setup_ctrl_handler()
998 v4l2_ctrl_new_std(&chan->ctrl_handler, &vi_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in tegra_channel_setup_ctrl_handler()