Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-get-rec-resolution.rst19 LIRC_GET_REC_RESOLUTION - Obtain the value of receive resolution, in microseconds.
24 .. c:function:: int ioctl( int fd, LIRC_GET_REC_RESOLUTION, __u32 *microseconds)
33 ``microseconds``
34 Resolution, in microseconds.
Dlirc-dev-intro.rst113 Signifies the presence of IR in microseconds.
117 Signifies absence of IR in microseconds.
130 this packet will be sent, with the number of microseconds with
140 The values are alternating pulse and space lengths, in microseconds. The
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-module21 microframe to be 80%, that is 100 microseconds out of 125
22 microseconds (full microframe).
26 microseconds of isochronous bandwidth per microframe to work
31 microseconds of periodic bandwidth per microframe.
Dsysfs-class-led-flash26 Hardware timeout for flash, in microseconds. The flash strobe
36 Maximum flash timeout for this LED, in microseconds.
/Linux-v5.4/Documentation/devicetree/bindings/power/
Ddomain-idle-state.txt17 microseconds required to enter the idle state.
25 in microseconds required to exit the idle state.
31 in microseconds after which the idle state will yield
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-d4xx.rst64 - 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
/Linux-v5.4/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.4/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
33 * MAX_MODULE_DISABLE_TIME: max duration in microseconds to wait for
36 * in microseconds for the module to reach the inactive state from
Domap_hwmod_reset.c71 * Once the BUSY status is zero, there is a 15 microseconds access
81 /* now we have ~15 microseconds to read/write various registers */ in omap_rtc_wait_not_busy()
/Linux-v5.4/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.4/include/linux/input/
Dlm8333.h14 /* Active timeout before enter HALT mode in microseconds */
16 /* Debounce interval in microseconds */
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig.profile17 default 5 # microseconds
27 a few microseconds.
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dregulator.yaml59 description: The time taken, in microseconds, for the supply rail to
68 description: Settling time, in microseconds, for voltage change if regulator
73 description: Settling time, in microseconds, for voltage increase if
79 description: Settling time, in microseconds, for voltage decrease if
/Linux-v5.4/include/linux/regulator/
Dmachine.h128 * change is non-linear (unit: microseconds).
130 * change is non-linear (unit: microseconds).
132 * voltage change is non-linear (unit: microseconds).
136 * @enable_time: Turn-on time of the rails (unit: microseconds)
/Linux-v5.4/Documentation/scheduler/
Dsched-bwc.rst12 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)
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h103 /* Total number of microseconds that far-end port requested to pause
111 /* Total time in microseconds that transmission of packets has been
/Linux-v5.4/arch/powerpc/include/asm/
Ddelay.h36 * @timeout: timeout, in microseconds
37 * @delay: the number of microseconds to delay between each evaluation of
/Linux-v5.4/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
/Linux-v5.4/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.
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt13 - atmel,adc-startup-time: Startup Time of the ADC in microseconds as
28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-set_flag.txt66 /* print timestamps in microseconds */
69 /* Print timestamps in microseconds */
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Djitter.sh12 # sleepmax: Maximum microseconds to sleep, defaults to one second.
13 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
/Linux-v5.4/drivers/spi/
Dspi-slave-time.c6 * representing the number of seconds and fractional seconds (in microseconds)
24 * seconds microseconds
/Linux-v5.4/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.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtdls.h84 * @max_offchan_duration: What amount of microseconds out of a DTIM is given
87 * given will be 50TU, or 50 * 1024 if translated into microseconds.
148 * @offchannel_duration: duration given in microseconds

12345678910>>...18