Home
last modified time | relevance | path

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/
Dble_hs.c445 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()
Dble_hs_mqueue.c70 ble_npl_eventq_put(evq, &mq->ev); in ble_mqueue_put()
Dble_hs_flow.c119 ble_npl_eventq_put(ble_hs_evq_get(), &ble_hs_flow_ev); in ble_hs_flow_inc_completed_pkts()
Dble_gap.c3352 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/
Dble_hci_uart.c434 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/
Dnimble_port.c111 ble_npl_eventq_put(&g_eventq_dflt, &ble_hs_ev_stop); in nimble_port_stop()
Dnpl_os_freertos.c208 ble_npl_eventq_put(co->evq, &co->ev); in os_callout_timer_cb()
Dos_mbuf.c102 ble_npl_eventq_put(evq, &mq->mq_ev); in os_mqueue_put()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dnimble_npl.h71 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/
Dnimble_npl_os.h104 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/
Dadv.c190 ble_npl_eventq_put(&adv_queue, &ev); in bt_mesh_adv_update()
Dglue.c70 ble_npl_eventq_put(fifo, ev); in net_buf_put()