Home
last modified time | relevance | path

Searched refs:wrap_around (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c158 if (a->wrap_around && dev->radio_rx_hw_seek_mode == VIVID_HW_SEEK_BOUNDED) in vivid_radio_rx_s_hw_freq_seek()
161 if (!a->wrap_around && dev->radio_rx_hw_seek_mode == VIVID_HW_SEEK_WRAP) in vivid_radio_rx_s_hw_freq_seek()
198 if (!a->wrap_around) in vivid_radio_rx_s_hw_freq_seek()
207 if (!a->wrap_around) in vivid_radio_rx_s_hw_freq_seek()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst36 ``wrap_around``, ``spacing``, ``rangelow`` and ``rangehigh`` fields, and
85 - ``wrap_around``
125 The ``tuner`` index is out of bounds, the ``wrap_around`` value is
/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c157 u32 wrap_around, u32 spacing) in fm_rx_seek() argument
255 if (wrap_around == 0) { in fm_rx_seek()
H A Dfmdrv_v4l2.c402 ret = fm_rx_seek(fmdev, seek->seek_upward, seek->wrap_around, in fm_v4l2_vidioc_s_hw_freq_seek()
/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c782 unsigned int wrap_around, in wl1273_fm_set_seek() argument
796 else if (dir && wrap_around) in wl1273_fm_set_seek()
800 else if (wrap_around) in wl1273_fm_set_seek()
839 if (!wrap_around) in wl1273_fm_set_seek()
1709 r = wl1273_fm_set_seek(radio, seek->wrap_around, seek->seek_upward, in wl1273_fm_vidioc_s_hw_freq_seek()
H A Dradio-mr800.c347 if (seek->tuner != 0 || !seek->wrap_around) in vidioc_s_hw_freq_seek()
H A Dradio-tea5777.c379 if (a->tuner || a->wrap_around) in vidioc_s_hw_freq_seek()
H A Dtea575x.c364 if (a->tuner || a->wrap_around) in snd_tea575x_s_hw_freq_seek()
H A Dradio-si476x.c813 seek->wrap_around); in si476x_radio_s_hw_freq_seek()
/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c328 if (seek->wrap_around) in si470x_set_seek()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2071 __u32 wrap_around; member
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c423 p->tuner, p->type, p->seek_upward, p->wrap_around, p->spacing, in v4l_print_hw_freq_seek()