Searched refs:v4l2_tuner (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/drivers/media/radio/
H A Dradio-isa.c44 struct v4l2_tuner *v)
74 const struct v4l2_tuner *v)
H A Dradio-mr800.c268 struct v4l2_tuner *v)
296 const struct v4l2_tuner *v)
H A Dradio-cadet.c364 struct v4l2_tuner *v)
394 const struct v4l2_tuner *v)
H A Dradio-tea5777.c280 struct v4l2_tuner *v)
322 const struct v4l2_tuner *v)
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h294 struct v4l2_tuner tuner_signal_info;
H A Dpvrusb2-v4l2.c287 static int pvr2_g_tuner(struct file *file, void *priv, struct v4l2_tuner *vt)
299 static int pvr2_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *vt)
320 struct v4l2_tuner vt;
356 struct v4l2_tuner vt;
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c601 struct v4l2_tuner *tuner)
661 const struct v4l2_tuner *tuner)
/linux-master/include/media/
H A Dv4l2-ioctl.h527 struct v4l2_tuner *a);
529 const struct v4l2_tuner *a);
H A Dv4l2-subdev.h278 int (*g_tuner)(struct v4l2_subdev *sd, struct v4l2_tuner *vt);
279 int (*s_tuner)(struct v4l2_subdev *sd, const struct v4l2_tuner *vt);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c418 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
442 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164.h588 int saa7164_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t);
589 int saa7164_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *t);
H A Dsaa7164-encoder.c309 int saa7164_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
329 const struct v4l2_tuner *t)
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134.h807 struct v4l2_tuner *t);
809 const struct v4l2_tuner *t);
H A Dsaa7134-video.c1364 struct v4l2_tuner *t)
1397 const struct v4l2_tuner *t)
1479 struct v4l2_tuner *t)
1498 const struct v4l2_tuner *t)
/linux-master/drivers/media/tuners/
H A Dfc2580.c388 static int fc2580_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *v)
403 static int fc2580_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *v)
H A De4000.c295 static int e4000_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *v)
310 static int e4000_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *v)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h336 void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
H A Dbttv.h220 void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
/linux-master/drivers/media/pci/saa7146/
H A Dmxb.c176 struct v4l2_tuner t = {
533 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t)
555 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t)
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c908 struct v4l2_tuner *t)
931 const struct v4l2_tuner *t)
1024 struct v4l2_tuner *t)
1039 const struct v4l2_tuner *t)
H A Dcx88-tvaudio.c808 void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t)
990 struct v4l2_tuner t;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1090 int cx231xx_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
1108 int cx231xx_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *t)
1467 static int radio_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
1480 static int radio_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *t)
/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.c645 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
657 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
/linux-master/drivers/staging/media/av7110/
H A Dav7110_v4l.c295 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t)
339 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t)
/linux-master/drivers/media/v4l2-core/
H A Dtuner-core.c1224 * @vt: pointer to struct v4l2_tuner
1231 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
1278 * @vt: pointer to struct v4l2_tuner
1284 static int tuner_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)

Completed in 284 milliseconds

1234