Searched full:millisecond (Results 1 – 25 of 210) sorted by relevance
123456789
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ina3221.rst | 62 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/ |
| D | ina3221.rst | 62 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/ |
| D | arc_emac.txt | 14 will have the duration be 1 millisecond. Numbers greater than 1000 are 15 invalid and 1 millisecond will be used instead.
|
| D | fsl,fec.yaml | 214 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/ |
| D | arc_emac.txt | 14 will have the duration be 1 millisecond. Numbers greater than 1000 are 15 invalid and 1 millisecond will be used instead.
|
| D | fsl-fec.txt | 54 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/ |
| D | los_tick.h | 157 * @brief spinning-delay in millisecond (ms). 160 * This API is used to delay in millisecond. 164 * @param #UINT32 millisecond needs to delay.
|
| D | los_pm.h | 245 * @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/ |
| D | btmrvl_drv.h | 24 /* 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/ |
| D | hwlat_detector.rst | 60 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
|
| D | events-nmi.rst | 30 really hogging a lot of CPU time, like a millisecond at a time.
|
| /kernel/linux/linux-6.6/Documentation/trace/ |
| D | hwlat_detector.rst | 60 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
|
| D | events-nmi.rst | 30 really hogging a lot of CPU time, like a millisecond at a time.
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | btmrvl_drv.h | 38 /* 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/ |
| D | tout.c | 58 * 0x0: millisecond 63 * millisecond.
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | elantech.h | 36 * 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/ |
| D | elantech.h | 36 * 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/ |
| D | mmc-pxamci.h | 13 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | mmc-pxamci.h | 13 unsigned long detect_delay_ms; /* delay in millisecond before detecting cards after interrupt */
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | rk3036-evb.dts | 22 phy-reset-duration = <10>; /* millisecond */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rk3036-evb.dts | 19 phy-reset-duration = <10>; /* millisecond */
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
| D | jitterstart.sh | 12 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | property-units.txt | 17 -ms : millisecond
|
| /kernel/liteos_a/kernel/extended/power/ |
| D | los_pm.c | 589 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/ |
| D | bsg.h | 46 __u32 timeout; /* [i] units: millisecond */
|
123456789