Home
last modified time | relevance | path

Searched refs:g_volatile_ctrl (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c85 .g_volatile_ctrl = vdec_op_g_volatile_ctrl,
/Linux-v4.19/drivers/media/i2c/
Dlm3560.c277 .g_volatile_ctrl = lm3560_led0_get_ctrl,
281 .g_volatile_ctrl = lm3560_led1_get_ctrl,
Dlm3646.c202 .g_volatile_ctrl = lm3646_get_ctrl,
Dtw2804.c336 .g_volatile_ctrl = tw2804_g_volatile_ctrl,
Dadp1653.c203 .g_volatile_ctrl = adp1653_get_ctrl,
Dov2680.c877 .g_volatile_ctrl = ov2680_g_volatile_ctrl,
Dov7740.c562 .g_volatile_ctrl = ov7740_get_volatile_ctrl,
Dov6650.c855 .g_volatile_ctrl = ov6550_g_volatile_ctrl,
Dmax2175.c1200 .g_volatile_ctrl = max2175_g_volatile_ctrl,
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-controls.c164 .g_volatile_ctrl = ivtv_g_volatile_ctrl,
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-controls.rst18 3) How do I get the control's value? (i.e. g_volatile_ctrl)
350 that most drivers do not need to implement the g_volatile_ctrl() op. The
353 implement g_volatile_ctrl like this:
366 Note that you use the 'new value' union as well in g_volatile_ctrl. In general
367 controls that need to implement g_volatile_ctrl are read-only controls. If they
607 g_volatile_ctrl operation should return the value that the hardware's automatic
611 active again and the volatile flag is cleared (so g_volatile_ctrl is no longer
/Linux-v4.19/include/media/
Dv4l2-ctrls.h70 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member
/Linux-v4.19/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c496 .g_volatile_ctrl = fm_g_volatile_ctrl,
/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c435 .g_volatile_ctrl = s5c73m3_g_volatile_ctrl,
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c2477 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()
3026 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls()
3072 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
3229 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
Dv4l2-flash-led-class.c284 .g_volatile_ctrl = v4l2_flash_g_volatile_ctrl,
/Linux-v4.19/drivers/media/i2c/m5mols/
Dm5mols_controls.c525 .g_volatile_ctrl = m5mols_g_volatile_ctrl,
/Linux-v4.19/drivers/media/usb/gspca/
Dt613.c950 .g_volatile_ctrl = sd_g_volatile_ctrl,
Dov534.c1144 .g_volatile_ctrl = ov534_g_volatile_ctrl,
/Linux-v4.19/drivers/media/tuners/
De4000.c577 .g_volatile_ctrl = e4000_g_volatile_ctrl,
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dmt9m001.c573 .g_volatile_ctrl = mt9m001_g_volatile_ctrl,
Dmt9v022.c769 .g_volatile_ctrl = mt9v022_g_volatile_ctrl,
/Linux-v4.19/drivers/staging/media/mt9t031/
Dmt9t031.c678 .g_volatile_ctrl = mt9t031_g_volatile_ctrl,
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-v4l.c46 .g_volatile_ctrl = pwc_g_volatile_ctrl,
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c773 .g_volatile_ctrl = s5p_mfc_dec_g_v_ctrl,

12