Home
last modified time | relevance | path

Searched defs:evt (Results 1 – 25 of 177) sorted by relevance

12345678

/Zephyr-latest/subsys/pm/policy/
Dpolicy_events.c25 struct pm_policy_event *evt; in update_next_event() local
62 void pm_policy_event_register(struct pm_policy_event *evt, int64_t uptime_ticks) in pm_policy_event_register()
71 void pm_policy_event_update(struct pm_policy_event *evt, int64_t uptime_ticks) in pm_policy_event_update()
79 void pm_policy_event_unregister(struct pm_policy_event *evt) in pm_policy_event_unregister()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_enc.c254 static void lp_enc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_enc_complete()
272 static void lp_enc_send_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_enc_req()
292 static void lp_enc_send_pause_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_pause_enc_req()
305 static void lp_enc_send_pause_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_pause_enc_rsp()
325 static void lp_enc_send_start_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_send_start_enc_rsp()
346 static void lp_enc_st_wait_tx_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_tx_enc_req()
397 static void lp_enc_st_wait_rx_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_rx_enc_rsp()
441 static void lp_enc_st_wait_rx_start_enc_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_rx_start_enc_req()
473 static void lp_enc_st_wait_tx_start_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_tx_start_enc_rsp()
486 static void lp_enc_st_wait_rx_start_enc_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_wait_rx_start_enc_rsp()
[all …]
Dull_llcp_conn_upd.c357 static void lp_cu_ntf_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_ntf_complete()
365 static void lp_cu_send_reject_ext_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_send_reject_ext_ind()
377 static void lp_cu_send_conn_param_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_send_conn_param_req()
420 uint8_t evt, void *param) in lp_cu_send_conn_update_ind_finalize()
438 static void lp_cu_send_conn_update_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_send_conn_update_ind()
455 static void lp_cu_st_wait_ntf_avail(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_st_wait_ntf_avail()
471 static void lp_cu_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cu_st_idle()
502 uint8_t evt, void *param) in lp_cu_st_wait_tx_reject_ext_ind()
515 static void lp_cu_st_wait_tx_conn_param_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_st_wait_tx_conn_param_req()
531 static void lp_cu_st_wait_rx_conn_param_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cu_st_wait_rx_conn_param_rsp()
[all …]
Dull_llcp_chmu.c105 static void lp_chmu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_chmu_complete()
113 uint8_t evt, void *param) in lp_chmu_send_channel_map_update_ind()
129 static void lp_chmu_st_wait_tx_chan_map_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_st_wait_tx_chan_map_ind()
142 static void lp_chmu_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_check_instant()
153 static void lp_chmu_st_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_st_wait_instant()
166 static void lp_chmu_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_execute_fsm()
216 static void rp_chmu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_chmu_complete()
223 static void rp_chmu_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_chmu_st_idle()
236 uint8_t evt, void *param) in rp_chmu_st_wait_rx_channel_map_update_ind()
257 static void rp_chmu_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_chmu_check_instant()
[all …]
Dull_llcp_cc.c233 static void rp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_complete()
240 static void rp_cc_send_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_cis_rsp()
254 static void rp_cc_send_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_reject_ind()
289 static void rp_cc_state_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_idle()
324 static void rp_cc_state_wait_rx_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_rx_cis_req()
358 static void rp_cc_state_wait_tx_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_tx_cis_rsp()
371 static void rp_cc_state_wait_tx_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_tx_reject_ind()
384 static void rp_cc_state_wait_rx_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_rx_cis_ind()
419 static void rp_cc_state_wait_ntf_avail(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_ntf_avail()
441 static void rp_cc_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_check_instant()
[all …]
Dull_llcp_phy.c377 static void lp_pu_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_pu_tx()
503 static void lp_pu_tx_ntf(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_pu_tx_ntf()
512 static void lp_pu_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_pu_complete()
524 static void lp_pu_send_phy_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_pu_send_phy_req()
542 static void lp_pu_send_phy_update_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_pu_send_phy_update_ind()
557 static void lp_pu_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_pu_st_idle()
569 static void lp_pu_st_wait_tx_phy_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_pu_st_wait_tx_phy_req()
583 static void lp_pu_st_wait_rx_phy_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_pu_st_wait_rx_phy_rsp()
626 static void lp_pu_st_wait_tx_ack_phy_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_pu_st_wait_tx_ack_phy_req()
661 static void lp_pu_st_wait_tx_phy_update_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_pu_st_wait_tx_phy_update_ind()
[all …]
Dull_llcp_past.c108 static void rp_past_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_past_st_idle()
185 static void rp_past_st_wait_resolve_if(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_resolve_if()
201 static void rp_past_st_wait_rx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_rx()
269 static void rp_past_st_wait_next_evt(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_st_wait_next_evt()
306 static void rp_past_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_past_execute_fsm()
424 uint8_t evt, void *param) in lp_past_offset_calc_req()
436 uint8_t evt, void *param) in lp_past_st_wait_tx_req()
449 uint8_t evt, void *param) in lp_past_st_wait_offset_calc()
485 uint8_t evt, void *param) in lp_past_state_wait_evt_done()
509 static void lp_past_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_past_st_idle()
[all …]
Dull_llcp_common.c450 static void lp_comm_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_comm_complete()
614 static void lp_comm_send_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param)
723 static void lp_comm_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param)
746 static void lp_comm_st_wait_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
759 static void lp_comm_st_wait_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
851 static void lp_comm_st_wait_rx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
865 static void lp_comm_st_wait_ntf_avail(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
901 static void lp_comm_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
1130 static void rp_comm_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param)
1188 static void rp_comm_send_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param)
[all …]
/Zephyr-latest/tests/subsys/input/api/src/
Dmain.c20 static void input_cb_filtered(struct input_event *evt, void *user_data) in input_cb_filtered()
34 static void input_cb_unfiltered(struct input_event *evt, void *user_data) in input_cb_unfiltered()
89 static void input_cb_filtered(struct input_event *evt, void *user_data) in input_cb_filtered()
97 static void input_cb_unfiltered(struct input_event *evt, void *user_data) in input_cb_unfiltered()
122 static void input_cb_last_event(struct input_event *evt, void *user_data) in input_cb_last_event()
/Zephyr-latest/subsys/input/
Dinput.c21 static void input_process(struct input_event *evt) in input_process()
44 struct input_event evt = { in input_report() local
78 struct input_event evt; in input_thread() local
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c299 static void hci_evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in hci_evt_create()
346 struct bt_hci_evt_vs *evt; in vs_event() local
371 static void disconnect(struct net_buf *buf, struct net_buf **evt) in disconnect()
383 static void read_remote_ver_info(struct net_buf *buf, struct net_buf **evt) in read_remote_ver_info()
397 struct net_buf **evt) in link_control_cmd_handle()
415 static void set_event_mask(struct net_buf *buf, struct net_buf **evt) in set_event_mask()
424 static void set_event_mask_page_2(struct net_buf *buf, struct net_buf **evt) in set_event_mask_page_2()
433 static void reset(struct net_buf *buf, struct net_buf **evt) in reset()
484 static void set_ctl_to_host_flow(struct net_buf *buf, struct net_buf **evt) in set_ctl_to_host_flow()
526 static void host_buffer_size(struct net_buf *buf, struct net_buf **evt) in host_buffer_size()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c19 static void evt_signal(enum bt_mesh_test_friendship_evt_flags evt) in evt_signal()
25 int bt_mesh_test_friendship_evt_wait(enum bt_mesh_test_friendship_evt_flags evt, in bt_mesh_test_friendship_evt_wait()
31 void bt_mesh_test_friendship_evt_clear(enum bt_mesh_test_friendship_evt_flags evt) in bt_mesh_test_friendship_evt_clear()
37 bool bt_mesh_test_friendship_state_check(enum bt_mesh_test_friendship_evt_flags evt) in bt_mesh_test_friendship_state_check()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c36 struct uart_event evt; in tx_done() local
97 struct uart_event evt; in test_hello() local
141 struct uart_event evt; in ZTEST() local
169 struct uart_event evt; in ZTEST() local
208 struct uart_event evt; in ZTEST() local
256 struct uart_event evt; in ZTEST() local
/Zephyr-latest/tests/subsys/input/longpress/src/
Dmain.c25 static void test_cb(struct input_event *evt, void *user_data) in test_cb()
37 static void test_cb_no_short(struct input_event *evt, void *user_data) in test_cb_no_short()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c422 struct bt_hci_evt_pin_code_req *evt = (void *)buf->data; in bt_hci_pin_code_req() local
439 struct bt_hci_evt_link_key_notify *evt = (void *)buf->data; in bt_hci_link_key_notify() local
559 struct bt_hci_evt_link_key_req *evt = (void *)buf->data; in bt_hci_link_key_req() local
616 struct bt_hci_evt_io_capa_resp *evt = (void *)buf->data; in bt_hci_io_capa_resp() local
656 struct bt_hci_evt_io_capa_req *evt = (void *)buf->data; in bt_hci_io_capa_req() local
736 struct bt_hci_evt_ssp_complete *evt = (void *)buf->data; in bt_hci_ssp_complete() local
762 struct bt_hci_evt_user_confirm_req *evt = (void *)buf->data; in bt_hci_user_confirm_req() local
777 struct bt_hci_evt_user_passkey_notify *evt = (void *)buf->data; in bt_hci_user_passkey_notify() local
794 struct bt_hci_evt_user_passkey_req *evt = (void *)buf->data; in bt_hci_user_passkey_req() local
829 struct bt_hci_evt_auth_complete *evt = (void *)buf->data; in bt_hci_auth_complete() local
Dbr.c78 struct bt_hci_evt_conn_request *evt = (void *)buf->data; in bt_hci_conn_req() local
186 struct bt_hci_evt_sync_conn_complete *evt = (void *)buf->data; in bt_hci_synchronous_conn_complete() local
212 struct bt_hci_evt_conn_complete *evt = (void *)buf->data; in bt_hci_conn_complete() local
369 struct bt_hci_evt_inquiry_complete *evt = (void *)buf->data; in bt_hci_inquiry_complete() local
436 struct bt_hci_evt_inquiry_result_with_rssi *evt; in bt_hci_inquiry_result_with_rssi() local
474 struct bt_hci_evt_extended_inquiry_result *evt = (void *)buf->data; in bt_hci_extended_inquiry_result() local
507 struct bt_hci_evt_remote_name_req_complete *evt = (void *)buf->data; in bt_hci_remote_name_request_complete() local
596 struct bt_hci_evt_remote_features *evt = (void *)buf->data; in bt_hci_read_remote_features_complete() local
637 struct bt_hci_evt_remote_ext_features *evt = (void *)buf->data; in bt_hci_read_remote_ext_features_complete() local
658 struct bt_hci_evt_role_change *evt = (void *)buf->data; in bt_hci_role_change() local
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c57 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create()
66 static void le_meta_evt_create(struct bt_hci_evt_le_meta_event *evt, uint8_t subevent) in le_meta_evt_create()
71 static void adv_info_create(struct bt_hci_evt_le_ext_advertising_info *evt, uint16_t evt_type, in adv_info_create()
101 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, struct net_buf **evt, in cmd_handle_helper()
128 struct net_buf *evt = NULL; in cmd_handle() local
152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success()
165 static void read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_local_features()
176 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_supported_commands()
187 static void le_read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_local_features()
198 static void le_read_supp_states(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_supp_states()
[all …]
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dsignal.c75 osEvent evt; in ZTEST() local
96 osEvent evt; in ZTEST() local
118 osEvent evt; in ZTEST() local
187 osEvent evt; in ZTEST() local
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c48 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create()
72 struct net_buf **evt, in cmd_handle_helper()
99 struct net_buf *evt = NULL; in cmd_handle() local
123 static void generic_success(struct net_buf *buf, struct net_buf **evt, in generic_success()
137 static void read_local_features(struct net_buf *buf, struct net_buf **evt, in read_local_features()
148 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, in read_supported_commands()
159 static void le_read_local_features(struct net_buf *buf, struct net_buf **evt, in le_read_local_features()
170 static void le_read_supp_states(struct net_buf *buf, struct net_buf **evt, in le_read_supp_states()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hci/
Dhci_vendor.h12 struct net_buf **evt) in hci_vendor_cmd_handle()
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dpubsub.c35 struct k_event *evt; member
73 struct k_event *evt) in add_subscriber()
188 int z_impl_register_subscriber(enum Channels channel, struct k_event *evt) in z_impl_register_subscriber()
213 struct k_event *evt) in z_vrfy_register_subscriber()
/Zephyr-latest/include/zephyr/pm/
Dpolicy.h241 static inline void pm_policy_event_register(struct pm_policy_event *evt, uint32_t cycle) in pm_policy_event_register()
247 static inline void pm_policy_event_update(struct pm_policy_event *evt, uint32_t cycle) in pm_policy_event_update()
253 static inline void pm_policy_event_unregister(struct pm_policy_event *evt) in pm_policy_event_unregister()
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.c120 struct tftp_evt evt = { in send_data() local
281 struct tftp_evt evt = { in tftp_get() local
315 struct tftp_evt evt = { in tftp_get() local
404 struct tftp_evt evt = { in tftp_put() local
/Zephyr-latest/drivers/espi/
Despi_mchp_xec.c849 struct espi_event evt = { ESPI_BUS_RESET, 0, 0 }; in espi_rst_isr() local
984 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_vwire_chanel_isr() local
1010 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_OOB_RECEIVED, in espi_oob_down_isr() local
1035 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_oob_up_isr() local
1068 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_flash_isr() local
1102 struct espi_event evt = { ESPI_BUS_EVENT_VWIRE_RECEIVED, in vw_pltrst_isr() local
1121 struct espi_event evt = { ESPI_BUS_EVENT_VWIRE_RECEIVED, 0, 0 }; in notify_system_state() local
1140 struct espi_event evt = {ESPI_BUS_EVENT_VWIRE_RECEIVED, 0, 0 }; in notify_host_warning() local
1224 struct espi_event evt = { ESPI_BUS_PERIPHERAL_NOTIFICATION, in ibf_isr() local
1235 struct espi_event evt = { in ibf_pvt_isr() local
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c563 struct bt_hci_evt_num_completed_packets *evt = (void *)buf->data; in hci_num_completed_packets() local
668 struct bt_hci_evt_data_buf_overflow *evt = (void *)buf->data; in hci_data_buf_overflow() local
953 struct bt_hci_evt_disconn_complete *evt = (void *)buf->data; in hci_disconn_complete_prio() local
981 struct bt_hci_evt_disconn_complete *evt = (void *)buf->data; in hci_disconn_complete() local
1268 static void enh_conn_complete(struct bt_hci_evt_le_enh_conn_complete *evt) in enh_conn_complete()
1300 const struct bt_hci_evt_le_enh_conn_complete *evt, uint8_t id) in translate_addrs()
1314 const struct bt_hci_evt_le_enh_conn_complete *evt) in update_conn()
1336 void bt_hci_le_enh_conn_complete(struct bt_hci_evt_le_enh_conn_complete *evt) in bt_hci_le_enh_conn_complete()
1504 void bt_hci_le_enh_conn_complete_sync(struct bt_hci_evt_le_enh_conn_complete_v2 *evt, in bt_hci_le_enh_conn_complete_sync()
1616 struct bt_hci_evt_le_enh_conn_complete *evt = in le_enh_conn_complete() local
[all …]

12345678