Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 25 of 41) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_eventq.cc68 ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
83 struct ble_npl_event *ev; in ble_npl_eventq_get() local
98 struct ble_npl_event *ev; in ble_npl_eventq_run() local
110 ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init()
119 ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
125 ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
131 ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
137 ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/
H A Dnpl_os_dummy.c47 ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
53 struct ble_npl_event *ev) in ble_npl_eventq_remove()
59 ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
65 ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init()
71 bool ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
77 ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
83 ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/
H A Dnimble_npl_os.h42 struct os_event ev; member
88 struct os_event *ev; in ble_npl_eventq_get() local
100 ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
107 struct ble_npl_event *ev) in ble_npl_eventq_remove()
113 ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
125 ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init()
135 ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
141 ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
147 ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/
H A Dnimble_npl_os.h84 ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
102 ble_npl_eventq_remove(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_remove()
108 ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
114 ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, void *arg) in ble_npl_event_init()
126 ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
132 ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
138 ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs.c405 ble_hs_timer_exp(struct ble_npl_event *ev) in ble_hs_timer_exp()
501 ble_hs_event_rx_hci_ev(struct ble_npl_event *ev) in ble_hs_event_rx_hci_ev()
520 ble_hs_event_tx_notify(struct ble_npl_event *ev) in ble_hs_event_tx_notify()
526 ble_hs_event_rx_data(struct ble_npl_event *ev) in ble_hs_event_rx_data()
532 ble_hs_event_reset(struct ble_npl_event *ev) in ble_hs_event_reset()
546 ble_hs_event_start_stage1(struct ble_npl_event *ev) in ble_hs_event_start_stage1()
560 ble_hs_event_start_stage2(struct ble_npl_event *ev) in ble_hs_event_start_stage2()
571 struct ble_npl_event *ev; in ble_hs_enqueue_hci_event() local
H A Dble_hs_stop.c99 ble_hs_stop_term_event_cb(struct ble_npl_event *ev) in ble_hs_stop_term_event_cb()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h57 struct ble_npl_event ev; member
101 ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
107 ble_npl_eventq_remove(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_remove()
113 ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
125 ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init()
134 ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
140 ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
146 ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_os_rtthread.c50 struct ble_npl_event *ev = NULL; in ble_npl_eventq_get() local
62 void ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_put()
77 void ble_npl_eventq_remove(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in ble_npl_eventq_remove()
88 void ble_npl_event_run(struct ble_npl_event *ev) in ble_npl_event_run()
105 void ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init()
113 bool ble_npl_event_is_queued(struct ble_npl_event *ev) in ble_npl_event_is_queued()
118 void *ble_npl_event_get_arg(struct ble_npl_event *ev) in ble_npl_event_get_arg()
123 void ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) in ble_npl_event_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dtransition.c515 static void onoff_tt_handler(struct ble_npl_event *ev) in onoff_tt_handler()
524 static void level_lightness_tt_handler(struct ble_npl_event *ev) in level_lightness_tt_handler()
533 static void level_temp_tt_handler(struct ble_npl_event *ev) in level_temp_tt_handler()
542 static void light_lightness_actual_tt_handler(struct ble_npl_event *ev) in light_lightness_actual_tt_handler()
551 static void light_lightness_linear_tt_handler(struct ble_npl_event *ev) in light_lightness_linear_tt_handler()
560 static void light_ctl_tt_handler(struct ble_npl_event *ev) in light_ctl_tt_handler()
569 static void light_ctl_temp_tt_handler(struct ble_npl_event *ev) in light_ctl_temp_tt_handler()
H A Dmain.c35 static void button_pressed(struct os_event *ev) in button_pressed()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_eventq.c50 void on_event(struct ble_npl_event *ev) in on_event()
96 struct ble_npl_event *ev = ble_npl_eventq_get(&s_eventq); in test_get() local
H A Dtest_npl_callout.c44 void on_callout(struct ble_npl_event *ev) in on_callout()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnpl_os_freertos.c35 struct ble_npl_event *ev = NULL; in npl_freertos_eventq_get() local
56 npl_freertos_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) in npl_freertos_eventq_put()
79 struct ble_npl_event *ev) in npl_freertos_eventq_remove()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll.c835 ble_ll_hw_err_timer_cb(struct ble_npl_event *ev) in ble_ll_hw_err_timer_cb()
1058 ble_ll_event_rx_pkt(struct ble_npl_event *ev) in ble_ll_event_rx_pkt()
1064 ble_ll_event_tx_pkt(struct ble_npl_event *ev) in ble_ll_event_tx_pkt()
1070 ble_ll_event_dbuf_overflow(struct ble_npl_event *ev) in ble_ll_event_dbuf_overflow()
1076 ble_ll_event_comp_pkts(struct ble_npl_event *ev) in ble_ll_event_comp_pkts()
1091 struct ble_npl_event *ev; in ble_ll_task() local
1160 ble_ll_event_send(struct ble_npl_event *ev) in ble_ll_event_send()
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py479 def accept(self, ev=None): argument
483 def cancel(self, ev=None): argument
520 def accept(self, ev=None): argument
523 def cancel(self, ev=None): argument
698 def handle_keypress(self, ev): argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_l2cap_test.c689 struct event *ev = &t->event[t->event_cnt++]; in ble_l2cap_test_event() local
728 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_connect() local
786 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_connect_by_peer() local
838 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_disc() local
865 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_disc_by_peer() local
894 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_invalid_disc_by_peer() local
914 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_send_data() local
963 struct event *ev = &t->event[t->event_iter++]; in ble_l2cap_test_coc_recv_data() local
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dnimble_port.c60 struct ble_npl_event *ev; in nimble_port_run() local
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_twis.c171 nrf_twis_event_t ev) in nrfx_twis_event_bit_get()
189 nrf_twis_event_t ev) in nrfx_twis_check_bit()
205 nrf_twis_event_t ev) in nrfx_twis_clear_bit()
267 uint32_t ev = 0; in nrfx_twis_state_machine() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/
H A Dble_hci_socket.c197 struct ble_npl_event ev; member
437 ble_hci_sock_rx_ev(struct ble_npl_event *ev) in ble_hci_sock_rx_ev()
777 struct ble_npl_event *ev; in ble_hci_sock_ack_handler() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dadv.c150 static struct ble_npl_event *ev; in mesh_adv_thread() local
195 static struct ble_npl_event ev = { }; in bt_mesh_adv_update() local
H A Dadv.h56 struct ble_npl_event ev; member
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dphy.c47 gpio_event_handler(struct os_event *ev) in gpio_event_handler()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dblehr.c122 blehr_tx_hrate(struct ble_npl_event *ev) in blehr_tx_hrate()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c186 blecsc_measurement(struct ble_npl_event *ev) in blecsc_measurement()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnimble_npl_os.h51 struct ble_npl_event ev; member

12