Home
last modified time | relevance | path

Searched refs:millisecond (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/include/
H A Dlos_pm.h245 * @param millisecond [IN] Specifies the time to automatically release the lock.
252 UINT32 LOS_PmTimeLockRequest(const CHAR *name, UINT64 millisecond);
/kernel/liteos_m/components/power/
H A Dlos_pm.h382 * @param millisecond [IN] Specifies the time to automatically release the lock.
389 UINT32 LOS_PmTimeLockRequest(const CHAR *name, UINT64 millisecond);
H A Dlos_pm.c701 UINT32 LOS_PmTimeLockRequest(const CHAR *name, UINT64 millisecond) in LOS_PmTimeLockRequest() argument
707 if ((name == NULL) || !millisecond) { in LOS_PmTimeLockRequest()
711 ticks = (UINT32)((millisecond + OS_MS_PER_TICK - 1) / OS_MS_PER_TICK); in LOS_PmTimeLockRequest()
/kernel/liteos_a/kernel/extended/power/
H A 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/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7443 __le16 millisecond; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h8562 __le16 millisecond; member

Completed in 66 milliseconds