Searched refs:try_ctrl (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/media/platform/vsp1/ | 
| D | vsp1_hgt.c | 108 	.try_ctrl = hgt_hue_areas_try_ctrl,
 | 
| /Linux-v5.4/include/media/ | 
| D | v4l2-ctrls.h | 90 	int (*try_ctrl)(struct v4l2_ctrl *ctrl);  member
 | 
| /Linux-v5.4/Documentation/media/kapi/ | 
| D | v4l2-controls.rst | 21 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' union
 386 While in g_volatile/s/try_ctrl you can access the value of all controls owned
 400 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
 
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | saa6752hs.c | 639 	.try_ctrl = saa6752hs_try_ctrl,
 | 
| D | mt9m032.c | 663 	.try_ctrl = mt9m032_try_ctrl,
 | 
| /Linux-v5.4/drivers/media/usb/hdpvr/ | 
| D | hdpvr-video.c | 1157 	.try_ctrl = hdpvr_try_ctrl,
 | 
| /Linux-v5.4/drivers/media/common/ | 
| D | cx2341x.c | 1535 	.try_ctrl = cx2341x_try_ctrl,
 | 
| /Linux-v5.4/drivers/media/platform/vicodec/ | 
| D | vicodec-core.c | 1871 	.try_ctrl = vicodec_try_ctrl,
 | 
| /Linux-v5.4/drivers/media/platform/s5p-jpeg/ | 
| D | jpeg-core.c | 1957 	.try_ctrl		= s5p_jpeg_try_ctrl,
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 3684 	ret = call_op(master, try_ctrl);  in try_or_set_cluster()
 |