Searched refs:v4l2_ctrl_ops (Results 1 – 25 of 270) sorted by relevance
1234567891011
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-ctrls.h | 114 struct v4l2_ctrl_ops { struct 261 const struct v4l2_ctrl_ops *ops; 412 const struct v4l2_ctrl_ops *ops; 627 const struct v4l2_ctrl_ops *ops, 653 const struct v4l2_ctrl_ops *ops, 678 const struct v4l2_ctrl_ops *ops, 699 const struct v4l2_ctrl_ops *ops, 720 const struct v4l2_ctrl_ops *ops, 1459 const struct v4l2_ctrl_ops *ctrl_ops,
|
/kernel/linux/linux-5.10/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 = {
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
D | vivid-ctrls.c | 126 static const struct v4l2_ctrl_ops vivid_user_gen_ctrl_ops = { 298 static const struct v4l2_ctrl_ops vivid_fb_ctrl_ops = { 357 static const struct v4l2_ctrl_ops vivid_user_vid_ctrl_ops = { 531 static const struct v4l2_ctrl_ops vivid_vid_cap_ctrl_ops = { 897 static const struct v4l2_ctrl_ops vivid_loop_cap_ctrl_ops = { 925 static const struct v4l2_ctrl_ops vivid_vbi_cap_ctrl_ops = { 1015 static const struct v4l2_ctrl_ops vivid_vid_out_ctrl_ops = { 1121 static const struct v4l2_ctrl_ops vivid_streaming_ctrl_ops = { 1222 static const struct v4l2_ctrl_ops vivid_sdtv_cap_ctrl_ops = { 1301 static const struct v4l2_ctrl_ops vivid_radio_rx_ctrl_ops = { [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | const_structs.checkpatch | 64 v4l2_ctrl_ops
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | ak7375.c | 84 static const struct v4l2_ctrl_ops ak7375_vcm_ctrl_ops = { 125 const struct v4l2_ctrl_ops *ops = &ak7375_vcm_ctrl_ops; in ak7375_init_controls()
|
D | dw9714.c | 82 static const struct v4l2_ctrl_ops dw9714_vcm_ctrl_ops = { 123 const struct v4l2_ctrl_ops *ops = &dw9714_vcm_ctrl_ops; in dw9714_init_controls()
|
D | dw9807-vcm.c | 127 static const struct v4l2_ctrl_ops dw9807_vcm_ctrl_ops = { 168 const struct v4l2_ctrl_ops *ops = &dw9807_vcm_ctrl_ops; in dw9807_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 | tlv320aic23b.c | 106 static const struct v4l2_ctrl_ops tlv320aic23b_ctrl_ops = {
|
D | dw9768.c | 373 static const struct v4l2_ctrl_ops dw9768_ctrl_ops = { 407 const struct v4l2_ctrl_ops *ops = &dw9768_ctrl_ops; in dw9768_init_controls()
|
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 | tw9906.c | 142 static const struct v4l2_ctrl_ops tw9906_ctrl_ops = {
|
D | tw9903.c | 172 static const struct v4l2_ctrl_ops tw9903_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 = {
|
D | wm8739.c | 160 static const struct v4l2_ctrl_ops wm8739_ctrl_ops = {
|
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
D | radio-si470x.h | 216 extern const struct v4l2_ctrl_ops si470x_ctrl_ops;
|
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.h | 174 extern const struct v4l2_ctrl_ops cx25840_audio_ctrl_ops;
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | vdec_ctrls.c | 82 static const struct v4l2_ctrl_ops vdec_ctrl_ops = {
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_st6422.c | 83 static const struct v4l2_ctrl_ops st6422_ctrl_ops = {
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
D | vsp1_hgt.c | 107 static const struct v4l2_ctrl_ops hgt_hue_areas_ctrl_ops = {
|
D | vsp1_lut.c | 75 static const struct v4l2_ctrl_ops lut_ctrl_ops = {
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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.
|
1234567891011