/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | timeouts.h | 108 err_t sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name); 109 #define sys_timeout_ext(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) 111 err_t sys_timeout_ext(u32_t msecs, sys_timeout_handler handler, void *arg); 114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg)
|
H A D | lowpower.h | 125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) 135 err_t sys_timeout_ext(u32_t msecs, sys_timeout_handler handler, void *arg);
|
H A D | tcpip.h | 192 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_timer.c | 120 unsigned long osal_msleep(unsigned int msecs) in osal_msleep() argument 122 return msleep_interruptible(msecs); in osal_msleep() 126 void osal_msleep_uninterruptible(unsigned int msecs) in osal_msleep_uninterruptible() argument 128 msleep(msecs); in osal_msleep_uninterruptible() 138 void osal_mdelay(unsigned int msecs) in osal_mdelay() argument 140 mdelay(msecs); in osal_mdelay()
|
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | delay.h | 21 void ToyMdelay(unsigned int msecs); 23 void ToyMsleep(unsigned int msecs);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_timer.c | 102 unsigned long osal_msleep(unsigned int msecs) in osal_msleep() argument 104 return msleep_interruptible(msecs); in osal_msleep() 114 void osal_mdelay(unsigned int msecs) in osal_mdelay() argument 116 mdelay(msecs); in osal_mdelay()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_firmware.h | 626 static inline long kbase_csf_timeout_in_jiffies(const unsigned int msecs) in kbase_csf_timeout_in_jiffies() argument 629 return (fw_debug ? MAX_SCHEDULE_TIMEOUT : msecs_to_jiffies(msecs)); in kbase_csf_timeout_in_jiffies() 631 return msecs_to_jiffies(msecs); in kbase_csf_timeout_in_jiffies()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | typec.h | 48 TP_PROTO(const char *state, enum typec_timer timer, unsigned int *msecs), 49 TP_ARGS(state, timer, msecs));
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_firmware.h | 678 static inline long kbase_csf_timeout_in_jiffies(const unsigned int msecs) in kbase_csf_timeout_in_jiffies() argument 681 return (fw_debug ? MAX_SCHEDULE_TIMEOUT : msecs_to_jiffies(msecs)); in kbase_csf_timeout_in_jiffies() 683 return msecs_to_jiffies(msecs); in kbase_csf_timeout_in_jiffies()
|
/device/qemu/arm_virt/liteos_a/board/include/soc/ |
H A D | timer.h | 29 VOID LOS_Mdelay(UINT32 msecs);
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
H A D | timer.h | 51 VOID LOS_Mdelay(UINT32 msecs);
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
H A D | timer.h | 51 VOID LOS_Mdelay(UINT32 msecs);
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 136 unsigned long osal_msleep(unsigned int msecs); 137 void osal_msleep_uninterruptible(unsigned int msecs); 139 void osal_mdelay(unsigned int msecs);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | tcpip_priv.h | 173 u32_t msecs; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | hi_osal.h | 504 extern unsigned long osal_msleep(unsigned int msecs); 506 extern void osal_mdelay(unsigned int msecs);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal.h | 501 extern unsigned long osal_msleep(unsigned int msecs); 503 extern void osal_mdelay(unsigned int msecs);
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_osal.h | 506 extern unsigned long osal_msleep(unsigned int msecs); 508 extern void osal_mdelay(unsigned int msecs);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_boot_rom.h | 126 * @param msecs [IN] type #hi_u32,delay period (unit: millisecond). 134 hi_void mdelay(hi_u32 msecs);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | hi_boot_rom.h | 126 * @param msecs [IN] type #hi_u32,delay period (unit: millisecond). 134 hi_void mdelay(hi_u32 msecs);
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 47 extern unsigned long msecs_to_jiffies(const uint32_t msecs);
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 1295 int msecs; in rockchip_hdmi_irq() local 1324 msecs = 0x96; in rockchip_hdmi_irq() 1327 msecs = 0x14; in rockchip_hdmi_irq() 1329 mod_delayed_work(hdmi->workqueue, &hdmi->work, msecs_to_jiffies(msecs)); in rockchip_hdmi_irq()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmmsgbuf.h | 254 uint16 msecs; /* interrupt coalescing: timeout in millisecs */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 617 int msecs; in check_hdmi_irq() local 626 msecs = 150; in check_hdmi_irq() 630 msecs = 20; in check_hdmi_irq() 633 mod_delayed_work(hdmi->workqueue, &hdmi->work, msecs_to_jiffies(msecs)); in check_hdmi_irq()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 9853 ring_config_req->soft_doorbell.msecs = htol16(soft_doorbell->msecs); in dhd_msgbuf_ring_config_d2h_soft_doorbell()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 871 * @msecs: Time in milliseconds to sleep for 874 unsigned long _kc_msleep_interruptible(unsigned int msecs) in _kc_msleep_interruptible() argument 876 unsigned long timeout = _kc_msecs_to_jiffies(msecs); in _kc_msleep_interruptible() [all...] |