/linux/drivers/media/i2c/ |
H A D | lm3560.c | 269 .g_volatile_ctrl = lm3560_led0_get_ctrl, 273 .g_volatile_ctrl = lm3560_led1_get_ctrl,
|
H A D | lm3646.c | 199 .g_volatile_ctrl = lm3646_get_ctrl,
|
H A D | tw2804.c | 328 .g_volatile_ctrl = tw2804_g_volatile_ctrl,
|
H A D | adp1653.c | 194 .g_volatile_ctrl = adp1653_get_ctrl,
|
H A D | mt9m001.c | 639 .g_volatile_ctrl = mt9m001_g_volatile_ctrl,
|
H A D | ov7740.c | 584 .g_volatile_ctrl = ov7740_get_volatile_ctrl,
|
H A D | max2175.c | 1191 .g_volatile_ctrl = max2175_g_volatile_ctrl,
|
H A D | ov6650.c | 982 .g_volatile_ctrl = ov6550_g_volatile_ctrl,
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 152 .g_volatile_ctrl = ivtv_g_volatile_ctrl,
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | vdec_ctrls.c | 93 .g_volatile_ctrl = vdec_op_g_volatile_ctrl,
|
H A D | venc_ctrls.c | 427 .g_volatile_ctrl = venc_op_g_volatile_ctrl,
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 20 3) How do I get the control's value? (i.e. g_volatile_ctrl) 356 that most drivers do not need to implement the g_volatile_ctrl() op. The 359 implement g_volatile_ctrl like this: 372 Note that you use the 'new value' union as well in g_volatile_ctrl. In general 373 controls that need to implement g_volatile_ctrl are read-only controls. If they 613 g_volatile_ctrl operation should return the value that the hardware's automatic 617 active again and the volatile flag is cleared (so g_volatile_ctrl is no longer
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-request.c | 371 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()
|
H A D | v4l2-ctrls-api.c | 474 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common() 789 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
|
H A D | v4l2-flash-led-class.c | 307 .g_volatile_ctrl = v4l2_flash_g_volatile_ctrl,
|
H A D | v4l2-ctrls-core.c | 2397 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster() 2423 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 125 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member
|
/linux/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-ctrls.c | 425 .g_volatile_ctrl = s5c73m3_g_volatile_ctrl,
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 547 .g_volatile_ctrl = mtk_vdec_g_v_ctrl,
|
/linux/drivers/media/usb/gspca/ |
H A D | t613.c | 941 .g_volatile_ctrl = sd_g_volatile_ctrl,
|
H A D | ov534.c | 1200 .g_volatile_ctrl = ov534_g_volatile_ctrl,
|
/linux/drivers/media/tuners/ |
H A D | e4000.c | 564 .g_volatile_ctrl = e4000_g_volatile_ctrl,
|
/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 339 .g_volatile_ctrl = gc2235_g_volatile_ctrl
|
H A D | atomisp-ov2722.c | 427 .g_volatile_ctrl = ov2722_g_volatile_ctrl
|
/linux/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 34 .g_volatile_ctrl = pwc_g_volatile_ctrl,
|