/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-s-hw-freq-seek.rst | 12 VIDIOC_S_HW_FREQ_SEEK - Perform a hardware frequency seek 35 Start a hardware frequency seek from the current frequency. To do this 52 will be clamped to fit in the band before the seek is started. 60 error code is returned and no seek takes place. 84 - If non-zero, seek upward from the current frequency, else seek 93 - If non-zero, defines the hardware seek resolution in Hz. The 137 The hardware seek found no channels. 140 Another hardware seek is already in progress.
|
D | vidioc-g-tuner.rst | 239 - If set, then this tuner supports the hardware seek functionality 240 where the seek stops when it reaches the end of the frequency 244 - If set, then this tuner supports the hardware seek functionality 245 where the seek wraps around when it reaches the end of the 292 - The range to search when using the hardware seek functionality is
|
D | user-func.rst | 65 vidioc-s-hw-freq-seek
|
/Linux-v4.19/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 304 const struct v4l2_hw_freq_seek *seek) in si470x_set_seek() argument 312 if (seek->rangelow || seek->rangehigh) { in si470x_set_seek() 314 if (bands[band].rangelow == seek->rangelow && in si470x_set_seek() 315 bands[band].rangehigh == seek->rangehigh) in si470x_set_seek() 337 if (seek->wrap_around) in si470x_set_seek() 341 if (seek->seek_upward) in si470x_set_seek() 735 const struct v4l2_hw_freq_seek *seek) in si470x_vidioc_s_hw_freq_seek() argument 739 if (seek->tuner != 0) in si470x_vidioc_s_hw_freq_seek() 745 return si470x_set_seek(radio, seek); in si470x_vidioc_s_hw_freq_seek()
|
/Linux-v4.19/drivers/media/platform/vimc/ |
D | vimc-debayer.c | 404 unsigned int i, seek, wlin, wcol; in vimc_deb_calc_rgb_sink() local 415 seek = deb_mean_win_size / 2; in vimc_deb_calc_rgb_sink() 421 vdeb->sd.name, lin, col, vdeb->sink_fmt.height, seek); in vimc_deb_calc_rgb_sink() 429 for (wlin = seek > lin ? 0 : lin - seek; in vimc_deb_calc_rgb_sink() 430 wlin < lin + seek + 1 && wlin < vdeb->sink_fmt.height; in vimc_deb_calc_rgb_sink() 439 for (wcol = seek > col ? 0 : col - seek; in vimc_deb_calc_rgb_sink() 440 wcol < col + seek + 1 && wcol < vdeb->sink_fmt.width; in vimc_deb_calc_rgb_sink()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | dev-kmsg | 41 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-v4.19/drivers/media/radio/ |
D | radio-si476x.c | 758 const struct v4l2_hw_freq_seek *seek) in si476x_radio_s_hw_freq_seek() argument 762 u32 rangelow = seek->rangelow, rangehigh = seek->rangehigh; in si476x_radio_s_hw_freq_seek() 768 if (seek->tuner != 0 || in si476x_radio_s_hw_freq_seek() 769 seek->type != V4L2_TUNER_RADIO) in si476x_radio_s_hw_freq_seek() 813 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek() 817 seek->rangehigh)); in si476x_radio_s_hw_freq_seek() 821 if (seek->rangelow) { in si476x_radio_s_hw_freq_seek() 825 seek->rangelow)); in si476x_radio_s_hw_freq_seek() 829 if (seek->spacing) { in si476x_radio_s_hw_freq_seek() 833 seek->spacing)); in si476x_radio_s_hw_freq_seek() [all …]
|
D | radio-mr800.c | 350 const struct v4l2_hw_freq_seek *seek) in vidioc_s_hw_freq_seek() argument 359 if (seek->tuner != 0 || !seek->wrap_around) in vidioc_s_hw_freq_seek() 371 seek->seek_upward ? AMRADIO_SET_SEARCH_UP : AMRADIO_SET_SEARCH_DOWN, in vidioc_s_hw_freq_seek()
|
/Linux-v4.19/tools/perf/ui/ |
D | browser.c | 260 browser->seek(browser, 0, SEEK_SET); in ui_browser__reset_index() 382 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries() 428 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run() 437 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run() 462 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run() 475 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run() 487 browser->seek(browser, -offset, SEEK_END); in ui_browser__run()
|
D | browser.h | 28 void (*seek)(struct ui_browser *browser, off_t offset, int whence); member
|
/Linux-v4.19/samples/bpf/ |
D | test_override_return.sh | 4 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
|
/Linux-v4.19/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 262 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null 272 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null 496 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 2>/dev/null
|
/Linux-v4.19/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 402 const struct v4l2_hw_freq_seek *seek) in fm_v4l2_vidioc_s_hw_freq_seek() argument 418 ret = fm_rx_seek(fmdev, seek->seek_upward, seek->wrap_around, in fm_v4l2_vidioc_s_hw_freq_seek() 419 seek->spacing); in fm_v4l2_vidioc_s_hw_freq_seek()
|
/Linux-v4.19/arch/mips/fw/arc/ |
D | file.c | 55 return ARC_CALL3(seek, FileID, Position, SeekMode); in ArcSeek()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 80 f.seek(0, 0)
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 345 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source() 354 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 360 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 369 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 897 .seek = ui_browser__list_head_seek, in symbol__tui_annotate()
|
D | header.c | 89 .seek = ui_browser__argv_seek, in ui__list_menu()
|
D | map.c | 109 .seek = ui_browser__rb_tree_seek, in map__browse()
|
D | scripts.c | 122 .seek = ui_browser__list_head_seek, in script_browse()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | overview.rst | 9 reducing seek times. The size of a block group is specified in
|
D | allocators.rst | 34 on the seek penalty when the filesystem first has to read a file's inode 35 to learn where the file's data blocks live and then seek over to the
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4proc.c | 1167 struct nfsd4_seek *seek = &u->seek; in nfsd4_seek() local 1173 &seek->seek_stateid, in nfsd4_seek() 1180 switch (seek->seek_whence) { in nfsd4_seek() 1196 seek->seek_pos = vfs_llseek(file, seek->seek_offset, whence); in nfsd4_seek() 1197 if (seek->seek_pos < 0) in nfsd4_seek() 1198 status = nfserrno(seek->seek_pos); in nfsd4_seek() 1199 else if (seek->seek_pos >= i_size_read(file_inode(file))) in nfsd4_seek() 1200 seek->seek_eof = true; in nfsd4_seek()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 126 0x06 bltf Flag indicating if seek command 127 reached/wrapped seek band limit
|
/Linux-v4.19/arch/powerpc/boot/ |
D | wrapper | 533 skip=$overlay_dest seek=$system_reset_kernel \ 537 skip=$system_reset_overlay seek=$overlay_dest \
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | lmedm04.rst | 103 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
|