Home
last modified time | relevance | path

Searched refs:microseconds (Results 1 – 25 of 110) sorted by relevance

12345

/Linux-v5.15/Documentation/userspace-api/media/rc/
Dlirc-get-rec-resolution.rst13 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.
Dlirc-dev-intro.rst106 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
Dlirc-set-rec-timeout.rst34 Timeout, in microseconds.
Dlirc-get-timeout.rst35 Timeout, in microseconds.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-module22 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.
Ddebugfs-hyperv14 microseconds (inclusive).
21 Description: Fuzz testing message delay value between 0 - 1000 microseconds
Dsysfs-class-rc-nuvoton8 All values are in microseconds.
Dsysfs-class-led-flash26 Hardware timeout for flash, in microseconds. The flash strobe
36 Maximum flash timeout for this LED, in microseconds.
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-d4xx.rst57 - 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
/Linux-v5.15/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt34 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.
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dmax77620.txt91 -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.
/Linux-v5.15/fs/udf/
Dudftime.c64 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()
/Linux-v5.15/Documentation/devicetree/bindings/input/
Dqcom,pm8xxx-keypad.txt57 Definition: time in microseconds that key must be pressed or release
63 Definition: time in microseconds to pause between successive scans
Dqcom,pm8xxx-pwrkey.txt28 Definition: time in microseconds that key must be pressed or release
/Linux-v5.15/tools/lib/traceevent/Documentation/
Dlibtraceevent-set_flag.txt66 /* print timestamps in microseconds */
69 /* Print timestamps in microseconds */
/Linux-v5.15/drivers/net/ipa/
Dipa_endpoint.c763 static u32 hol_block_timer_qtime_val(struct ipa *ipa, u32 microseconds) in hol_block_timer_qtime_val() argument
774 val = DIV_ROUND_CLOSEST(microseconds, 100); in hol_block_timer_qtime_val()
778 val = DIV_ROUND_CLOSEST(microseconds, 1000); in hol_block_timer_qtime_val()
797 static u32 hol_block_timer_val(struct ipa *ipa, u32 microseconds) in hol_block_timer_val() argument
806 if (!microseconds) in hol_block_timer_val()
810 return hol_block_timer_qtime_val(ipa, microseconds); in hol_block_timer_val()
814 ticks = DIV_ROUND_CLOSEST(microseconds * rate, 128 * USEC_PER_SEC); in hol_block_timer_val()
849 u32 microseconds) in ipa_endpoint_init_hol_block_timer() argument
857 val = hol_block_timer_val(ipa, microseconds); in ipa_endpoint_init_hol_block_timer()
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-bus-w14 Description: Bus scanning interval, microseconds component.
/Linux-v5.15/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c936 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()
/Linux-v5.15/Documentation/devicetree/bindings/rng/
Dtimeriomem_rng.txt6 - period : wait time in microseconds to use between samples
/Linux-v5.15/Documentation/scheduler/
Dsched-bwc.rst13 each given "period" (microseconds), a task group is allocated up to "quota"
14 microseconds of CPU time. That quota is assigned to per-cpu run queues in
35 microseconds)
36 - cpu.cfs_period_us: the length of a period (in microseconds)
/Linux-v5.15/tools/perf/Documentation/
Dperf-timechart.txt74 suffix to specify time in milliseconds or microseconds.
80 milliseconds or microseconds.
/Linux-v5.15/drivers/misc/altera-stapl/
Daltera-jtag.h85 int altera_wait_msecs(struct altera_state *astate, s32 microseconds,
/Linux-v5.15/Documentation/trace/
Dosnoise-tracer.rst80 - The RUNTIME IN US reports the amount of time in microseconds that
82 - The NOISE IN US reports the sum of noise in microseconds observed
142 In this example, a noise sample of 8 microseconds was reported in the last
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt14 - ti,charge-period: This property should contain the time in microseconds
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Dtps65132-regulator.txt22 asserted for during active discharge, in microseconds.

12345