Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_ops (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/openbmc/linux/include/media/
H A Dv4l2-ctrls.h122 struct v4l2_ctrl_ops { struct
278 const struct v4l2_ctrl_ops *ops;
445 const struct v4l2_ctrl_ops *ops;
660 const struct v4l2_ctrl_ops *ops,
686 const struct v4l2_ctrl_ops *ops,
711 const struct v4l2_ctrl_ops *ops,
732 const struct v4l2_ctrl_ops *ops,
753 const struct v4l2_ctrl_ops *ops,
1545 const struct v4l2_ctrl_ops *ctrl_ops,
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-controls.h13 extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
H A Divtv-controls.c150 const struct v4l2_ctrl_ops ivtv_hdl_out_ops = {
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.c143 static const struct v4l2_ctrl_ops vivid_user_gen_ctrl_ops = {
375 static const struct v4l2_ctrl_ops vivid_fb_ctrl_ops = {
434 static const struct v4l2_ctrl_ops vivid_user_vid_ctrl_ops = {
611 static const struct v4l2_ctrl_ops vivid_vid_cap_ctrl_ops = {
986 static const struct v4l2_ctrl_ops vivid_loop_cap_ctrl_ops = {
1014 static const struct v4l2_ctrl_ops vivid_vbi_cap_ctrl_ops = {
1104 static const struct v4l2_ctrl_ops vivid_vid_out_ctrl_ops = {
1199 static const struct v4l2_ctrl_ops vivid_streaming_ctrl_ops = {
1307 static const struct v4l2_ctrl_ops vivid_sdtv_cap_ctrl_ops = {
1386 static const struct v4l2_ctrl_ops vivid_radio_rx_ctrl_ops = {
[all …]
/openbmc/linux/drivers/media/i2c/
H A Ddw9807-vcm.c127 static const struct v4l2_ctrl_ops dw9807_vcm_ctrl_ops = {
160 const struct v4l2_ctrl_ops *ops = &dw9807_vcm_ctrl_ops; in dw9807_init_controls()
H A Dak7375.c97 static const struct v4l2_ctrl_ops ak7375_vcm_ctrl_ops = {
130 const struct v4l2_ctrl_ops *ops = &ak7375_vcm_ctrl_ops; in ak7375_init_controls()
H A Ddw9714.c85 static const struct v4l2_ctrl_ops dw9714_vcm_ctrl_ops = {
126 const struct v4l2_ctrl_ops *ops = &dw9714_vcm_ctrl_ops; in dw9714_init_controls()
H A Ddw9719.c131 static const struct v4l2_ctrl_ops dw9719_ctrl_ops = {
201 const struct v4l2_ctrl_ops *ops = &dw9719_ctrl_ops; in dw9719_init_controls()
H A Dlm3646.c198 static const struct v4l2_ctrl_ops lm3646_led_ctrl_ops = {
207 const struct v4l2_ctrl_ops *ops = &lm3646_led_ctrl_ops; in lm3646_init_controls()
H A Dlm3560.c267 static const struct v4l2_ctrl_ops lm3560_led_ctrl_ops[LM3560_LED_MAX] = {
285 const struct v4l2_ctrl_ops *ops = &lm3560_led_ctrl_ops[led_no]; in lm3560_init_controls()
H A Ddw9768.c371 static const struct v4l2_ctrl_ops dw9768_ctrl_ops = {
397 const struct v4l2_ctrl_ops *ops = &dw9768_ctrl_ops; in dw9768_init_controls()
H A Dtlv320aic23b.c106 static const struct v4l2_ctrl_ops tlv320aic23b_ctrl_ops = {
H A Dtw9906.c142 static const struct v4l2_ctrl_ops tw9906_ctrl_ops = {
H A Dtw9903.c172 static const struct v4l2_ctrl_ops tw9903_ctrl_ops = {
H A Dcs5345.c116 static const struct v4l2_ctrl_ops cs5345_ctrl_ops = {
H A Dcs53l32a.c105 static const struct v4l2_ctrl_ops cs53l32a_ctrl_ops = {
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch85 v4l2_ctrl_ops
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-lens.c45 static const struct v4l2_ctrl_ops vimc_lens_ctrl_ops = {
/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x.h216 extern const struct v4l2_ctrl_ops si470x_ctrl_ops;
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c386 static const struct v4l2_ctrl_ops hantro_ctrl_ops = {
390 static const struct v4l2_ctrl_ops hantro_jpeg_ctrl_ops = {
394 static const struct v4l2_ctrl_ops hantro_vp9_ctrl_ops = {
398 static const struct v4l2_ctrl_ops hantro_hevc_ctrl_ops = {
403 static const struct v4l2_ctrl_ops hantro_av1_ctrl_ops = {
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.h174 extern const struct v4l2_ctrl_ops cx25840_audio_ctrl_ops;
/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c83 static const struct v4l2_ctrl_ops st6422_ctrl_ops = {
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst121 const struct v4l2_ctrl_ops *ops,
130 const struct v4l2_ctrl_ops *ops,
140 const struct v4l2_ctrl_ops *ops, u32 id, s32 max,
149 const struct v4l2_ctrl_ops *ops, u32 id,
158 const struct v4l2_ctrl_ops *ops,
252 4) Finally: implement the :c:type:`v4l2_ctrl_ops`
256 static const struct v4l2_ctrl_ops foo_ctrl_ops = {
590 pointer to the v4l2_ctrl_ops struct that is used for that cluster.
/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c424 static const struct v4l2_ctrl_ops s5c73m3_ctrl_ops = {
443 const struct v4l2_ctrl_ops *ops = &s5c73m3_ctrl_ops; in s5c73m3_init_controls()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvdec_ctrls.c91 static const struct v4l2_ctrl_ops vdec_ctrl_ops = {

12345678910>>...13