Home
last modified time | relevance | path

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

12

/linux/drivers/media/i2c/
A Dlm3560.c269 .g_volatile_ctrl = lm3560_led0_get_ctrl,
273 .g_volatile_ctrl = lm3560_led1_get_ctrl,
A Dlm3646.c199 .g_volatile_ctrl = lm3646_get_ctrl,
A Dtw2804.c328 .g_volatile_ctrl = tw2804_g_volatile_ctrl,
A Dadp1653.c194 .g_volatile_ctrl = adp1653_get_ctrl,
A Dmt9m001.c645 .g_volatile_ctrl = mt9m001_g_volatile_ctrl,
A Dov2680.c867 .g_volatile_ctrl = ov2680_g_volatile_ctrl,
A Dov7740.c587 .g_volatile_ctrl = ov7740_get_volatile_ctrl,
/linux/drivers/media/pci/ivtv/
A Divtv-controls.c152 .g_volatile_ctrl = ivtv_g_volatile_ctrl,
/linux/drivers/media/platform/qcom/venus/
A Dvdec_ctrls.c93 .g_volatile_ctrl = vdec_op_g_volatile_ctrl,
/linux/Documentation/driver-api/media/
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/
A Dv4l2-ctrls-request.c371 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()
A Dv4l2-ctrls-api.c413 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common()
714 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
A Dv4l2-flash-led-class.c307 .g_volatile_ctrl = v4l2_flash_g_volatile_ctrl,
A Dv4l2-ctrls-core.c1632 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()
1658 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
/linux/include/media/
A Dv4l2-ctrls.h117 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member
/linux/drivers/media/i2c/s5c73m3/
A Ds5c73m3-ctrls.c427 .g_volatile_ctrl = s5c73m3_g_volatile_ctrl,
/linux/drivers/media/radio/wl128x/
A Dfmdrv_v4l2.c480 .g_volatile_ctrl = fm_g_volatile_ctrl,
/linux/drivers/media/i2c/m5mols/
A Dm5mols_controls.c521 .g_volatile_ctrl = m5mols_g_volatile_ctrl,
/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec_stateful.c564 .g_volatile_ctrl = mtk_vdec_g_v_ctrl,
/linux/drivers/media/usb/gspca/
A Dt613.c941 .g_volatile_ctrl = sd_g_volatile_ctrl,
A Dov534.c1200 .g_volatile_ctrl = ov534_g_volatile_ctrl,
/linux/drivers/media/tuners/
A De4000.c564 .g_volatile_ctrl = e4000_g_volatile_ctrl,
/linux/drivers/staging/media/atomisp/i2c/
A Datomisp-lm3554.c488 .g_volatile_ctrl = lm3554_g_volatile_ctrl
A Datomisp-gc2235.c487 .g_volatile_ctrl = gc2235_g_volatile_ctrl
A Datomisp-ov2722.c574 .g_volatile_ctrl = ov2722_g_volatile_ctrl

Completed in 82 milliseconds

12