Home
last modified time | relevance | path

Searched refs:v4l2_tuner_type (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions47 # Documented enum v4l2_tuner_type
48 replace symbol V4L2_TUNER_ANALOG_TV :c:type:`v4l2_tuner_type`
49 replace symbol V4L2_TUNER_RADIO :c:type:`v4l2_tuner_type`
50 replace symbol V4L2_TUNER_RF :c:type:`v4l2_tuner_type`
51 replace symbol V4L2_TUNER_SDR :c:type:`v4l2_tuner_type`
/linux/drivers/media/tuners/
H A Dr820t.c90 enum v4l2_tuner_type type;
538 static int r820t_set_pll(struct r820t_priv *priv, enum v4l2_tuner_type type, in r820t_set_pll()
719 enum v4l2_tuner_type type, in r820t_sysfreq_sel()
949 enum v4l2_tuner_type type, in r820t_set_tv_standard()
1308 enum v4l2_tuner_type type, in generic_set_freq()
H A Dxc2028.c1009 enum v4l2_tuner_type new_type, in generic_set_freq()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst84 - :cspan:`1` Type of the tuner, see :c:type:`v4l2_tuner_type`.
187 .. c:type:: v4l2_tuner_type
189 .. flat-table:: enum v4l2_tuner_type
H A Dvidioc-g-frequency.rst78 modulators are supported). See :c:type:`v4l2_tuner_type`
H A Dvidioc-enum-freq-bands.rst67 modulators are supported). See :c:type:`v4l2_tuner_type`
H A Dvidioc-s-hw-freq-seek.rst79 :c:type:`v4l2_tuner_type`
H A Dvidioc-g-modulator.rst115 - :cspan:`2` Type of the modulator, see :c:type:`v4l2_tuner_type`.
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c161 enum v4l2_tuner_type mode;
816 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
839 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
H A Dv4l2-ioctl.c2035 enum v4l2_tuner_type type; in v4l_s_frequency()
2107 enum v4l2_tuner_type type; in v4l_s_hw_freq_seek()
2774 enum v4l2_tuner_type type; in v4l_enum_freq_bands()
/linux/include/uapi/linux/
H A Dvideodev2.h176 enum v4l2_tuner_type { enum