Searched refs:v4l2_tuner (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.h14 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 *tune
[all...]
H A Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
328 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
369 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
408 void windvr_audio(struct bttv *btv, struct v4l2_tuner *
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.h16 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);
H A Dvivid-sdr-cap.h14 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);
H A Dvivid-vid-cap.h44 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
45 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
H A Dvivid-radio-rx.c217 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
270 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
/linux-master/include/media/drv-intf/
H A Dtea575x.h62 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v);
/linux-master/drivers/media/i2c/
H A Dvp27smpx.c79 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
88 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
H A Dtda9840.c81 static int tda9840_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *t)
113 static int tda9840_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *t)
H A Dsony-btf-mpx.c288 static int sony_btf_mpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
302 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
H A Dsaa6588.c415 static int saa6588_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
425 static int saa6588_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
/linux-master/drivers/media/radio/
H A Dtef6862.c68 static int tef6862_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *v)
86 static int tef6862_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *v)
H A Dradio-timb.c41 struct v4l2_tuner *v)
48 const struct v4l2_tuner *v)
H A Ddsbr100.c175 struct v4l2_tuner *v)
196 const struct v4l2_tuner *v)
H A Dradio-raremono.c205 struct v4l2_tuner *v)
234 const struct v4l2_tuner *v)
H A Dradio-sf16fmi.c140 struct v4l2_tuner *v)
159 const struct v4l2_tuner *v)
H A Dtea575x.c273 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v)
298 struct v4l2_tuner *v)
306 const struct v4l2_tuner *v)
H A Dradio-ma901.c199 struct v4l2_tuner *v)
227 const struct v4l2_tuner *v)
H A Dradio-tea5764.c289 struct v4l2_tuner *v)
315 const struct v4l2_tuner *v)
H A Dradio-miropcm20.c223 struct v4l2_tuner *v)
252 const struct v4l2_tuner *v)
/linux-master/tools/testing/selftests/media_tests/
H A Dvideo_device_test.c84 struct v4l2_tuner vtuner;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.h175 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *,struct v4l2_tuner *);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-gpio.c169 static int subdev_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
183 static int subdev_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c253 struct v4l2_tuner *tuner)
316 const struct v4l2_tuner *tuner)
/linux-master/drivers/media/tuners/
H A Dmsi001.c292 static int msi001_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *v)
308 static int msi001_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *v)

Completed in 258 milliseconds

1234