Searched refs:try_ctrl (Results 1 – 9 of 9) sorted by relevance
108 .try_ctrl = hgt_hue_areas_try_ctrl,
71 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member
19 4) How do I validate the user's proposed control value? (i.e. try_ctrl)380 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union386 While in g_volatile/s/try_ctrl you can access the value of all controls owned400 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
651 .try_ctrl = saa6752hs_try_ctrl,
671 .try_ctrl = mt9m032_try_ctrl,
1162 .try_ctrl = hdpvr_try_ctrl,
1509 .try_ctrl = cx2341x_try_ctrl,
1986 .try_ctrl = s5p_jpeg_try_ctrl,
3150 ret = call_op(master, try_ctrl); in try_or_set_cluster()