| /OK3568_Linux_fs/buildroot/package/sane-backends/ |
| H A D | 0003-genesys-use-usleep-instead-of-std-this_thread-sleep_.patch | 14 484 | std::this_thread::sleep_for(std::chrono::microseconds{microseconds}); 35 @@ -481,7 +480,7 @@ void ScannerInterfaceUsb::sleep_us(unsigned microseconds) 39 - std::this_thread::sleep_for(std::chrono::microseconds{microseconds}); 40 + usleep(microseconds);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-rec-resolution.rst | 13 LIRC_GET_REC_RESOLUTION - Obtain the value of receive resolution, in microseconds. 20 ``int ioctl(int fd, LIRC_GET_REC_RESOLUTION, __u32 *microseconds)`` 28 ``microseconds`` 29 Resolution, in microseconds.
|
| H A D | lirc-dev-intro.rst | 106 Signifies the presence of IR in microseconds. 110 Signifies absence of IR in microseconds. 123 this packet will be sent, with the number of microseconds with 133 The values are alternating pulse and space lengths, in microseconds. The
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-module | 22 microframe to be 80%, that is 100 microseconds out of 125 23 microseconds (full microframe). 27 microseconds of isochronous bandwidth per microframe to work 32 microseconds of periodic bandwidth per microframe.
|
| H A D | debugfs-hyperv | 14 microseconds (inclusive). 21 Description: Fuzz testing message delay value between 0 - 1000 microseconds
|
| H A D | sysfs-class-led-flash | 26 Hardware timeout for flash, in microseconds. The flash strobe 36 Maximum flash timeout for this LED, in microseconds.
|
| H A D | sysfs-class-rc-nuvoton | 8 All values are in microseconds.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-d4xx.rst | 57 - Exposure time (in microseconds) used to capture the frame 91 - Time in microseconds from the beginning of a frame till its middle 93 - Time, used to read out a frame in microseconds 95 - Frame exposure time in microseconds 97 - In microseconds = 1000000 / framerate 99 - Time in microseconds from start of frame to data in USB buffer
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.440-DDR-performance | 23 Your clock granularity/precision appears to be 1 microseconds. 24 Each test below will take on the order of 112345 microseconds. 64 Your clock granularity/precision appears to be 1 microseconds. 65 Each test below will take on the order of 120066 microseconds.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77620.txt | 91 -maxim,shutdown-fps-time-period-us: u32, FPS time period in microseconds 95 -maxim,suspend-fps-time-period-us: u32, FPS time period in microseconds 111 Here supported time periods by device in microseconds are as follows: 112 MAX77620 supports 40, 80, 160, 320, 640, 1280, 2560 and 5120 microseconds. 113 MAX20024 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds. 114 MAX77663 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 34 microseconds). 50 - slew-delay-us: microseconds to wait for a GPIO to go high. Default is 10 us. 51 - wait-retry-us: we'll attempt another claim after this many microseconds. 53 - wait-free-us: we'll give up after this many microseconds. Default is 50000 us.
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | sattypes.h | 161 inline bool sat_usleep(int32 microseconds) { in sat_usleep() argument 163 req.tv_sec = microseconds / 1000000; in sat_usleep() 165 req.tv_nsec = (microseconds % 1000000) * 1000; in sat_usleep()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | udftime.c | 64 src.hundredsOfMicroseconds * 100 + src.microseconds); in udf_disk_stamp_to_time() 94 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/ |
| H A D | 0001-Remove-tornado-6-test-constraint.-Ref-15.patch | 21 - yield gen.Task(loop.add_timeout, timedelta(microseconds=10)) 23 + yield gen.Task(loop.add_timeout, timedelta(microseconds=10))
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | qcom,pm8xxx-keypad.txt | 57 Definition: time in microseconds that key must be pressed or release 63 Definition: time in microseconds to pause between successive scans
|
| H A D | qcom,pm8xxx-pwrkey.txt | 28 Definition: time in microseconds that key must be pressed or release
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-set_flag.txt | 66 /* print timestamps in microseconds */ 69 /* Print timestamps in microseconds */
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 936 void acpi_os_stall(u32 microseconds) in acpi_os_stall() argument 939 if (microseconds) { in acpi_os_stall() 940 usleep(microseconds); in acpi_os_stall()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | at91_adc.txt | 13 - atmel,adc-startup-time: Startup Time of the ADC in microseconds as 28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-w1 | 4 Description: Bus scanning interval, microseconds component.
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-bwc.rst | 12 each given "period" (microseconds), a task group is allocated up to "quota" 13 microseconds of CPU time. That quota is assigned to per-cpu run queues in 28 cpu.cfs_quota_us: the total available run-time within a period (in microseconds) 29 cpu.cfs_period_us: the length of a period (in microseconds)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/usleep/ |
| H A D | usleep_1.0.bb | 1 SUMMARY = "A user tool to support sleeping some number of microseconds"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rng/ |
| H A D | timeriomem_rng.txt | 6 - period : wait time in microseconds to use between samples
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-timechart.txt | 74 suffix to specify time in milliseconds or microseconds. 80 milliseconds or microseconds.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | 0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch | 26 The reported time is in microseconds per connection.
|