Home
last modified time | relevance | path

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

12

/linux/drivers/media/i2c/
H A Dlm3560.c269 .g_volatile_ctrl = lm3560_led0_get_ctrl,
273 .g_volatile_ctrl = lm3560_led1_get_ctrl,
H A Dlm3646.c199 .g_volatile_ctrl = lm3646_get_ctrl,
H A Dtw2804.c328 .g_volatile_ctrl = tw2804_g_volatile_ctrl,
H A Dadp1653.c194 .g_volatile_ctrl = adp1653_get_ctrl,
H A Dmt9m001.c639 .g_volatile_ctrl = mt9m001_g_volatile_ctrl,
H A Dov7740.c584 .g_volatile_ctrl = ov7740_get_volatile_ctrl,
H A Dov6650.c982 .g_volatile_ctrl = ov6550_g_volatile_ctrl,
H A Dmax2175.c1191 .g_volatile_ctrl = max2175_g_volatile_ctrl,
H A Dov5693.c547 .g_volatile_ctrl = ov5693_g_volatile_ctrl
H A Dov9650.c977 .g_volatile_ctrl = ov965x_g_volatile_ctrl,
H A Dsaa7115.c1575 .g_volatile_ctrl = saa711x_g_volatile_ctrl,
H A Dov7670.c1629 .g_volatile_ctrl = ov7670_g_volatile_ctrl,
/linux/drivers/media/pci/ivtv/
H A Divtv-controls.c152 .g_volatile_ctrl = ivtv_g_volatile_ctrl,
/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst20 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 Dv4l2-ctrls-request.c371 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()
H A Dv4l2-ctrls-api.c446 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 Dv4l2-flash-led-class.c307 .g_volatile_ctrl = v4l2_flash_g_volatile_ctrl,
H A Dv4l2-ctrls-core.c2274 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 Dv4l2-ctrls.h123 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member
/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c425 .g_volatile_ctrl = s5c73m3_g_volatile_ctrl,
/linux/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c499 .g_volatile_ctrl = mei_csi_g_volatile_ctrl,
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c547 .g_volatile_ctrl = mtk_vdec_g_v_ctrl,
/linux/drivers/media/usb/gspca/
H A Dt613.c941 .g_volatile_ctrl = sd_g_volatile_ctrl,
/linux/drivers/media/tuners/
H A De4000.c564 .g_volatile_ctrl = e4000_g_volatile_ctrl,
/linux/drivers/media/usb/pwc/
H A Dpwc-v4l.c34 .g_volatile_ctrl = pwc_g_volatile_ctrl,

12