Home
last modified time | relevance | path

Searched defs:__xf_wait (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h76 typedef struct __xf_wait struct
87 static inline void __xf_wait_init(xf_wait_t *w) in __xf_wait_init() argument
106 static inline int __xf_wait(xf_wait_t *w, u32 timeout) in __xf_wait() function
135 #define __xf_wait(w, timeout) \ macro