Home
last modified time | relevance | path

Searched full:microseconds (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/linux-6.12.1/drivers/gpu/drm/xe/
DKconfig.profile15 default 10000000 # microseconds
21 default 1 # microseconds
27 default 640000 # microseconds
29 How long to wait (in microseconds) for a preemption event to occur
35 default 10000000 # microseconds
42 default 1 # microseconds
/linux-6.12.1/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, also known as *flash*.
110 Signifies absence of IR in microseconds, also known as *gap*.
122 of microseconds with no IR.
138 The values are alternating pulse and space lengths, in microseconds. The
/linux-6.12.1/Documentation/tools/rtla/
Dcommon_osnoise_options.rst8 Set the *osnoise* tracer period in microseconds.
12 Set the *osnoise* tracer runtime in microseconds.
16 Stop the trace if a single sample is higher than the argument in microseconds.
21 Stop the trace if the total sample is higher than the argument in microseconds.
/linux-6.12.1/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
/linux-6.12.1/arch/arm/mach-omap2/
Dcm.h14 * MAX_MODULE_READY_TIME: max duration in microseconds to wait for the
17 * In the case of OMAP4 this is the max duration in microseconds for the
32 * MAX_MODULE_DISABLE_TIME: max duration in microseconds to wait for
35 * in microseconds for the module to reach the inactive state from
/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/net/
Dmdio.yaml38 RESET pulse width in microseconds. It applies to all MDIO devices
44 Delay after reset deassert in microseconds. It applies to all MDIO
86 Delay after the reset was asserted in microseconds. If this
91 Delay after the reset was deasserted in microseconds. If
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dmetafmt-d4xx.rst59 - Exposure time (in microseconds) used to capture the frame
97 - Time in microseconds from the beginning of a frame till its middle
99 - Time, used to read out a frame in microseconds
101 - Frame exposure time in microseconds
103 - In microseconds = 1000000 / framerate
105 - Time in microseconds from start of frame to data in USB buffer
/linux-6.12.1/Documentation/devicetree/bindings/power/
Ddomain-idle-state.yaml33 The worst case latency in microseconds required to enter the idle
39 The worst case latency in microseconds required to exit the idle
44 The minimum residency duration in microseconds after which the idle
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv.h732 * @timeout_us: the maximum number of microseconds to wait
735 * wait time is given in microseconds to prevent spinning forever.
750 * @timeout_us: the maximum number of microseconds to wait
753 * wait time is given in microseconds to prevent spinning forever.
769 * @timeout_us: the maximum number of microseconds to wait
772 * wait time is given in microseconds to prevent spinning forever.
788 * @timeout_us: the maximum number of microseconds to wait
792 * microseconds to prevent spinning forever.
807 * @timeout_us: the maximum number of microseconds to wait
810 * Waits for the number of microseconds specified by timeout_us
[all …]
/linux-6.12.1/fs/udf/
Dudftime.c55 src.microseconds < 100) { in udf_disk_stamp_to_time()
57 src.hundredsOfMicroseconds * 100 + src.microseconds); in udf_disk_stamp_to_time()
85 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
/linux-6.12.1/include/linux/input/
Dlm8333.h14 /* Active timeout before enter HALT mode in microseconds */
16 /* Debounce interval in microseconds */
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/
Djitterstart.sh11 # sleepmax: Maximum microseconds to sleep, defaults to one second.
12 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.yaml42 microseconds).
78 We'll give up after this many microseconds.
83 We'll attempt another claim after this many microseconds.
/linux-6.12.1/Documentation/admin-guide/mm/damon/
Dreclaim.rst77 Time threshold for cold memory regions identification in microseconds.
123 Desired level of memory pressure-stall time in microseconds.
127 memory pressure is incurred. System-wide ``some`` memory PSI in microseconds
184 Sampling interval for the monitoring in microseconds.
192 Aggregation interval for the monitoring in microseconds.
/linux-6.12.1/tools/perf/Documentation/
Dperf-kwork.txt108 have the format seconds.microseconds. If start is not given (i.e., time
138 have the format seconds.microseconds. If start is not given (i.e., time
177 have the format seconds.microseconds. If start is not given (i.e., time
207 have the format seconds.microseconds. If start is not given (i.e., time
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtdls.h26 * @max_offchan_duration: What amount of microseconds out of a DTIM is given
29 * given will be 50TU, or 50 * 1024 if translated into microseconds.
90 * @offchannel_duration: duration given in microseconds
/linux-6.12.1/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
77 - cpu.cfs_quota_us: run-time replenished within a period (in microseconds)
78 - cpu.cfs_period_us: the length of a period (in microseconds)
80 - cpu.cfs_burst_us: the maximum accumulated run-time (in microseconds)
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h101 /* Total number of microseconds that far-end port requested to pause
109 /* Total time in microseconds that transmission of packets has been
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dqcom,pm8921-keypad.yaml41 Time in microseconds that key must be pressed or
47 description: time in microseconds to pause between successive scans of the
/linux-6.12.1/include/linux/regulator/
Dmachine.h156 * change is non-linear (unit: microseconds).
158 * change is non-linear (unit: microseconds).
160 * voltage change is non-linear (unit: microseconds).
164 * @enable_time: Turn-on time of the rails (unit: microseconds)
/linux-6.12.1/arch/powerpc/include/asm/
Ddelay.h36 * @timeout: timeout, in microseconds
37 * @delay: the number of microseconds to delay between each evaluation of
/linux-6.12.1/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c23 * @slew_delay_us: microseconds to wait for a GPIO to go high.
24 * @wait_retry_us: we'll attempt another claim after this many microseconds.
25 * @wait_free_us: we'll give up after this many microseconds.

12345678910>>...22