Searched defs:seek (Results 1 - 10 of 10) sorted by relevance

/drivers/media/radio/si470x/
H A Dradio-si470x-common.c90 * - hardware frequency seek support
296 * si470x_set_seek - set seek
299 const struct v4l2_hw_freq_seek *seek)
306 if (seek->rangelow || seek->rangehigh) {
308 if (bands[band].rangelow == seek->rangelow &&
309 bands[band].rangehigh == seek->rangehigh)
315 band = 1; /* If nothing is specified seek 76 - 108 Mhz */
331 if (seek->wrap_around)
335 if (seek
298 si470x_set_seek(struct si470x_device *radio, const struct v4l2_hw_freq_seek *seek) argument
703 si470x_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument
[all...]
/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c402 /* Set hardware frequency seek. If current mode is NOT RX, set it RX. */
404 const struct v4l2_hw_freq_seek *seek)
420 ret = fm_rx_seek(fmdev, seek->seek_upward, seek->wrap_around,
421 seek->spacing);
423 fmerr("RX seek failed - %d\n", ret);
403 fm_v4l2_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument
/drivers/media/radio/
H A Dradio-mr800.c354 const struct v4l2_hw_freq_seek *seek)
363 if (seek->tuner != 0 || !seek->wrap_around)
375 seek->seek_upward ? AMRADIO_SET_SEARCH_UP : AMRADIO_SET_SEARCH_DOWN,
353 vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument
H A Dradio-si476x.c754 const struct v4l2_hw_freq_seek *seek)
764 if (seek->tuner != 0 ||
765 seek->type != V4L2_TUNER_RADIO)
770 if (!seek->rangelow) {
779 if (!seek->rangehigh) {
811 if (seek->rangehigh) {
815 seek->rangehigh));
819 if (seek->rangelow) {
823 seek->rangelow));
827 if (seek
753 si476x_radio_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument
[all...]
H A Dradio-wl1273.c839 dev_dbg(radio->dev, "Wrap around in HW seek.\n");
1685 const struct v4l2_hw_freq_seek *seek)
1693 if (seek->tuner != 0 || seek->type != V4L2_TUNER_RADIO)
1706 r = wl1273_fm_tx_set_spacing(radio, seek->spacing);
1708 dev_warn(radio->dev, "HW seek failed: %d\n", r);
1710 r = wl1273_fm_set_seek(radio, seek->wrap_around, seek->seek_upward,
1713 dev_warn(radio->dev, "HW seek failed: %d\n", r);
1684 wl1273_fm_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument
/drivers/ide/
H A Dide-tape.c826 int seek, position; local
831 seek = position > 0 ? position : 0;
832 if (idetape_position_tape(drive, seek, 0, 0)) {
/drivers/scsi/
H A Du14-34f.c380 * between increasing or decreasing by minimizing the seek distance between
383 * Trivial math assures that the unsorted average seek distance when doing
387 * average seek distance for (Q-1) random requests over S sectors is S/Q.
388 * The elevator sorting hence divides the seek distance by a factor Q/3.
390 * driver effectively reduces the seek distance by the predicted factor
1586 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; local
1623 seek += sl[n] - sl[n - 1];
1625 seek += sl[n - 1] - sl[n];
1631 if (cursec > sl[0]) seek += cursec - sl[0]; else seek
[all...]
H A Deata.c439 * between increasing or decreasing by minimizing the seek distance between
442 * Trivial math assures that the unsorted average seek distance when doing
446 * average seek distance for (Q-1) random requests over S sectors is S/Q.
447 * The elevator sorting hence divides the seek distance by a factor Q/3.
449 * driver effectively reduces the seek distance by the predicted factor
2109 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; local
2153 seek += sl[n] - sl[n - 1];
2155 seek += sl[n - 1] - sl[n];
2162 seek += cursec - sl[0];
2164 seek
[all...]
/drivers/s390/block/
H A Ddasd_eckd.h144 unsigned char seek:2; /* Seek control */ member in struct:DE_eckd_data::__anon4924
/drivers/staging/media/bcm2048/
H A Dradio-bcm2048.c2547 const struct v4l2_hw_freq_seek *seek)
2555 if ((seek->tuner != 0) || (seek->type != V4L2_TUNER_RADIO))
2558 err = bcm2048_set_fm_search_mode_direction(bdev, seek->seek_upward);
2546 bcm2048_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) argument

Completed in 157 milliseconds