Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v6.1/include/media/
Dv4l2-ctrls.h114 struct v4l2_ctrl_ops { struct
270 const struct v4l2_ctrl_ops *ops;
437 const struct v4l2_ctrl_ops *ops;
652 const struct v4l2_ctrl_ops *ops,
678 const struct v4l2_ctrl_ops *ops,
703 const struct v4l2_ctrl_ops *ops,
724 const struct v4l2_ctrl_ops *ops,
745 const struct v4l2_ctrl_ops *ops,
1537 const struct v4l2_ctrl_ops *ctrl_ops,
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-controls.h13 extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
Divtv-controls.c150 const struct v4l2_ctrl_ops ivtv_hdl_out_ops = {
/Linux-v6.1/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c141 static const struct v4l2_ctrl_ops vivid_user_gen_ctrl_ops = {
349 static const struct v4l2_ctrl_ops vivid_fb_ctrl_ops = {
408 static const struct v4l2_ctrl_ops vivid_user_vid_ctrl_ops = {
585 static const struct v4l2_ctrl_ops vivid_vid_cap_ctrl_ops = {
960 static const struct v4l2_ctrl_ops vivid_loop_cap_ctrl_ops = {
988 static const struct v4l2_ctrl_ops vivid_vbi_cap_ctrl_ops = {
1078 static const struct v4l2_ctrl_ops vivid_vid_out_ctrl_ops = {
1173 static const struct v4l2_ctrl_ops vivid_streaming_ctrl_ops = {
1281 static const struct v4l2_ctrl_ops vivid_sdtv_cap_ctrl_ops = {
1360 static const struct v4l2_ctrl_ops vivid_radio_rx_ctrl_ops = {
[all …]
/Linux-v6.1/drivers/media/i2c/
Dak7375.c84 static const struct v4l2_ctrl_ops ak7375_vcm_ctrl_ops = {
117 const struct v4l2_ctrl_ops *ops = &ak7375_vcm_ctrl_ops; in ak7375_init_controls()
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()
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()
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()
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()
Dtlv320aic23b.c106 static const struct v4l2_ctrl_ops tlv320aic23b_ctrl_ops = {
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()
Dtw9903.c172 static const struct v4l2_ctrl_ops tw9903_ctrl_ops = {
Dtw9906.c142 static const struct v4l2_ctrl_ops tw9906_ctrl_ops = {
Dcs5345.c116 static const struct v4l2_ctrl_ops cs5345_ctrl_ops = {
Dcs53l32a.c105 static const struct v4l2_ctrl_ops cs53l32a_ctrl_ops = {
/Linux-v6.1/scripts/
Dconst_structs.checkpatch84 v4l2_ctrl_ops
/Linux-v6.1/drivers/media/test-drivers/vimc/
Dvimc-lens.c45 static const struct v4l2_ctrl_ops vimc_lens_ctrl_ops = {
/Linux-v6.1/drivers/media/radio/si470x/
Dradio-si470x.h216 extern const struct v4l2_ctrl_ops si470x_ctrl_ops;
/Linux-v6.1/drivers/media/i2c/cx25840/
Dcx25840-core.h174 extern const struct v4l2_ctrl_ops cx25840_audio_ctrl_ops;
/Linux-v6.1/drivers/media/usb/gspca/stv06xx/
Dstv06xx_st6422.c83 static const struct v4l2_ctrl_ops st6422_ctrl_ops = {
/Linux-v6.1/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c91 static const struct v4l2_ctrl_ops vdec_ctrl_ops = {
/Linux-v6.1/drivers/media/platform/renesas/vsp1/
Dvsp1_hgt.c107 static const struct v4l2_ctrl_ops hgt_hue_areas_ctrl_ops = {
/Linux-v6.1/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c426 static const struct v4l2_ctrl_ops s5c73m3_ctrl_ops = {
445 const struct v4l2_ctrl_ops *ops = &s5c73m3_ctrl_ops; in s5c73m3_init_controls()
/Linux-v6.1/Documentation/driver-api/media/
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.
/Linux-v6.1/drivers/media/platform/atmel/
Datmel-isc.h341 const struct v4l2_ctrl_ops *ops);

12345678910>>...12