Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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.c245 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()
/OK3568_Linux_fs/kernel/include/media/drv-intf/
H A Dtea575x.h64 const struct v4l2_hw_freq_seek *a);
/OK3568_Linux_fs/kernel/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.c737 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c386 const struct v4l2_hw_freq_seek *seek) in fm_v4l2_vidioc_s_hw_freq_seek()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ioctl.h545 const struct v4l2_hw_freq_seek *a);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1808 struct v4l2_hw_freq_seek { struct
2420 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1808 struct v4l2_hw_freq_seek { struct
2420 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1943 struct v4l2_hw_freq_seek { struct
2560 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1925 struct v4l2_hw_freq_seek { struct
2541 #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek)
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c465 const struct v4l2_hw_freq_seek *p = arg; in v4l_print_hw_freq_seek()
2045 struct v4l2_hw_freq_seek *p = arg; in v4l_s_hw_freq_seek()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3234 const struct v4l2_hw_freq_seek *a) in radio_s_hw_freq_seek()