Home
last modified time | relevance | path

Searched refs:s_ctrl (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst16 2) How do I set the control's value? (i.e. s_ctrl)
247 This will call s_ctrl for all controls unconditionally. Effectively this
257 .s_ctrl = foo_s_ctrl,
260 Usually all you need is s_ctrl:
388 For try/s_ctrl the new values (i.e. as passed by the user) are filled in and
389 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union
392 If s_ctrl returns 0 (OK), then the control framework will copy the new final
490 s_ctrl.
530 So when s_ctrl is called with V4L2_CID_AUDIO_VOLUME as argument, you should set
746 ...and in video_ops.s_ctrl:
[all …]
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-lens.c46 .s_ctrl = vimc_lens_s_ctrl,
/linux/drivers/media/i2c/
H A Dtlv320aic23b.c107 .s_ctrl = tlv320aic23b_s_ctrl,
H A Dlm3560.c270 .s_ctrl = lm3560_led0_set_ctrl,
274 .s_ctrl = lm3560_led1_set_ctrl,
H A Dtw9906.c143 .s_ctrl = tw9906_s_ctrl,
H A Dtw9903.c173 .s_ctrl = tw9903_s_ctrl,
H A Dcs53l32a.c106 .s_ctrl = cs53l32a_s_ctrl,
H A Dcs5345.c117 .s_ctrl = cs5345_s_ctrl,
H A Dwm8739.c161 .s_ctrl = wm8739_s_ctrl,
H A Ddw9807-vcm.c128 .s_ctrl = dw9807_set_ctrl,
H A Dwm8775.c163 .s_ctrl = wm8775_s_ctrl,
H A Dtda7432.c329 .s_ctrl = tda7432_s_ctrl,
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c84 .s_ctrl = st6422_s_ctrl,
H A Dstv06xx_vv6410.c62 .s_ctrl = vv6410_s_ctrl,
/linux/drivers/media/pci/ivtv/
H A Divtv-controls.c151 .s_ctrl = ivtv_s_ctrl,
/linux/drivers/media/platform/qcom/venus/
H A Dvdec_ctrls.c92 .s_ctrl = vdec_op_s_ctrl,
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.c109 .s_ctrl = hgt_hue_areas_s_ctrl,
H A Dvsp1_lut.c76 .s_ctrl = lut_s_ctrl,
H A Dvsp1_clu.c83 .s_ctrl = clu_s_ctrl,
/linux/drivers/media/radio/
H A Dradio-trust.c180 .s_ctrl = trust_s_ctrl,
/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c393 .s_ctrl = hantro_jpeg_s_ctrl,
397 .s_ctrl = hantro_vp9_s_ctrl,
402 .s_ctrl = hantro_hevc_s_ctrl,
407 .s_ctrl = hantro_av1_s_ctrl,
/linux/drivers/media/pci/cx18/
H A Dcx18-av-audio.c456 .s_ctrl = cx18_av_audio_s_ctrl,
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c557 .s_ctrl = cx25840_audio_s_ctrl,
/linux/drivers/media/usb/gspca/
H A Ddtcs033.c213 .s_ctrl = sd_s_ctrl,
H A Dspca505.c731 .s_ctrl = sd_s_ctrl,

12345678910>>...12