Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/src/
Dmain.c89 static inline void app_evt_free(struct app_evt_t *ev) in app_evt_free()
94 static inline void app_evt_put(struct app_evt_t *ev) in app_evt_put()
106 struct app_evt_t *ev; in app_evt_flush() local
118 struct app_evt_t *ev; in app_evt_alloc() local
416 struct app_evt_t *ev = app_evt_alloc(); in cdc_mouse_int_handler() local
464 struct app_evt_t *ev = app_evt_alloc(); in cdc_kbd_int_handler() local
481 struct app_evt_t *ev = app_evt_alloc(); in btn0() local
492 struct app_evt_t *ev = app_evt_alloc(); in btn1() local
504 struct app_evt_t *ev = app_evt_alloc(); in btn2() local
516 struct app_evt_t *ev = app_evt_alloc(); in btn3() local
[all …]
/Zephyr-Core-2.7.6/drivers/usb/device/
Dusb_dc_nrfx.c386 static inline void usbd_evt_free(struct usbd_event *ev) in usbd_evt_free()
396 static inline void usbd_evt_put(struct usbd_event *ev) in usbd_evt_put()
414 struct usbd_event *ev; in usbd_evt_flush() local
433 struct usbd_event *ev; in usbd_evt_alloc() local
471 struct usbd_event *ev = usbd_evt_alloc(); in submit_dc_power_event() local
881 struct usbd_event *ev = usbd_evt_alloc(); in usbd_event_transfer_ctrl() local
914 struct usbd_event *ev = usbd_evt_alloc(); in usbd_event_transfer_ctrl() local
934 struct usbd_event *ev = usbd_evt_alloc(); in usbd_event_transfer_ctrl() local
986 struct usbd_event *ev = usbd_evt_alloc(); in usbd_event_transfer_data() local
1021 struct usbd_event *ev = usbd_evt_alloc(); in usbd_event_transfer_data() local
[all …]
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgap.c99 struct gap_device_connected_ev ev; in le_connected() local
120 struct gap_device_disconnected_ev ev; in le_disconnected() local
133 struct gap_identity_resolved_ev ev; in le_identity_resolved() local
149 struct gap_conn_param_update_ev ev; in le_param_updated() local
671 struct gap_device_found_ev *ev; in store_adv() local
710 struct gap_device_found_ev *ev; in device_found() local
872 struct gap_passkey_display_ev ev; in auth_passkey_display() local
885 struct gap_passkey_entry_req_ev ev; in auth_passkey_entry() local
897 struct gap_passkey_confirm_req_ev ev; in auth_passkey_confirm() local
916 struct gap_bond_lost_ev ev; in auth_pairing_accept() local
[all …]
Dl2cap.c54 struct l2cap_data_received_ev *ev = (void *) recv_cb_buf; in recv_cb() local
77 struct l2cap_connected_ev ev; in connected_cb() local
107 struct l2cap_disconnected_ev ev; in disconnected_cb() local
144 struct l2cap_reconfigured_ev ev; in reconfigured_cb() local
Dmesh.c291 struct mesh_prov_link_open_ev ev; in link_open() local
314 struct mesh_prov_link_closed_ev ev; in link_close() local
337 struct mesh_out_number_action_ev ev; in output_number() local
352 struct mesh_out_string_action_ev *ev; in output_string() local
372 struct mesh_in_action_ev ev; in input() local
402 struct mesh_prov_node_added_ev ev; in prov_node_added() local
2600 struct mesh_net_recv_ev *ev; in net_recv_ev() local
2666 struct mesh_invalid_bearer_ev ev = { in invalid_bearer_cb() local
2693 struct mesh_frnd_established_ev ev = { net_idx, lpn_addr, recv_delay, in friend_established() local
2707 struct mesh_frnd_terminated_ev ev = { net_idx, lpn_addr }; in friend_terminated() local
[all …]
Dgatt.c329 struct gatt_attr_value_changed_ev *ev = (void *) buf; in attr_value_changed_ev() local
1729 struct gatt_notification_ev *ev = (void *) ev_buf; in notify_func() local
/Zephyr-Core-2.7.6/subsys/fs/fcb/
Dfcb_priv.h40 const uint8_t ev = fcb->f_erase_value; in fcb_flash_magic() local
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dl2cap.c1999 struct bt_l2cap_le_credits *ev = (void *)buf->data; in le_credits() local
2177 struct bt_l2cap_le_credits *ev; in l2cap_chan_send_credits() local
Dhci_core.c2365 static void process_events(struct k_poll_event *ev, int count) in process_events()
3018 struct bt_hci_cp_set_event_mask *ev; in set_event_mask() local