Home
last modified time | relevance | path

Searched full:millisecond (Results 1 – 25 of 210) sorted by relevance

123456789

/kernel/linux/linux-5.10/Documentation/hwmon/
Dina3221.rst62 update_interval Data conversion time in millisecond, following:
68 * BC: bus-voltage conversion time in millisecond
69 * SC: shunt-voltage conversion time in millisecond
/kernel/linux/linux-6.6/Documentation/hwmon/
Dina3221.rst62 update_interval Data conversion time in millisecond, following:
68 * BC: bus-voltage conversion time in millisecond
69 * SC: shunt-voltage conversion time in millisecond
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Darc_emac.txt14 will have the duration be 1 millisecond. Numbers greater than 1000 are
15 invalid and 1 millisecond will be used instead.
Dfsl,fec.yaml214 duration be 1 millisecond. Numbers greater than 1000 are invalid
215 and 1 millisecond will be used instead.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Darc_emac.txt14 will have the duration be 1 millisecond. Numbers greater than 1000 are
15 invalid and 1 millisecond will be used instead.
Dfsl-fec.txt54 will have the duration be 1 millisecond. Numbers greater than 1000 are
55 invalid and 1 millisecond will be used instead.
/kernel/liteos_a/kernel/include/
Dlos_tick.h157 * @brief spinning-delay in millisecond (ms).
160 * This API is used to delay in millisecond.
164 * @param #UINT32 millisecond needs to delay.
Dlos_pm.h245 * @param millisecond [IN] Specifies the time to automatically release the lock.
252 UINT32 LOS_PmTimeLockRequest(const CHAR *name, UINT64 millisecond);
/kernel/linux/linux-6.6/drivers/bluetooth/
Dbtmrvl_drv.h24 /* Time to wait until Host Sleep state change in millisecond */
26 /* Time to wait for command response in millisecond */
/kernel/linux/linux-5.10/Documentation/trace/
Dhwlat_detector.rst60 The minimum sleep time between periods is 1 millisecond. Even if width
61 is less than 1 millisecond apart from window, to allow the system to not
Devents-nmi.rst30 really hogging a lot of CPU time, like a millisecond at a time.
/kernel/linux/linux-6.6/Documentation/trace/
Dhwlat_detector.rst60 The minimum sleep time between periods is 1 millisecond. Even if width
61 is less than 1 millisecond apart from window, to allow the system to not
Devents-nmi.rst30 really hogging a lot of CPU time, like a millisecond at a time.
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtmrvl_drv.h38 /* Time to wait until Host Sleep state change in millisecond */
40 /* Time to wait for command response in millisecond */
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dtout.c58 * 0x0: millisecond
63 * millisecond.
/kernel/linux/linux-5.10/drivers/input/mouse/
Delantech.h36 * Times to retry a ps2_command and millisecond delay between tries
42 * Times to try to read back a register and millisecond delay between tries
/kernel/linux/linux-6.6/drivers/input/mouse/
Delantech.h36 * Times to retry a ps2_command and millisecond delay between tries
42 * Times to try to read back a register and millisecond delay between tries
/kernel/linux/linux-5.10/include/linux/platform_data/
Dmmc-pxamci.h13 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
/kernel/linux/linux-6.6/include/linux/platform_data/
Dmmc-pxamci.h13 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3036-evb.dts22 phy-reset-duration = <10>; /* millisecond */
/kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/
Drk3036-evb.dts19 phy-reset-duration = <10>; /* millisecond */
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
Djitterstart.sh12 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dproperty-units.txt17 -ms : millisecond
/kernel/liteos_a/kernel/extended/power/
Dlos_pm.c589 UINT32 LOS_PmTimeLockRequest(const CHAR *name, UINT64 millisecond) in LOS_PmTimeLockRequest() argument
595 if ((name == NULL) || !millisecond) { in LOS_PmTimeLockRequest()
599 ticks = (UINT32)((millisecond + OS_MS_PER_TICK - 1) / OS_MS_PER_TICK); in LOS_PmTimeLockRequest()
/kernel/linux/linux-5.10/include/uapi/linux/
Dbsg.h46 __u32 timeout; /* [i] units: millisecond */

123456789