Home
last modified time | relevance | path

Searched refs:_os_event_wait (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_rx_agg.c78 _os_event_wait(drv, &sta->comp_sync, PHL_REORDER_TIMER_SYNC_TO_MS); in _phl_cancel_rx_reorder_timer()
H A Dpltfm_ops_macos.h266 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dphl_cmd_general.c115 if (_os_event_wait(drv, &cmd_sync->sync.done, cmd_wait_ms) == 0) { in _phl_cmd_wait()
H A Dphl_cmd_fsm.c414 return _os_event_wait(d, &(job->wait.done), m_sec); in wait_completion()
H A Dpltfm_ops_none.h328 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dpltfm_ops_windows.h452 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dpltfm_ops_linux.h448 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_rx_agg.c78 _os_event_wait(drv, &sta->comp_sync, PHL_REORDER_TIMER_SYNC_TO_MS); in _phl_cancel_rx_reorder_timer()
H A Dpltfm_ops_macos.h275 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dphl_cmd_general.c115 if (_os_event_wait(drv, &cmd_sync->sync.done, cmd_wait_ms) == 0) { in _phl_cmd_wait()
H A Dphl_cmd_fsm.c414 return _os_event_wait(d, &(job->wait.done), m_sec); in wait_completion()
H A Dpltfm_ops_none.h337 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dpltfm_ops_windows.h461 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
H A Dpltfm_ops_linux.h539 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c215 ret = _os_event_wait(drv, &event, timeout); in txbuf_wait()