Searched refs:try_ctrl (Results 1 – 8 of 8) sorted by relevance
72 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member
16 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' union364 While in g_volatile/s/try_ctrl you can access the value of all controls owned376 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
640 .try_ctrl = saa6752hs_try_ctrl,
676 .try_ctrl = mt9m032_try_ctrl,
1153 .try_ctrl = hdpvr_try_ctrl,
1513 .try_ctrl = cx2341x_try_ctrl,
1679 .try_ctrl = s5p_jpeg_try_ctrl,
2997 ret = call_op(master, try_ctrl); in try_or_set_cluster()