| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_types.h | 71 #define _os_timer RT_TIMER macro 96 typedef struct rtw_timer_list _os_timer; typedef 159 #define _os_timer unsigned long macro
|
| H A D | pltfm_ops_macos.h | 174 static __inline void _os_init_timer(void *h, _os_timer *timer, in _os_init_timer() 180 static __inline void _os_set_timer(void *h, _os_timer *timer, u32 ms_delay) in _os_set_timer() 184 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() 187 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 191 static __inline void _os_release_timer(void *h, _os_timer *timer) in _os_release_timer()
|
| H A D | pltfm_ops_none.h | 250 static __inline void _os_init_timer(void *h, _os_timer *timer, in _os_init_timer() 256 static __inline void _os_set_timer(void *h, _os_timer *timer, u32 ms_delay) in _os_set_timer() 260 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() 264 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 268 static __inline void _os_release_timer(void *h, _os_timer *timer) in _os_release_timer()
|
| H A D | pltfm_ops_windows.h | 351 static __inline void _os_init_timer(void *drv_priv, _os_timer *timer, in _os_init_timer() 357 static __inline void _os_set_timer(void *drv_priv, _os_timer *timer, u32 ms_delay) in _os_set_timer() 361 static __inline void _os_cancel_timer(void *drv_priv, _os_timer *timer) in _os_cancel_timer() 365 static inline void _os_cancel_timer_async(void *drv_priv, _os_timer *timer) in _os_cancel_timer_async() 369 static __inline void _os_release_timer(void *drv_priv, _os_timer *timer) in _os_release_timer()
|
| H A D | phl_watchdog.h | 27 _os_timer wdog_timer;
|
| H A D | pltfm_ops_linux.h | 353 static inline void _os_init_timer(void *d, _os_timer *timer, in _os_init_timer() 360 static inline void _os_set_timer(void *d, _os_timer *timer, u32 ms_delay) in _os_set_timer() 365 static inline void _os_cancel_timer(void *d, _os_timer *timer) in _os_cancel_timer() 370 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 375 static inline void _os_release_timer(void *d, _os_timer *timer) in _os_release_timer()
|
| H A D | phl_ecsa.h | 43 _os_timer timer;
|
| H A D | phl_scan.h | 114 _os_timer scan_timer; /* handle in phl_cmd_scan */
|
| H A D | phl_cmd_ser.c | 65 _os_timer poll_timer;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_macos.h | 183 static __inline void _os_init_timer(void *h, _os_timer *timer, in _os_init_timer() 189 static __inline void _os_set_timer(void *h, _os_timer *timer, u32 ms_delay) in _os_set_timer() 193 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() 196 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 200 static __inline void _os_release_timer(void *h, _os_timer *timer) in _os_release_timer()
|
| H A D | phl_types.h | 77 #define _os_timer RT_TIMER macro 102 typedef struct rtw_timer_list _os_timer; typedef 183 #define _os_timer unsigned long macro
|
| H A D | pltfm_ops_none.h | 259 static __inline void _os_init_timer(void *h, _os_timer *timer, in _os_init_timer() 265 static __inline void _os_set_timer(void *h, _os_timer *timer, u32 ms_delay) in _os_set_timer() 269 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() 273 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 277 static __inline void _os_release_timer(void *h, _os_timer *timer) in _os_release_timer()
|
| H A D | pltfm_ops_windows.h | 360 static __inline void _os_init_timer(void *drv_priv, _os_timer *timer, in _os_init_timer() 366 static __inline void _os_set_timer(void *drv_priv, _os_timer *timer, u32 ms_delay) in _os_set_timer() 370 static __inline void _os_cancel_timer(void *drv_priv, _os_timer *timer) in _os_cancel_timer() 374 static inline void _os_cancel_timer_async(void *drv_priv, _os_timer *timer) in _os_cancel_timer_async() 378 static __inline void _os_release_timer(void *drv_priv, _os_timer *timer) in _os_release_timer()
|
| H A D | phl_watchdog.h | 27 _os_timer wdog_timer;
|
| H A D | phl_ecsa.h | 43 _os_timer timer;
|
| H A D | pltfm_ops_linux.h | 444 static inline void _os_init_timer(void *d, _os_timer *timer, in _os_init_timer() 451 static inline void _os_set_timer(void *d, _os_timer *timer, u32 ms_delay) in _os_set_timer() 456 static inline void _os_cancel_timer(void *d, _os_timer *timer) in _os_cancel_timer() 461 static inline void _os_cancel_timer_async(void *d, _os_timer *timer) in _os_cancel_timer_async() 466 static inline void _os_release_timer(void *d, _os_timer *timer) in _os_release_timer()
|
| H A D | phl_scan.h | 114 _os_timer scan_timer; /* handle in phl_cmd_scan */
|
| H A D | phl_cmd_ser.c | 65 _os_timer poll_timer;
|
| H A D | phl_led.c | 30 _os_timer timer;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_headers_le.h | 139 static inline void hal_init_timer(struct rtw_hal_com_t *h, _os_timer *timer, in hal_init_timer() 146 static inline void hal_set_timer(struct rtw_hal_com_t *h, _os_timer *timer, in hal_set_timer() 151 static inline void hal_cancel_timer(struct rtw_hal_com_t *h, _os_timer *timer) in hal_cancel_timer() 155 static inline void hal_release_timer(struct rtw_hal_com_t *h, _os_timer *timer) in hal_release_timer()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_headers_le.h | 139 static inline void hal_init_timer(struct rtw_hal_com_t *h, _os_timer *timer, in hal_init_timer() 146 static inline void hal_set_timer(struct rtw_hal_com_t *h, _os_timer *timer, in hal_set_timer() 151 static inline void hal_cancel_timer(struct rtw_hal_com_t *h, _os_timer *timer) in hal_cancel_timer() 155 static inline void hal_release_timer(struct rtw_hal_com_t *h, _os_timer *timer) in hal_release_timer()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.h | 61 #define halbb_timer_list _os_timer
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.h | 61 #define halbb_timer_list _os_timer
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | hal_btc.h | 1274 _os_timer tmr; 1295 _os_timer delay_tmr; /* a delayed timer to start periodic timer (wait phl started) */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | hal_btc.h | 1269 _os_timer tmr; 1290 _os_timer delay_tmr; /* a delayed timer to start periodic timer (wait phl started) */
|