Home
last modified time | relevance | path

Searched refs:msec (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H A Ddrv_osal_lib_linux.h60 #define crypto_msleep(msec) msleep(msec)
61 #define crypto_udelay(msec) udelay(msec)
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_platdev.c189 int wifi_platform_set_power(wifi_adapter_info_t *adapter, bool on, unsigned long msec) in wifi_platform_set_power() argument
227 DHD_ERROR(("%s = %d, delay: %lu msec\n", __FUNCTION__, on, msec)); in wifi_platform_set_power()
249 if (msec && !err) in wifi_platform_set_power()
250 OSL_SLEEP(msec); in wifi_platform_set_power()
H A Ddhd_linux.h245 #define DHD_REGISTRATION_TIMEOUT 12000 /* msec : allowed time to finished dhd registration */
246 #define DHD_FW_READY_TIMEOUT 5000 /* msec : allowed time to finished fw download */
414 int wifi_platform_set_power(wifi_adapter_info_t *adapter, bool on, unsigned long msec);
H A Dhnd_pktpool.c47 #define HND_PKTPOOL_MUTEX_ACQUIRE(mutex, msec) osl_ext_mutex_acquire(mutex, msec)
52 #define HND_PKTPOOL_MUTEX_ACQUIRE(mutex, msec) OSL_EXT_SUCCESS
H A Dhnd_pktq.c41 #define HND_PKTQ_MUTEX_ACQUIRE(mutex, msec) osl_ext_mutex_acquire(mutex, msec)
46 #define HND_PKTQ_MUTEX_ACQUIRE(mutex, msec) OSL_EXT_SUCCESS
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c1520 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
1522 long sec = msec / PORT_ONETHOUSAND; in start_hrtimer_ms()
1523 long nsec = (msec % PORT_ONETHOUSAND) * PORT_ONETHOUSANDTHOUSAND; in start_hrtimer_ms()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1683 static bool hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_phy_wait_i2c_done() argument
1688 if (msec-- == 0) { in hdmi_phy_wait_i2c_done()

Completed in 16 milliseconds