Searched refs:ble_npl_eventq_put (Results 1 – 12 of 12) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_hs.c | 445 ble_npl_eventq_put((struct ble_npl_eventq *)ble_hs_evq_get(), in ble_hs_sched_start_stage2() 452 ble_npl_eventq_put((struct ble_npl_eventq *)os_eventq_dflt_get(), in ble_hs_sched_start() 455 ble_npl_eventq_put(nimble_port_get_dflt_eventq(), &ble_hs_ev_start_stage1); in ble_hs_sched_start() 524 ble_npl_eventq_put(ble_hs_evq, ev); in ble_hs_enqueue_hci_event() 542 ble_npl_eventq_put(ble_hs_evq, &ble_hs_ev_tx_notifications); in ble_hs_notifications_sched() 549 ble_npl_eventq_put(ble_hs_evq, &ble_hs_ev_reset); in ble_hs_sched_reset() 710 ble_npl_eventq_put((struct ble_npl_eventq *)os_eventq_dflt_get(), in ble_hs_init() 713 ble_npl_eventq_put(nimble_port_get_dflt_eventq(), &ble_hs_ev_start_stage1); in ble_hs_init()
|
D | ble_hs_mqueue.c | 70 ble_npl_eventq_put(evq, &mq->ev); in ble_mqueue_put()
|
D | ble_hs_flow.c | 119 ble_npl_eventq_put(ble_hs_evq_get(), &ble_hs_flow_ev); in ble_hs_flow_inc_completed_pkts()
|
D | ble_gap.c | 3352 ble_npl_eventq_put(ble_hs_evq_get(), &psync->lost_ev); in ble_gap_periodic_adv_sync_terminate()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/transport/uart/src/ |
D | ble_hci_uart.c | 434 ble_npl_eventq_put(&hci_evt_rx_tx_queue, &ble_hs_ev_hci_rx); in ble_hs_event_hci_rx_func() 461 ble_npl_eventq_put(&hci_evt_rx_tx_queue, &ble_hs_ev_hci_rx); in notify_host_recv() 468 ble_npl_eventq_put(&hci_evt_rx_tx_queue, &ble_hs_ev_hci_rx); in notify_host_recv() 492 ble_npl_eventq_put(&hci_evt_rx_tx_queue, &ble_hs_ev_hci_rx); in notify_host_recv()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
D | nimble_port.c | 111 ble_npl_eventq_put(&g_eventq_dflt, &ble_hs_ev_stop); in nimble_port_stop()
|
D | npl_os_freertos.c | 208 ble_npl_eventq_put(co->evq, &co->ev); in os_callout_timer_cb()
|
D | os_mbuf.c | 102 ble_npl_eventq_put(evq, &mq->mq_ev); in os_mqueue_put()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/ |
D | nimble_npl.h | 71 void ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev);
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/ |
D | nimble_npl_os.h | 104 static inline void ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put() function
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | adv.c | 190 ble_npl_eventq_put(&adv_queue, &ev); in bt_mesh_adv_update()
|
D | glue.c | 70 ble_npl_eventq_put(fifo, ev); in net_buf_put()
|