Searched refs:g_volatile_ctrl (Results 1 – 25 of 49) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | lm3560.c | 269 .g_volatile_ctrl = lm3560_led0_get_ctrl, 273 .g_volatile_ctrl = lm3560_led1_get_ctrl,
|
D | tw2804.c | 328 .g_volatile_ctrl = tw2804_g_volatile_ctrl,
|
D | lm3646.c | 199 .g_volatile_ctrl = lm3646_get_ctrl,
|
D | adp1653.c | 194 .g_volatile_ctrl = adp1653_get_ctrl,
|
D | mt9m001.c | 644 .g_volatile_ctrl = mt9m001_g_volatile_ctrl,
|
D | ov2680.c | 866 .g_volatile_ctrl = ov2680_g_volatile_ctrl,
|
D | ov7740.c | 587 .g_volatile_ctrl = ov7740_get_volatile_ctrl,
|
D | max2175.c | 1192 .g_volatile_ctrl = max2175_g_volatile_ctrl,
|
D | ov6650.c | 911 .g_volatile_ctrl = ov6550_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | vdec_ctrls.c | 84 .g_volatile_ctrl = vdec_op_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
D | ivtv-controls.c | 152 .g_volatile_ctrl = ivtv_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
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
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-ctrls.h | 115 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member
|
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 427 .g_volatile_ctrl = s5c73m3_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 480 .g_volatile_ctrl = fm_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/i2c/m5mols/ |
D | m5mols_controls.c | 521 .g_volatile_ctrl = m5mols_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-flash-led-class.c | 281 .g_volatile_ctrl = v4l2_flash_g_volatile_ctrl,
|
D | v4l2-ctrls.c | 3021 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster() 3716 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common() 3861 ret = call_op(master, g_volatile_ctrl); in get_ctrl() 4030 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster() 4386 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | e4000.c | 564 .g_volatile_ctrl = e4000_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
D | t613.c | 941 .g_volatile_ctrl = sd_g_volatile_ctrl,
|
D | ov534.c | 1200 .g_volatile_ctrl = ov534_g_volatile_ctrl,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
D | atomisp-lm3554.c | 488 .g_volatile_ctrl = lm3554_g_volatile_ctrl
|
D | atomisp-gc2235.c | 486 .g_volatile_ctrl = gc2235_g_volatile_ctrl
|
D | atomisp-ov2722.c | 574 .g_volatile_ctrl = ov2722_g_volatile_ctrl
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 34 .g_volatile_ctrl = pwc_g_volatile_ctrl,
|
12