/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 | ov6650.c | 982 .g_volatile_ctrl = ov6550_g_volatile_ctrl,
|
H A D | max2175.c | 1191 .g_volatile_ctrl = max2175_g_volatile_ctrl,
|
H A D | ov5693.c | 547 .g_volatile_ctrl = ov5693_g_volatile_ctrl
|
H A D | ov9650.c | 977 .g_volatile_ctrl = ov965x_g_volatile_ctrl,
|
H A D | saa7115.c | 1575 .g_volatile_ctrl = saa711x_g_volatile_ctrl,
|
H A D | ov7670.c | 1629 .g_volatile_ctrl = ov7670_g_volatile_ctrl,
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 152 .g_volatile_ctrl = ivtv_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) 359 that most drivers do not need to implement the g_volatile_ctrl() op. The 362 implement g_volatile_ctrl like this: 375 Note that you use the 'new value' union as well in g_volatile_ctrl. In general 376 controls that need to implement g_volatile_ctrl are read-only controls. If they 616 g_volatile_ctrl operation should return the value that the hardware's automatic 620 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 | 446 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common() 755 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 | 2274 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster() 2300 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 123 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/pci/intel/ivsc/ |
H A D | mei_csi.c | 499 .g_volatile_ctrl = mei_csi_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,
|
/linux/drivers/media/tuners/ |
H A D | e4000.c | 564 .g_volatile_ctrl = e4000_g_volatile_ctrl,
|
/linux/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 34 .g_volatile_ctrl = pwc_g_volatile_ctrl,
|