Home
last modified time | relevance | path

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

12345678910

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-ctrls.c119 .s_ctrl = vivid_user_gen_s_ctrl,
279 .s_ctrl = vivid_fb_s_ctrl,
339 .s_ctrl = vivid_user_vid_s_ctrl,
497 .s_ctrl = vivid_vid_cap_s_ctrl,
863 .s_ctrl = vivid_loop_cap_s_ctrl,
891 .s_ctrl = vivid_vbi_cap_s_ctrl,
948 .s_ctrl = vivid_vid_out_s_ctrl,
1042 .s_ctrl = vivid_streaming_s_ctrl,
1130 .s_ctrl = vivid_sdtv_cap_s_ctrl,
1209 .s_ctrl = vivid_radio_rx_s_ctrl,
[all …]
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-controls.rst14 2) How do I set the control's value? (i.e. s_ctrl)
238 This will call s_ctrl for all controls unconditionally. Effectively this
248 .s_ctrl = foo_s_ctrl,
251 Usually all you need is s_ctrl:
379 For try/s_ctrl the new values (i.e. as passed by the user) are filled in and
380 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union
383 If s_ctrl returns 0 (OK), then the control framework will copy the new final
481 s_ctrl.
521 So when s_ctrl is called with V4L2_CID_AUDIO_VOLUME as argument, you should set
737 ...and in video_ops.s_ctrl:
[all …]
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c84 .s_ctrl = vdec_op_s_ctrl,
/Linux-v4.19/drivers/media/i2c/
Dtlv320aic23b.c116 .s_ctrl = tlv320aic23b_s_ctrl,
Dlm3560.c278 .s_ctrl = lm3560_led0_set_ctrl,
282 .s_ctrl = lm3560_led1_set_ctrl,
Dtw9903.c181 .s_ctrl = tw9903_s_ctrl,
Dtw9906.c151 .s_ctrl = tw9906_s_ctrl,
Dcs53l32a.c115 .s_ctrl = cs53l32a_s_ctrl,
Dcs5345.c126 .s_ctrl = cs5345_s_ctrl,
Dwm8739.c170 .s_ctrl = wm8739_s_ctrl,
Dak7375.c85 .s_ctrl = ak7375_set_ctrl,
Ddw9714.c83 .s_ctrl = dw9714_set_ctrl,
Dtda7432.c328 .s_ctrl = tda7432_s_ctrl,
Dwm8775.c172 .s_ctrl = wm8775_s_ctrl,
/Linux-v4.19/drivers/media/usb/gspca/stv06xx/
Dstv06xx_st6422.c94 .s_ctrl = st6422_s_ctrl,
Dstv06xx_vv6410.c71 .s_ctrl = vv6410_s_ctrl,
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-controls.c163 .s_ctrl = ivtv_s_ctrl,
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_lut.c76 .s_ctrl = lut_s_ctrl,
Dvsp1_hgt.c109 .s_ctrl = hgt_hue_areas_s_ctrl,
Dvsp1_clu.c83 .s_ctrl = clu_s_ctrl,
/Linux-v4.19/drivers/media/radio/
Dradio-trust.c180 .s_ctrl = trust_s_ctrl,
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-audio.c465 .s_ctrl = cx18_av_audio_s_ctrl,
/Linux-v4.19/drivers/media/usb/gspca/
Ddtcs033.c222 .s_ctrl = sd_s_ctrl,
/Linux-v4.19/drivers/media/i2c/adv748x/
Dadv748x-csi2.c245 .s_ctrl = adv748x_csi2_s_ctrl,
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-audio.c566 .s_ctrl = cx25840_audio_s_ctrl,

12345678910