Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/
Dnimble_npl_os.h53 struct ble_npl_eventq *evq; member
83 static inline void ble_npl_eventq_init(struct ble_npl_eventq *evq) in ble_npl_eventq_init()
92 static inline void ble_npl_eventq_deinit(struct ble_npl_eventq *evq) in ble_npl_eventq_deinit()
99 static inline struct ble_npl_event *ble_npl_eventq_get(struct ble_npl_eventq *evq, ble_npl_time_t t… in ble_npl_eventq_get()
104 static inline void ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
109 static inline void ble_npl_eventq_remove(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_remove()
119 static inline bool ble_npl_eventq_is_empty(struct ble_npl_eventq *evq) in ble_npl_eventq_is_empty()
190 static inline void ble_npl_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in ble_npl_callout_init()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnpl_os_freertos.c27 struct ble_npl_event *npl_freertos_eventq_get(struct ble_npl_eventq *evq, ble_npl_time_t tmo) in npl_freertos_eventq_get()
41 void npl_freertos_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in npl_freertos_eventq_put()
54 void npl_freertos_eventq_remove(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in npl_freertos_eventq_remove()
214 void npl_freertos_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in npl_freertos_callout_init()
Dos_mbuf.c83 int os_mqueue_put(struct os_mqueue *mq, struct ble_npl_eventq *evq, struct os_mbuf *m) in os_mqueue_put()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_mqueue.c51 int ble_mqueue_put(struct ble_mqueue *mq, struct ble_npl_eventq *evq, struct os_mbuf *om) in ble_mqueue_put()
Dble_hs.c112 void ble_hs_evq_set(struct ble_npl_eventq *evq) in ble_hs_evq_set()