Searched refs:v4l2_ctrl_ops (Results 1 – 25 of 299) sorted by relevance
12345678910>>...12
/Linux-v6.1/include/media/ |
D | v4l2-ctrls.h | 114 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/ |
D | ivtv-controls.h | 13 extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
|
D | ivtv-controls.c | 150 const struct v4l2_ctrl_ops ivtv_hdl_out_ops = {
|
/Linux-v6.1/drivers/media/test-drivers/vivid/ |
D | vivid-ctrls.c | 141 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/ |
D | ak7375.c | 84 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()
|
D | dw9807-vcm.c | 127 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()
|
D | dw9714.c | 85 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()
|
D | lm3646.c | 198 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()
|
D | dw9768.c | 371 static const struct v4l2_ctrl_ops dw9768_ctrl_ops = { 397 const struct v4l2_ctrl_ops *ops = &dw9768_ctrl_ops; in dw9768_init_controls()
|
D | tlv320aic23b.c | 106 static const struct v4l2_ctrl_ops tlv320aic23b_ctrl_ops = {
|
D | lm3560.c | 267 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()
|
D | tw9903.c | 172 static const struct v4l2_ctrl_ops tw9903_ctrl_ops = {
|
D | tw9906.c | 142 static const struct v4l2_ctrl_ops tw9906_ctrl_ops = {
|
D | cs5345.c | 116 static const struct v4l2_ctrl_ops cs5345_ctrl_ops = {
|
D | cs53l32a.c | 105 static const struct v4l2_ctrl_ops cs53l32a_ctrl_ops = {
|
/Linux-v6.1/scripts/ |
D | const_structs.checkpatch | 84 v4l2_ctrl_ops
|
/Linux-v6.1/drivers/media/test-drivers/vimc/ |
D | vimc-lens.c | 45 static const struct v4l2_ctrl_ops vimc_lens_ctrl_ops = {
|
/Linux-v6.1/drivers/media/radio/si470x/ |
D | radio-si470x.h | 216 extern const struct v4l2_ctrl_ops si470x_ctrl_ops;
|
/Linux-v6.1/drivers/media/i2c/cx25840/ |
D | cx25840-core.h | 174 extern const struct v4l2_ctrl_ops cx25840_audio_ctrl_ops;
|
/Linux-v6.1/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_st6422.c | 83 static const struct v4l2_ctrl_ops st6422_ctrl_ops = {
|
/Linux-v6.1/drivers/media/platform/qcom/venus/ |
D | vdec_ctrls.c | 91 static const struct v4l2_ctrl_ops vdec_ctrl_ops = {
|
/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_hgt.c | 107 static const struct v4l2_ctrl_ops hgt_hue_areas_ctrl_ops = {
|
/Linux-v6.1/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 426 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/ |
D | v4l2-controls.rst | 121 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/ |
D | atmel-isc.h | 341 const struct v4l2_ctrl_ops *ops);
|
12345678910>>...12