Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 56 of 56) sorted by relevance

/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-common.c300 const struct v4l2_hw_freq_seek *seek) in si470x_set_seek() argument
308 if (seek->rangelow || seek->rangehigh) { in si470x_set_seek()
310 if (bands[band].rangelow == seek->rangelow && in si470x_set_seek()
311 bands[band].rangehigh == seek->rangehigh) in si470x_set_seek()
333 if (seek->wrap_around) in si470x_set_seek()
337 if (seek->seek_upward) in si470x_set_seek()
706 const struct v4l2_hw_freq_seek *seek) in si470x_vidioc_s_hw_freq_seek() argument
710 if (seek->tuner != 0) in si470x_vidioc_s_hw_freq_seek()
716 return si470x_set_seek(radio, seek); in si470x_vidioc_s_hw_freq_seek()
/linux-4.1.27/tools/testing/selftests/sysctl/
Dcommon_tests82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
92 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null
Drun_stringtests25 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 2>/dev/null
/linux-4.1.27/Documentation/ABI/testing/
Ddev-kmsg41 and the seek position be updated to the next available record.
50 The device supports seek with the following parameters:
52 seek to the first entry in the buffer
54 seek after the last entry in the buffer
56 seek after the last record available at the time
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c754 const struct v4l2_hw_freq_seek *seek) in si476x_radio_s_hw_freq_seek() argument
764 if (seek->tuner != 0 || in si476x_radio_s_hw_freq_seek()
765 seek->type != V4L2_TUNER_RADIO) in si476x_radio_s_hw_freq_seek()
770 if (!seek->rangelow) { in si476x_radio_s_hw_freq_seek()
779 if (!seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
811 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
815 seek->rangehigh)); in si476x_radio_s_hw_freq_seek()
819 if (seek->rangelow) { in si476x_radio_s_hw_freq_seek()
823 seek->rangelow)); in si476x_radio_s_hw_freq_seek()
827 if (seek->spacing) { in si476x_radio_s_hw_freq_seek()
[all …]
Dradio-mr800.c354 const struct v4l2_hw_freq_seek *seek) in vidioc_s_hw_freq_seek() argument
363 if (seek->tuner != 0 || !seek->wrap_around) in vidioc_s_hw_freq_seek()
375 seek->seek_upward ? AMRADIO_SET_SEARCH_UP : AMRADIO_SET_SEARCH_DOWN, in vidioc_s_hw_freq_seek()
Dradio-wl1273.c1694 const struct v4l2_hw_freq_seek *seek) in wl1273_fm_vidioc_s_hw_freq_seek() argument
1702 if (seek->tuner != 0 || seek->type != V4L2_TUNER_RADIO) in wl1273_fm_vidioc_s_hw_freq_seek()
1715 r = wl1273_fm_tx_set_spacing(radio, seek->spacing); in wl1273_fm_vidioc_s_hw_freq_seek()
1719 r = wl1273_fm_set_seek(radio, seek->wrap_around, seek->seek_upward, in wl1273_fm_vidioc_s_hw_freq_seek()
/linux-4.1.27/tools/perf/ui/
Dbrowser.c230 browser->seek(browser, 0, SEEK_SET); in ui_browser__reset_index()
352 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries()
397 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run()
406 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run()
419 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run()
432 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run()
444 browser->seek(browser, -offset, SEEK_END); in ui_browser__run()
Dbrowser.h25 void (*seek)(struct ui_browser *browser, off_t offset, int whence); member
/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c406 const struct v4l2_hw_freq_seek *seek) in fm_v4l2_vidioc_s_hw_freq_seek() argument
422 ret = fm_rx_seek(fmdev, seek->seek_upward, seek->wrap_around, in fm_v4l2_vidioc_s_hw_freq_seek()
423 seek->spacing); in fm_v4l2_vidioc_s_hw_freq_seek()
/linux-4.1.27/arch/mips/fw/arc/
Dfile.c55 return ARC_CALL3(seek, FileID, Position, SeekMode); in ArcSeek()
/linux-4.1.27/tools/perf/ui/browsers/
Dheader.c86 .seek = ui_browser__argv_seek, in ui__list_menu()
Dannotate.c397 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source()
407 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
413 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
422 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
901 .seek = ui_browser__list_head_seek, in symbol__tui_annotate()
Dmap.c107 .seek = ui_browser__rb_tree_seek, in map__browse()
Dscripts.c121 .seek = ui_browser__list_head_seek, in script_browse()
Dhists.c1206 browser->b.seek = ui_browser__hists_seek; in hist_browser__new()
1988 .seek = ui_browser__list_head_seek, in __perf_evlist__tui_browse_hists()
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c1062 struct nfsd4_seek *seek) in nfsd4_seek() argument
1069 &seek->seek_stateid, in nfsd4_seek()
1078 switch (seek->seek_whence) { in nfsd4_seek()
1094 seek->seek_pos = vfs_llseek(file, seek->seek_offset, whence); in nfsd4_seek()
1095 if (seek->seek_pos < 0) in nfsd4_seek()
1096 status = nfserrno(seek->seek_pos); in nfsd4_seek()
1097 else if (seek->seek_pos >= i_size_read(file_inode(file))) in nfsd4_seek()
1098 seek->seek_eof = true; in nfsd4_seek()
Dnfs4xdr.c1679 nfsd4_decode_seek(struct nfsd4_compoundargs *argp, struct nfsd4_seek *seek) in nfsd4_decode_seek() argument
1683 status = nfsd4_decode_stateid(argp, &seek->seek_stateid); in nfsd4_decode_seek()
1688 p = xdr_decode_hyper(p, &seek->seek_offset); in nfsd4_decode_seek()
1689 seek->seek_whence = be32_to_cpup(p); in nfsd4_decode_seek()
4170 struct nfsd4_seek *seek) in nfsd4_encode_seek() argument
4178 *p++ = cpu_to_be32(seek->seek_eof); in nfsd4_encode_seek()
4179 p = xdr_encode_hyper(p, seek->seek_pos); in nfsd4_encode_seek()
Dxdr4.h557 struct nfsd4_seek seek; member
/linux-4.1.27/arch/powerpc/boot/
Dwrapper460 skip=$overlay_dest seek=$system_reset_kernel \
464 skip=$system_reset_overlay seek=$overlay_dest \
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt134 0x06 | bltf | Flag indicating if seek command
135 | | reached/wrapped seek band limit
Dvivid.txt476 The receiver supports HW frequency seek, either in Bounded mode, Wrap Around
/linux-4.1.27/Documentation/dvb/
Dlmedm04.txt79 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
/linux-4.1.27/tools/perf/ui/tui/
Dutil.c64 .seek = ui_browser__argv_seek, in ui__popup_menu()
/linux-4.1.27/Documentation/vm/
Dpagemap.txt146 3. Open /proc/pid/pagemap and seek to the pages you would like to examine.
149 read, seek to that entry in the file, and read the data you want.
/linux-4.1.27/drivers/scsi/
Du14-34f.c1586 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; in reorder() local
1623 seek += sl[n] - sl[n - 1]; in reorder()
1625 seek += sl[n - 1] - sl[n]; in reorder()
1631 if (cursec > sl[0]) seek += cursec - sl[0]; else seek += sl[0] - cursec; in reorder()
1654 batchcount++; readycount += n_ready; seeknosort += seek / 1024; in reorder()
Deata.c2107 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; in reorder() local
2151 seek += sl[n] - sl[n - 1]; in reorder()
2153 seek += sl[n - 1] - sl[n]; in reorder()
2160 seek += cursec - sl[0]; in reorder()
2162 seek += sl[0] - cursec; in reorder()
2201 seeknosort += seek / 1024; in reorder()
DKconfig691 CD-ROMs. It definitely reduces the average seek distance when doing
1410 CD-ROMs. It definitely reduces the average seek distance when doing
/linux-4.1.27/Documentation/scsi/
Ddc395x.txt73 4 0x10 16 Immediate return on BIOS seek command. (Not used)
Dst.txt99 If rewind, offline, bsf, or seek is done and previous tape operation was
324 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)
325 for SCSI-1 drives and SCSI-2 seek for SCSI-2 drives. The file and
326 block numbers in the status are not valid after a seek.
Dsym53c8xx_2.txt233 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
993 | | | -------------------------------- imm seek 0 - off
Dtmscsim.txt313 4 0x10 16 Immediate return on BIOS seek command. (Not used)
Dncr53c8xx.txt261 disks. With large SCSI disks (>= 2GB, cache >= 512KB, average seek time
1746 | | | -------------------------------- imm seek 0 - off
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt118 seek offsets are assigned sequentially when the directories are read.
123 - seek to the remembered offset
Dsysfs-pci.txt103 do legacy port I/O. The application should open the file, seek to the desired
Daffs.txt177 dd if=/dev/zero of=rdb.fixed bs=1 seek=220 count=4
Dspufs.txt59 These operate as documented, with the exception that seek(2),
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt44 CDROMSEEK seek msf address
535 CDROMSEEK seek msf address
543 MSF address to seek to.
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.h144 unsigned char seek:2; /* Seek control */ member
/linux-4.1.27/arch/mips/include/asm/
Dsgiarcs.h226 LONG seek; member
/linux-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py246 file.seek(0)
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb128 can be trusted, and can be used to seek forward one (sub)
/linux-4.1.27/Documentation/ia64/
Dxen.txt55 # dd if=/dev/zero of=/root/rhel5.img bs=1M seek=4096 count=0
/linux-4.1.27/drivers/staging/media/bcm2048/
Dradio-bcm2048.c2545 const struct v4l2_hw_freq_seek *seek) in bcm2048_vidioc_s_hw_freq_seek() argument
2553 if ((seek->tuner != 0) || (seek->type != V4L2_TUNER_RADIO)) in bcm2048_vidioc_s_hw_freq_seek()
2556 err = bcm2048_set_fm_search_mode_direction(bdev, seek->seek_upward); in bcm2048_vidioc_s_hw_freq_seek()
/linux-4.1.27/drivers/ide/
Dide-tape.c826 int seek, position; in ide_tape_discard_merge_buffer() local
831 seek = position > 0 ? position : 0; in ide_tape_discard_merge_buffer()
832 if (idetape_position_tape(drive, seek, 0, 0)) { in ide_tape_discard_merge_buffer()
/linux-4.1.27/Documentation/blockdev/
Dramdisk.txt151 dd if=/tmp/ram_image.gz of=/dev/fd0 bs=1k seek=400
/linux-4.1.27/Documentation/
Djava.txt197 #define seek_error() error("%s: Cannot seek\n", program)
Dbcache.txt29 caching the first 512k after every seek. Backups and large file copies should
Dedac.txt727 dd if=/dev/mem of=/dev/null seek=16k bs=4k count=1 >& /dev/null
DCodingStyle756 disk seek, which easily takes 5 milliseconds. There are a LOT of cpu cycles
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt72 it has the same features. You can read it, write it, seek to some location in
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt348 the preliminary phases of the merge and we really seek feedback that would
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1704 print_error("Couldn't seek to offset %llu in \"%s\": %s",
/linux-4.1.27/scripts/
Danalyze_suspend.py3035 fp.seek(addr)
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES456 for readdir to netapp servers. Fix search rewind (seek into readdir to return
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2028 dd if=/dev/zero of=new_filesystem seek=100 count=1 bs=1M