/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | bttv-audio-hook.h | 14 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 15 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 16 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 17 void terratv_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 18 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 19 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 20 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 21 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 22 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); 23 void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); [all …]
|
D | bttv-audio-hook.c | 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() 86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() 157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio() 188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio() 221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio() 259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio() 292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio() 336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio() 377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio() 416 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio() [all …]
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-s-hw-freq-seek.rst | 43 :c:type:`v4l2_tuner` ``capability`` field has the 74 :c:type:`v4l2_tuner` ``index`` field. 78 :c:type:`v4l2_tuner` ``type`` field. See 87 else stop seeking. The struct :c:type:`v4l2_tuner` 98 :c:type:`v4l2_tuner` ``capability`` field has the 100 struct :c:type:`v4l2_tuner` ``capability`` field has 107 :c:type:`v4l2_tuner` ``capability`` field has the 109 struct :c:type:`v4l2_tuner` ``capability`` field has
|
D | vidioc-g-frequency.rst | 67 the struct :c:type:`v4l2_tuner` ``index`` field, or 74 :c:type:`v4l2_tuner` ``type`` field. The type must be 82 :c:type:`v4l2_tuner` or struct
|
D | vidioc-g-tuner.rst | 20 ``int ioctl(int fd, VIDIOC_G_TUNER, struct v4l2_tuner *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_TUNER, const struct v4l2_tuner *argp)`` 33 Pointer to struct :c:type:`v4l2_tuner`. 40 :c:type:`v4l2_tuner` and call the ``VIDIOC_G_TUNER`` ioctl 64 .. c:type:: v4l2_tuner 68 .. flat-table:: struct v4l2_tuner 166 struct :c:type:`v4l2_tuner` applications can change. 453 The struct :c:type:`v4l2_tuner` ``index`` is out of
|
D | vidioc-enum-freq-bands.rst | 56 the struct :c:type:`v4l2_tuner` ``index`` field, or 63 :c:type:`v4l2_tuner` ``type`` field. The type must be
|
D | dev-rds.rst | 40 ``capability`` field of struct :c:type:`v4l2_tuner`. If the 51 ``rxsubchans`` field of struct :c:type:`v4l2_tuner`: the
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-radio-rx.h | 16 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt); 17 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
|
D | vivid-sdr-cap.h | 14 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt); 15 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
|
D | vivid-vid-cap.h | 47 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt); 48 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
|
D | vivid-radio-rx.c | 217 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_radio_rx_g_tuner() 270 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_radio_rx_s_tuner()
|
/linux-6.1.9/drivers/media/i2c/ |
D | vp27smpx.c | 79 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in vp27smpx_s_tuner() 88 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in vp27smpx_g_tuner()
|
D | tda9840.c | 81 static int tda9840_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *t) in tda9840_s_tuner() 113 static int tda9840_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *t) in tda9840_g_tuner()
|
D | sony-btf-mpx.c | 288 static int sony_btf_mpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in sony_btf_mpx_g_tuner() 302 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in sony_btf_mpx_s_tuner()
|
D | saa6588.c | 415 static int saa6588_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa6588_g_tuner() 425 static int saa6588_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa6588_s_tuner()
|
/linux-6.1.9/drivers/media/radio/ |
D | tef6862.c | 68 static int tef6862_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *v) in tef6862_g_tuner() 86 static int tef6862_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *v) in tef6862_s_tuner()
|
D | radio-timb.c | 41 struct v4l2_tuner *v) in timbradio_vidioc_g_tuner() 48 const struct v4l2_tuner *v) in timbradio_vidioc_s_tuner()
|
D | radio-raremono.c | 205 struct v4l2_tuner *v) in vidioc_g_tuner() 234 const struct v4l2_tuner *v) in vidioc_s_tuner()
|
D | radio-sf16fmi.c | 140 struct v4l2_tuner *v) in vidioc_g_tuner() 159 const struct v4l2_tuner *v) in vidioc_s_tuner()
|
D | tea575x.c | 273 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v) in snd_tea575x_g_tuner() 298 struct v4l2_tuner *v) in vidioc_g_tuner() 306 const struct v4l2_tuner *v) in vidioc_s_tuner()
|
D | dsbr100.c | 175 struct v4l2_tuner *v) in vidioc_g_tuner() 196 const struct v4l2_tuner *v) in vidioc_s_tuner()
|
D | radio-ma901.c | 199 struct v4l2_tuner *v) in vidioc_g_tuner() 227 const struct v4l2_tuner *v) in vidioc_s_tuner()
|
/linux-6.1.9/tools/testing/selftests/media_tests/ |
D | video_device_test.c | 45 struct v4l2_tuner vtuner; in main()
|
/linux-6.1.9/include/media/drv-intf/ |
D | tea575x.h | 62 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v);
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-gpio.c | 169 static int subdev_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in subdev_g_tuner() 183 static int subdev_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in subdev_s_tuner()
|