/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-tuner.rst | 197 * - ``V4L2_TUNER_ANALOG_TV`` 232 for details. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this 253 Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability. 257 is supported. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this 266 ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability. 365 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode. 371 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode. 377 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode. 386 ``MODE_MONO``. Only ``V4L2_TUNER_ANALOG_TV`` tuners support this
|
H A D | vidioc-g-frequency.rst | 76 to ``V4L2_TUNER_ANALOG_TV`` for all others. Set this field to
|
H A D | vidioc-enum-freq-bands.rst | 65 to ``V4L2_TUNER_ANALOG_TV`` for all others. Set this field to
|
/linux/include/media/ |
H A D | tuner.h | 179 T_ANALOG_TV = 1 << V4L2_TUNER_ANALOG_TV,
|
/linux/drivers/media/pci/saa7146/ |
H A D | mxb.c | 363 mxb->cur_freq.type = V4L2_TUNER_ANALOG_TV; in mxb_init_done() 548 t->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_tuner() 598 if (V4L2_TUNER_ANALOG_TV != f->type) in vidioc_s_frequency()
|
/linux/drivers/media/tuners/ |
H A D | mt20xx.c | 355 case V4L2_TUNER_ANALOG_TV: in mt2032_set_params() 550 case V4L2_TUNER_ANALOG_TV: in mt2050_set_params()
|
H A D | r820t.c | 864 if (type != V4L2_TUNER_ANALOG_TV) { in r820t_sysfreq_sel() 1077 if (type != V4L2_TUNER_ANALOG_TV) { in r820t_set_tv_standard() 1088 else if ((type == V4L2_TUNER_ANALOG_TV) && (std != priv->std)) in r820t_set_tv_standard() 1322 if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC)) in generic_set_freq() 2217 V4L2_TUNER_ANALOG_TV, p->std, SYS_UNDEFINED); in r820t_set_analog_freq()
|
H A D | xc5000.c | 1025 case V4L2_TUNER_ANALOG_TV: in xc5000_set_params() 1049 case V4L2_TUNER_ANALOG_TV: in xc5000_set_analog_params()
|
H A D | xc2028.c | 1036 case V4L2_TUNER_ANALOG_TV: in generic_set_freq() 1185 V4L2_TUNER_ANALOG_TV, type, p->std, 0); in xc2028_set_analog_freq()
|
H A D | tuner-simple.c | 784 case V4L2_TUNER_ANALOG_TV: in simple_set_params()
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 308 t->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_tuner() 395 f->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_frequency() 410 if (f->type != V4L2_TUNER_ANALOG_TV) in vidioc_s_frequency()
|
/linux/drivers/media/i2c/ |
H A D | sony-btf-mpx.c | 306 if (vt->type != V4L2_TUNER_ANALOG_TV) in sony_btf_mpx_s_tuner()
|
H A D | msp3400-driver.c | 503 if (vt->type != V4L2_TUNER_ANALOG_TV) in msp_g_tuner()
|
/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 761 t->mode = V4L2_TUNER_ANALOG_TV; in tuner_probe() 1099 case V4L2_TUNER_ANALOG_TV: in tuner_status() 1171 if (set_mode(t, V4L2_TUNER_ANALOG_TV)) in tuner_s_std()
|
H A D | v4l2-ioctl.c | 1967 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_g_tuner() 1985 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_tuner() 2027 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_g_frequency() 2047 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_frequency() 2119 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_hw_freq_seek() 2784 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_enum_freq_bands()
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-video.c | 960 f->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_frequency() 1018 .mode = V4L2_TUNER_ANALOG_TV, in cx23885_set_freq_via_ops()
|
H A D | cx23885-417.c | 1303 f->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_frequency()
|
/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-encoder.c | 364 .mode = V4L2_TUNER_ANALOG_TV, in saa7164_s_frequency()
|
/linux/drivers/media/usb/go7007/ |
H A D | go7007-v4l2.c | 1110 .type = V4L2_TUNER_ANALOG_TV, in go7007_v4l2_init()
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 1211 vf.type = V4L2_TUNER_ANALOG_TV; in cx18_init_on_first_open()
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 373 vf->type = V4L2_TUNER_ANALOG_TV; in pvr2_g_frequency()
|
H A D | pvrusb2-hdw.c | 2889 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in pvr2_subdev_update() 2912 freq.type = V4L2_TUNER_ANALOG_TV; in pvr2_subdev_update() 5041 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in pvr2_hdw_status_poll()
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 1299 vf.type = V4L2_TUNER_ANALOG_TV; in ivtv_init_on_first_open()
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1124 f.type = V4L2_TUNER_ANALOG_TV; in em28xx_start_analog_streaming() 2506 f.type = V4L2_TUNER_ANALOG_TV; in em28xx_tuner_setup()
|
/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-cards.c | 1204 f.type = V4L2_TUNER_ANALOG_TV; in cx231xx_config_tuner()
|