Home
last modified time | relevance | path

Searched refs:_rtw_time_after (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h316 bool _rtw_time_after(systime a, systime b);
327 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
328 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
338 #define rtw_time_after(a,b) _rtw_time_after(a,b)
339 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h316 bool _rtw_time_after(systime a, systime b);
327 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
328 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
338 #define rtw_time_after(a,b) _rtw_time_after(a,b)
339 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dosdep_service.h359 extern bool _rtw_time_after(systime a, systime b);
369 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
370 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
379 #define rtw_time_after(a,b) _rtw_time_after(a,b)
380 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service.h352 extern bool _rtw_time_after(systime a, systime b);
362 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
363 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
372 #define rtw_time_after(a,b) _rtw_time_after(a,b)
373 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service.h352 extern bool _rtw_time_after(systime a, systime b);
362 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
363 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
372 #define rtw_time_after(a,b) _rtw_time_after(a,b)
373 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service.h364 extern bool _rtw_time_after(systime a, systime b);
374 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
375 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
384 #define rtw_time_after(a,b) _rtw_time_after(a,b)
385 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service.h353 extern bool _rtw_time_after(systime a, systime b);
363 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
364 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
373 #define rtw_time_after(a,b) _rtw_time_after(a,b)
374 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h364 extern bool _rtw_time_after(systime a, systime b);
374 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
375 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
384 #define rtw_time_after(a,b) _rtw_time_after(a,b)
385 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h365 extern bool _rtw_time_after(systime a, systime b);
375 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
376 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
385 #define rtw_time_after(a,b) _rtw_time_after(a,b)
386 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h363 extern bool _rtw_time_after(systime a, systime b);
373 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
374 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
383 #define rtw_time_after(a,b) _rtw_time_after(a,b)
384 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h363 extern bool _rtw_time_after(systime a, systime b);
373 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
374 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
383 #define rtw_time_after(a,b) _rtw_time_after(a,b)
384 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h364 extern bool _rtw_time_after(systime a, systime b);
374 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
375 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
384 #define rtw_time_after(a,b) _rtw_time_after(a,b)
385 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h369 extern bool _rtw_time_after(systime a, systime b);
379 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
380 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
389 #define rtw_time_after(a,b) _rtw_time_after(a,b)
390 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service.h372 extern bool _rtw_time_after(systime a, systime b);
382 #define rtw_time_after(a,b) ({bool __r = _rtw_time_after(a,b); typecheck(systime, a); typecheck(sys…
383 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s…
392 #define rtw_time_after(a,b) _rtw_time_after(a,b)
393 #define rtw_time_before(a,b) _rtw_time_after(b,a)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service_linux.c174 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service_linux.c174 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/
H A Dosdep_service.c1608 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/
H A Dosdep_service.c1608 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/
H A Dosdep_service.c1608 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/
H A Dosdep_service.c1612 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/
H A Dosdep_service.c1622 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/
H A Dosdep_service.c1622 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/
H A Dosdep_service.c1623 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c1786 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/
H A Dosdep_service.c1623 inline bool _rtw_time_after(systime a, systime b) in _rtw_time_after() function

12