Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dv4l2-ctrls.h72 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt16 4) How do I validate the user's proposed control value? (i.e. try_ctrl)
358 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union
364 While in g_volatile/s/try_ctrl you can access the value of all controls owned
376 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
/linux-4.1.27/drivers/media/i2c/
Dsaa6752hs.c640 .try_ctrl = saa6752hs_try_ctrl,
Dmt9m032.c676 .try_ctrl = mt9m032_try_ctrl,
/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-video.c1153 .try_ctrl = hdpvr_try_ctrl,
/linux-4.1.27/drivers/media/common/
Dcx2341x.c1513 .try_ctrl = cx2341x_try_ctrl,
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1679 .try_ctrl = s5p_jpeg_try_ctrl,
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c2997 ret = call_op(master, try_ctrl); in try_or_set_cluster()