Home
last modified time | relevance | path

Searched refs:v4l2_hw_freq_seek (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst20 ``int ioctl(int fd, VIDIOC_S_HW_FREQ_SEEK, struct v4l2_hw_freq_seek *argp)``
29 Pointer to struct :c:type:`v4l2_hw_freq_seek`.
38 :c:type:`v4l2_hw_freq_seek` and call the
63 .. c:type:: v4l2_hw_freq_seek
65 .. flat-table:: struct v4l2_hw_freq_seek
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.h15 int vivid_radio_rx_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a);
H A Dvivid-radio-rx.c148 int vivid_radio_rx_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a) in vivid_radio_rx_s_hw_freq_seek()
H A Dvivid-core.c280 static int vidioc_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek()
/linux/include/media/drv-intf/
H A Dtea575x.h64 const struct v4l2_hw_freq_seek *a);
/linux/drivers/media/radio/
H A Dtea575x.c357 const struct v4l2_hw_freq_seek *a) in snd_tea575x_s_hw_freq_seek()
444 const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek()
H A Dradio-mr800.c338 const struct v4l2_hw_freq_seek *seek) in vidioc_s_hw_freq_seek()
H A Dradio-tea5777.c370 const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek()
H A Dradio-si476x.c729 const struct v4l2_hw_freq_seek *seek) in si476x_radio_s_hw_freq_seek()
H A Dradio-wl1273.c1684 const struct v4l2_hw_freq_seek *seek) in wl1273_fm_vidioc_s_hw_freq_seek()
/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c295 const struct v4l2_hw_freq_seek *seek) in si470x_set_seek()
726 const struct v4l2_hw_freq_seek *seek) in si470x_vidioc_s_hw_freq_seek()
/linux/include/media/
H A Dv4l2-ioctl.h537 const struct v4l2_hw_freq_seek *a);
/linux/include/uapi/linux/
H A Dvideodev2.h2139 struct v4l2_hw_freq_seek { struct
2794 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
2140 tunerv4l2_hw_freq_seek global() argument
2141 typev4l2_hw_freq_seek global() argument
2142 seek_upwardv4l2_hw_freq_seek global() argument
2143 wrap_aroundv4l2_hw_freq_seek global() argument
2144 spacingv4l2_hw_freq_seek global() argument
2145 rangelowv4l2_hw_freq_seek global() argument
2146 rangehighv4l2_hw_freq_seek global() argument
2147 reservedv4l2_hw_freq_seek global() argument
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c421 const struct v4l2_hw_freq_seek *p = arg; in v4l_print_hw_freq_seek()
2121 struct v4l2_hw_freq_seek *p = arg; in v4l_s_hw_freq_seek()
/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2436 const struct v4l2_hw_freq_seek *a) in radio_s_hw_freq_seek()