Searched refs:v4l2_hw_freq_seek (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-s-hw-freq-seek.rst | 20 ``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-5.19.10/drivers/media/test-drivers/vivid/ |
D | vivid-radio-rx.h | 15 int vivid_radio_rx_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a);
|
D | vivid-radio-rx.c | 148 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()
|
D | vivid-core.c | 254 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-5.19.10/include/media/drv-intf/ |
D | tea575x.h | 64 const struct v4l2_hw_freq_seek *a);
|
/linux-5.19.10/drivers/media/radio/ |
D | tea575x.c | 357 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()
|
D | radio-mr800.c | 338 const struct v4l2_hw_freq_seek *seek) in vidioc_s_hw_freq_seek()
|
D | radio-tea5777.c | 370 const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek()
|
D | radio-si476x.c | 731 const struct v4l2_hw_freq_seek *seek) in si476x_radio_s_hw_freq_seek()
|
D | radio-wl1273.c | 1684 const struct v4l2_hw_freq_seek *seek) in wl1273_fm_vidioc_s_hw_freq_seek()
|
/linux-5.19.10/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 295 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-5.19.10/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 386 const struct v4l2_hw_freq_seek *seek) in fm_v4l2_vidioc_s_hw_freq_seek()
|
/linux-5.19.10/include/media/ |
D | v4l2-ioctl.h | 545 const struct v4l2_hw_freq_seek *a);
|
/linux-5.19.10/include/uapi/linux/ |
D | videodev2.h | 1985 struct v4l2_hw_freq_seek { struct 2612 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
|
/linux-5.19.10/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 429 const struct v4l2_hw_freq_seek *p = arg; in v4l_print_hw_freq_seek() 2006 struct v4l2_hw_freq_seek *p = arg; in v4l_s_hw_freq_seek()
|
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3224 const struct v4l2_hw_freq_seek *a) in radio_s_hw_freq_seek()
|