Searched refs:v4l2_tuner (Results 1 - 25 of 84) sorted by last modified time

1234

/linux-master/include/uapi/linux/
H A Dvideodev2.h1991 struct v4l2_tuner { struct
2653 #define VIDIOC_G_TUNER _IOWR('V', 29, struct v4l2_tuner)
2654 #define VIDIOC_S_TUNER _IOW('V', 30, struct v4l2_tuner)
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c381 const struct v4l2_tuner *p = arg;
1915 struct v4l2_tuner *p = arg;
1930 struct v4l2_tuner *p = arg;
2725 struct v4l2_tuner t = {
2853 IOCTL_INFO(VIDIOC_G_TUNER, v4l_g_tuner, v4l_print_tuner, INFO_FL_CLEAR(v4l2_tuner, index)),
/linux-master/drivers/media/usb/pvrusb2/
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/pci/cx23885/
H A Dcx23885-video.c896 struct v4l2_tuner *t)
921 const struct v4l2_tuner *t)
H A Dcx23885-417.c1266 struct v4l2_tuner *t)
1283 const struct v4l2_tuner *t)
/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-driver.c1690 const struct v4l2_tuner *t)
1700 struct v4l2_tuner copy = *t;
2179 struct v4l2_tuner *t)
2403 static int radio_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
2425 const struct v4l2_tuner *t)
/linux-master/drivers/media/i2c/
H A Dtvp5150.c1594 static int tvp5150_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
H A Dmsp3400-driver.c498 static int msp_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
516 static int msp_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
H A Dmax2175.c1152 static int max2175_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
1168 static int max2175_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c972 const struct v4l2_tuner *v)
989 static int msi2500_g_tuner(struct file *file, void *priv, struct v4l2_tuner *v)
/linux-master/include/media/
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/usb/hackrf/
H A Dhackrf.c1002 const struct v4l2_tuner *v)
1019 static int hackrf_g_tuner(struct file *file, void *priv, struct v4l2_tuner *v)
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c1825 struct v4l2_tuner *t)
1839 const struct v4l2_tuner *t)
2081 struct v4l2_tuner *t)
2096 const struct v4l2_tuner *t)
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c1216 struct v4l2_tuner *tuner)
1273 const struct v4l2_tuner *tuner)
/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)
H A Dcx231xx.h931 int cx231xx_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t);
932 int cx231xx_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *t);
/linux-master/drivers/media/usb/airspy/
H A Dairspy.c689 const struct v4l2_tuner *v)
703 static int airspy_g_tuner(struct file *file, void *priv, struct v4l2_tuner *v)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1279 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
1291 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
H A Dvivid-core.c274 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
285 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
/linux-master/drivers/media/platform/renesas/
H A Drcar_drif.c1006 struct v4l2_tuner *vt)
1014 const struct v4l2_tuner *vt)
/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-blackbird.c976 struct v4l2_tuner *t)
999 const struct v4l2_tuner *t)
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c955 struct v4l2_tuner *v)
987 const struct v4l2_tuner *v)
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c1497 struct v4l2_tuner *tuner)
1561 const struct v4l2_tuner *tuner)

Completed in 436 milliseconds

1234