Home
last modified time | relevance | path

Searched refs:_rtw_systime_to_us (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h309 u32 _rtw_systime_to_us(systime stime);
320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);…
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h309 u32 _rtw_systime_to_us(systime stime);
320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);…
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service_linux.c159 inline u32 _rtw_systime_to_us(systime stime) in _rtw_systime_to_us() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service_linux.c159 inline u32 _rtw_systime_to_us(systime stime) in _rtw_systime_to_us() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme.c6064 rtw_usleep_os(_rtw_systime_to_us(1)); /* sleep 1/HZ sec */ in _disconnect_wait()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme.c6095 rtw_usleep_os(_rtw_systime_to_us(1)); /* sleep 1/HZ sec */ in _disconnect_wait()