Home
last modified time | relevance | path

Searched defs:msecs (Results 1 – 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_timer.c120 unsigned long osal_msleep(unsigned int msecs) in osal_msleep()
126 void osal_msleep_uninterruptible(unsigned int msecs) in osal_msleep_uninterruptible()
138 void osal_mdelay(unsigned int msecs) in osal_mdelay()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dtimeouts.h109 #define sys_timeout_ext(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
Dlowpower.h125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_timer.c102 unsigned long osal_msleep(unsigned int msecs) in osal_msleep()
114 void osal_mdelay(unsigned int msecs) in osal_mdelay()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_firmware.h626 static inline long kbase_csf_timeout_in_jiffies(const unsigned int msecs) in kbase_csf_timeout_in_jiffies()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_firmware.h678 static inline long kbase_csf_timeout_in_jiffies(const unsigned int msecs) in kbase_csf_timeout_in_jiffies()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcpip_priv.h173 u32_t msecs; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c1295 int msecs; in rockchip_hdmi_irq() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c617 int msecs; in check_hdmi_irq() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmmsgbuf.h254 uint16 msecs; /* interrupt coalescing: timeout in millisecs */ member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168_n.c874 unsigned long _kc_msleep_interruptible(unsigned int msecs) in _kc_msleep_interruptible()