Home
last modified time | relevance | path

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

12345678910>>...15

/linux/rust/kernel/time/
H A Ddelay.rs18 /// `delta` must be within `[0, i32::MAX]` microseconds;
31 // The maximum value is set to `i32::MAX` microseconds to prevent integer in fsleep()
44 // Convert the duration to microseconds and round up to preserve in fsleep()
51 /// Inserts a delay based on microseconds with busy waiting.
53 /// Equivalent to the C side [`udelay()`], which delays in microseconds.
80 // Convert the duration to microseconds and round up to preserve in udelay()
/linux/include/asm-generic/
H A Ddelay.h18 * The microseconds/nanosecond delay multiplicators are used to convert a
19 * constant microseconds/nanoseconds value to a value which can be used by the
32 * udelay - Inserting a delay based on microseconds with busy waiting
33 * @usec: requested delay in microseconds
42 * is a threshold for all delays up to 10 microseconds.
/linux/Documentation/userspace-api/media/rc/
H A 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.
H A 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/Documentation/tools/rtla/
H A Dcommon_osnoise_options.txt16 Set the *osnoise* tracer period in microseconds.
20 Set the *osnoise* tracer runtime in microseconds.
24 Stop the trace if a single sample is higher than the argument in microseconds.
29 Stop the trace if the total sample is higher than the argument in microseconds.
/linux/arch/arm/mach-omap2/
H A 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/Documentation/devicetree/bindings/net/
H A 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/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst60 - Exposure time (in microseconds) used to capture the frame
98 - Time in microseconds from the beginning of a frame till its middle
100 - Time, used to read out a frame in microseconds
102 - Frame exposure time in microseconds
104 - In microseconds = 1000000 / framerate
106 - Time in microseconds from start of frame to data in USB buffer
H A Dext-ctrls-fm-tx.rst108 microseconds. Step and range are driver-specific.
129 Sets the attack time for audio compression feature. It is a microseconds
134 microseconds value. The range and step are driver-specific.
151 or 75 microseconds is used. The enum v4l2_preemphasis defines possible
/linux/include/linux/input/
H A Dlm8333.h14 /* Active timeout before enter HALT mode in microseconds */
16 /* Debounce interval in microseconds */
/linux/Documentation/ABI/testing/
H A Ddebugfs-hyperv14 microseconds (inclusive).
21 Description: Fuzz testing message delay value between 0 - 1000 microseconds
H A Dsysfs-class-led-flash26 Hardware timeout for flash, in microseconds. The flash strobe
36 Maximum flash timeout for this LED, in microseconds.
/linux/Documentation/devicetree/bindings/i2c/
H A 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/tools/testing/selftests/rcutorture/bin/
H A Djitterstart.sh11 # sleepmax: Maximum microseconds to sleep, defaults to one second.
12 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
H A Djitter.sh13 # sleepmax: Maximum microseconds to sleep, defaults to one second.
14 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
/linux/tools/perf/Documentation/
H A 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
180 have the format seconds.microseconds. If start is not given (i.e., time
210 have the format seconds.microseconds. If start is not given (i.e., time
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A 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/drivers/net/ipa/
H A Dipa_endpoint.c940 ipa_qtime_val(struct ipa *ipa, u32 microseconds, u32 max, u32 *select) in ipa_qtime_val() argument
946 ticks = DIV_ROUND_CLOSEST(microseconds, 100); in ipa_qtime_val()
952 ticks = DIV_ROUND_CLOSEST(microseconds, 1000); in ipa_qtime_val()
959 ticks = DIV_ROUND_CLOSEST(microseconds, 100); in ipa_qtime_val()
968 /* Encode the aggregation timer limit (microseconds) based on IPA version */
970 u32 microseconds) in aggr_time_limit_encode() argument
975 if (!microseconds) in aggr_time_limit_encode()
982 ticks = ipa_qtime_val(ipa, microseconds, max, &select); in aggr_time_limit_encode()
989 ticks = DIV_ROUND_CLOSEST(microseconds, IPA_AGGR_GRANULARITY); in aggr_time_limit_encode()
991 microseconds, max * IPA_AGGR_GRANULARITY); in aggr_time_limit_encode()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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/arch/powerpc/include/asm/
H A Ddelay.h36 * @timeout: timeout, in microseconds
37 * @delay: the number of microseconds to delay between each evaluation of
/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml68 description: The time taken, in microseconds, for the supply rail to
77 description: Settling time, in microseconds, for voltage change if regulator
82 description: Settling time, in microseconds, for voltage increase if
88 description: Settling time, in microseconds, for voltage decrease if
/linux/fs/ceph/
H A Dsubvolume_metrics.h22 * @read_latency_us: Sum of read latencies in microseconds (for avg calculation)
23 * @write_latency_us: Sum of write latencies in microseconds (for avg calculation)
/linux/Documentation/devicetree/bindings/iio/adc/
H A Datmel,sama9260-adc.yaml43 Startup Time of the ADC in microseconds as defined in the datasheet
68 description: Sample and Hold Time in microseconds
/linux/drivers/spi/
H A Dspi-slave-time.c6 * representing the number of seconds and fractional seconds (in microseconds)
24 * seconds microseconds
/linux/drivers/acpi/acpica/
H A Dexdebug.c76 * We will emit the current timer value (in microseconds) with each in acpi_ex_do_debug_object()
78 * million microseconds or 67 seconds before rollover. in acpi_ex_do_debug_object()
80 * Convert 100 nanosecond units to microseconds in acpi_ex_do_debug_object()

12345678910>>...15