Home
last modified time | relevance | path

Searched defs:msecs (Results 1 – 20 of 20) 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/winnermicro/wm800/board/platform/common/task/
Dwm_wl_timers.c102 void tls_timeout_p(u8 timeo_assigned, u32 msecs, tls_timeout_handler handler, void *arg) in tls_timeout_p()
Dwm_wl_task.c128 s8 tls_wl_task_add_timeout(struct task_parameter *task_param, u32 msecs, tls_timeout_handler h, voi… in tls_wl_task_add_timeout()
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_bt_spec.h215 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs)*8)/5) argument
/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/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/winnermicro/wm800/board/include/platform/
Dwm_wl_task.h111 u32 msecs; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcpip_priv.h173 u32_t msecs; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/uart/
Dsunxi-uart.c371 static void sw_uart_force_lcr(struct sw_uart_port *sw_uport, unsigned msecs) in sw_uart_force_lcr()
/device/board/isoftstone/yangfan/kernel/src/driv/media/i2c/
Dtc35874x.c1531 unsigned int msecs; in tc35874x_irq_poll_timer() local
/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/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmmsgbuf.h230 uint16 msecs; /* interrupt coalescing: timeout in millisecs */ member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmmsgbuf.h254 uint16 msecs; /* interrupt coalescing: timeout in millisecs */ member
/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/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmmsgbuf.h314 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()