Home
last modified time | relevance | path

Searched refs:_os_event (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_types.h75 #define _os_event PlatformEvent macro
100 #define _os_event struct completion macro
163 #define _os_event unsigned long macro
H A Dpltfm_ops_macos.h245 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
248 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
251 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
254 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
266 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dpltfm_ops_none.h306 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
309 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
312 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
316 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
328 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dpltfm_ops_windows.h424 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
429 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
434 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
439 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
452 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dpltfm_ops_linux.h421 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
426 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
430 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
435 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
448 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dphl_cmd_job.h59 _os_event done;
H A Dphl_struct.h44 _os_event *tx_buf_event;
H A Dphl_cmd_general.c34 _os_event done;
H A Dphl_def.h1859 _os_event comp_sync; /* reorder timer completion event */
3228 _os_event done;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_macos.h254 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
257 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
260 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
263 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
275 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dphl_types.h81 #define _os_event PlatformEvent macro
106 #define _os_event struct completion macro
187 #define _os_event unsigned long macro
H A Dpltfm_ops_none.h315 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
318 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
321 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
325 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
337 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dpltfm_ops_windows.h433 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
438 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
443 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
448 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
461 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dpltfm_ops_linux.h512 static __inline void _os_event_init(void *h, _os_event *event) in _os_event_init()
517 static __inline void _os_event_free(void *h, _os_event *event) in _os_event_free()
521 static __inline void _os_event_reset(void *h, _os_event *event) in _os_event_reset()
526 static __inline void _os_event_set(void *h, _os_event *event) in _os_event_set()
539 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait()
H A Dphl_cmd_job.h59 _os_event done;
H A Dphl_cmd_general.c34 _os_event done;
H A Dphl_def.h1883 _os_event comp_sync; /* reorder timer completion event */
3252 _os_event done;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c205 _os_event event; in txbuf_wait()