Home
last modified time | relevance | path

Searched refs:rtw_systime_to_us (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);… macro
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);… macro
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_linux.h108 return rtw_systime_to_us(rtw_get_current_time()); in _os_get_cur_time_us()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_linux.h112 return rtw_systime_to_us(rtw_get_current_time()); in _os_get_cur_time_us()