Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 227) sorted by relevance

12345678910

/subsys/modbus/
A Dmodbus_serial.c32 static void modbus_serial_tx_on(struct modbus_context *ctx) in modbus_serial_tx_on()
43 static void modbus_serial_tx_off(struct modbus_context *ctx) in modbus_serial_tx_off()
64 static void modbus_serial_rx_on(struct modbus_context *ctx) in modbus_serial_rx_on()
294 static void rtu_tx_adu(struct modbus_context *ctx) in rtu_tx_adu()
325 static void cb_handler_rx(struct modbus_context *ctx) in cb_handler_rx()
380 static void cb_handler_tx(struct modbus_context *ctx) in cb_handler_tx()
430 struct modbus_context *ctx; in rtu_tmr_handler() local
442 static int configure_gpio(struct modbus_context *ctx) in configure_gpio()
532 int modbus_serial_rx_adu(struct modbus_context *ctx) in modbus_serial_rx_adu()
559 int modbus_serial_tx_adu(struct modbus_context *ctx) in modbus_serial_tx_adu()
[all …]
A Dmodbus_core.c70 struct modbus_context *ctx; in modbus_rx_handler() local
117 void modbus_tx_adu(struct modbus_context *ctx) in modbus_tx_adu()
138 int modbus_tx_wait_rx_adu(struct modbus_context *ctx) in modbus_tx_wait_rx_adu()
154 struct modbus_context *ctx; in modbus_get_context() local
171 int modbus_iface_get_by_ctx(const struct modbus_context *ctx) in modbus_iface_get_by_ctx()
195 struct modbus_context *ctx; in modbus_init_iface() local
216 static int modbus_user_fc_init(struct modbus_context *ctx, struct modbus_iface_param param) in modbus_user_fc_init()
226 struct modbus_context *ctx = NULL; in modbus_init_server() local
299 struct modbus_context *ctx = modbus_get_context(iface); in modbus_register_user_fc() local
321 struct modbus_context *ctx = NULL; in modbus_init_client() local
[all …]
A Dmodbus_server.c34 void modbus_reset_stats(struct modbus_context *ctx) in modbus_reset_stats()
44 static void update_msg_ctr(struct modbus_context *ctx) in update_msg_ctr()
49 static void update_crcerr_ctr(struct modbus_context *ctx) in update_crcerr_ctr()
54 static void update_excep_ctr(struct modbus_context *ctx) in update_excep_ctr()
59 static void update_server_msg_ctr(struct modbus_context *ctx) in update_server_msg_ctr()
64 static void update_noresp_ctr(struct modbus_context *ctx) in update_noresp_ctr()
107 static bool mbs_fc01_coil_read(struct modbus_context *ctx) in mbs_fc01_coil_read()
206 static bool mbs_fc02_di_read(struct modbus_context *ctx) in mbs_fc02_di_read()
307 static bool mbs_fc03_hreg_read(struct modbus_context *ctx) in mbs_fc03_hreg_read()
419 static bool mbs_fc04_inreg_read(struct modbus_context *ctx) in mbs_fc04_inreg_read()
[all …]
/subsys/bluetooth/controller/ll_sw/
A Dull_llcp_common.c155 static void lp_comm_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_tx()
262 static void lp_comm_ntf_version_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_version_ind()
276 static void lp_comm_ntf_length_change(struct ll_conn *conn, struct proc_ctx *ctx, in lp_comm_ntf_length_change()
312 static void lp_comm_ntf_cte_req_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf_cte_req_tx()
319 static void lp_comm_complete_cte_req(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_complete_cte_req()
385 static void lp_comm_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_comm_ntf()
936 void llcp_lp_comm_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param)
942 static void rp_comm_terminate(struct ll_conn *conn, struct proc_ctx *ctx)
952 static void rp_comm_stop_cis(struct proc_ctx *ctx)
1041 static void rp_comm_tx(struct ll_conn *conn, struct proc_ctx *ctx)
[all …]
A Dull_llcp_conn_upd.c177 static bool cu_check_conn_parameters(struct ll_conn *conn, struct proc_ctx *ctx) in cu_check_conn_parameters()
215 static void cu_prepare_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in cu_prepare_update_ind()
248 static bool cu_should_notify_host(struct proc_ctx *ctx) in cu_should_notify_host()
254 static void cu_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in cu_ntf()
344 static void lp_cu_complete(struct ll_conn *conn, struct proc_ctx *ctx) in lp_cu_complete()
793 void llcp_lp_cu_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_cu_run()
887 static void rp_cu_complete(struct ll_conn *conn, struct proc_ctx *ctx) in rp_cu_complete()
1138 struct proc_ctx *ctx, uint8_t evt, in rp_cu_state_wait_conn_param_req_reply_continue()
1393 bool llcp_rp_cu_awaiting_instant(struct proc_ctx *ctx) in llcp_rp_cu_awaiting_instant()
1398 bool llcp_lp_cu_awaiting_instant(struct proc_ctx *ctx) in llcp_lp_cu_awaiting_instant()
[all …]
A Dull_llcp_cc.c60 static void cc_ntf_established(struct ll_conn *conn, struct proc_ctx *ctx) in cc_ntf_established()
688 bool llcp_rp_cc_awaiting_reply(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_reply()
693 bool llcp_rp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_established()
698 void llcp_rp_cc_accept(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_accept()
703 void llcp_rp_cc_reject(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_reject()
713 bool llcp_rp_cc_awaiting_instant(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_instant()
848 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc_tx_req()
862 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc()
1190 bool llcp_lp_cc_is_active(struct proc_ctx *ctx) in llcp_lp_cc_is_active()
1195 bool llcp_lp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_lp_cc_awaiting_established()
[all …]
A Dull_llcp_enc.c148 static void enc_setup_lll(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t role) in enc_setup_lll()
223 static void lp_enc_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in lp_enc_ntf()
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()
541 static void lp_enc_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_enc_st_idle()
689 void llcp_lp_enc_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_enc_run()
749 static void rp_enc_ntf_ltk(struct ll_conn *conn, struct proc_ctx *ctx) in rp_enc_ntf_ltk()
775 static void rp_enc_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in rp_enc_ntf()
1278 void llcp_rp_enc_ltk_req_reply(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_enc_ltk_req_reply()
1283 void llcp_rp_enc_ltk_req_neg_reply(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_enc_ltk_req_neg_reply()
1288 bool llcp_rp_enc_ltk_req_reply_allowed(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_enc_ltk_req_reply_allowed()
[all …]
A Dull_llcp_pdu.c87 void llcp_pdu_encode_unknown_rsp(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_encode_unknown_rsp()
96 void llcp_pdu_decode_unknown_rsp(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_decode_unknown_rsp()
101 void llcp_ntf_encode_unknown_rsp(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_ntf_encode_unknown_rsp()
324 static void encode_enc_req(struct proc_ctx *ctx, struct pdu_data *pdu) in encode_enc_req()
340 void llcp_pdu_encode_enc_req(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_encode_enc_req()
357 void llcp_ntf_encode_enc_req(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_ntf_encode_enc_req()
451 void llcp_pdu_encode_phy_req(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_encode_phy_req()
460 void llcp_pdu_decode_phy_req(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_decode_phy_req()
493 void llcp_pdu_decode_phy_rsp(struct proc_ctx *ctx, struct pdu_data *pdu) in llcp_pdu_decode_phy_rsp()
543 static void decode_conn_param_req_rsp_common(struct proc_ctx *ctx, in decode_conn_param_req_rsp_common()
[all …]
A Dull_llcp_phy.c145 static void pu_prep_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in pu_prep_update_ind()
201 static uint8_t pu_check_update_ind(struct ll_conn *conn, struct proc_ctx *ctx) in pu_check_update_ind()
230 static uint8_t pu_apply_phy_update(struct ll_conn *conn, struct proc_ctx *ctx) in pu_apply_phy_update()
285 static uint8_t pu_update_eff_times(struct ll_conn *conn, struct proc_ctx *ctx) in pu_update_eff_times()
359 static void pu_prepare_instant(struct ll_conn *conn, struct proc_ctx *ctx) in pu_prepare_instant()
430 static void pu_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in pu_ntf()
460 static void pu_dle_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in pu_dle_ntf()
916 void llcp_lp_pu_tx_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_pu_tx_ntf()
921 bool llcp_lp_pu_awaiting_instant(struct proc_ctx *ctx) in llcp_lp_pu_awaiting_instant()
1331 void llcp_rp_pu_tx_ntf(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_pu_tx_ntf()
[all …]
A Dull_llcp_past.c81 static uint8_t rp_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_check_phy()
102 static void rp_past_complete(struct ll_conn *conn, struct proc_ctx *ctx) in rp_past_complete()
125 struct proc_ctx *ctx; in rp_past_resolve_cb() local
163 static bool rp_past_addr_resolve(struct ll_conn *conn, struct proc_ctx *ctx) in rp_past_addr_resolve()
339 void llcp_rp_past_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_rp_past_run()
377 static void lp_past_complete(struct ll_conn *conn, struct proc_ctx *ctx) in lp_past_complete()
383 static void lp_past_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_past_tx()
418 void llcp_lp_past_offset_calc_reply(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_past_offset_calc_reply()
435 static void lp_past_st_wait_tx_req(struct ll_conn *conn, struct proc_ctx *ctx, in lp_past_st_wait_tx_req()
475 void llcp_lp_past_conn_evt_done(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_past_conn_evt_done()
[all …]
A Dull_llcp_chmu.c85 static void lp_chmu_tx(struct ll_conn *conn, struct proc_ctx *ctx) in lp_chmu_tx()
112 static void lp_chmu_send_channel_map_update_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_chmu_send_channel_map_update_ind()
143 static void lp_chmu_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_check_instant()
167 static void lp_chmu_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_chmu_execute_fsm()
187 void llcp_lp_chmu_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_lp_chmu_rx()
202 void llcp_lp_chmu_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_chmu_run()
207 bool llcp_lp_chmu_awaiting_instant(struct proc_ctx *ctx) in llcp_lp_chmu_awaiting_instant()
281 static void rp_chmu_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_chmu_execute_fsm()
300 void llcp_rp_chmu_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_rp_chmu_rx()
318 void llcp_rp_chmu_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_rp_chmu_run()
[all …]
A Dull_llcp.c97 struct proc_ctx *ctx; in proc_ctx_acquire() local
353 struct proc_ctx *ctx; in create_procedure() local
602 struct proc_ctx *ctx; in ull_cp_min_used_chans() local
625 struct proc_ctx *ctx; in ull_cp_le_ping() local
641 struct proc_ctx *ctx; in ull_cp_feature_exchange() local
658 struct proc_ctx *ctx; in ull_cp_version_exchange() local
675 struct proc_ctx *ctx; in ull_cp_encryption_start() local
701 struct proc_ctx *ctx; in ull_cp_encryption_pause() local
727 struct proc_ctx *ctx; in ull_cp_encryption_paused() local
747 struct proc_ctx *ctx; in ull_cp_phy_update() local
[all …]
/subsys/net/l2/ppp/
A Dlink.c19 static void lcp_up(struct ppp_context *ctx) in lcp_up()
32 static void do_network(struct ppp_context *ctx) in do_network()
70 static void do_auth(struct ppp_context *ctx) in do_auth()
97 void ppp_link_established(struct ppp_context *ctx, struct ppp_fsm *fsm) in ppp_link_established()
108 void ppp_link_authenticated(struct ppp_context *ctx) in ppp_link_authenticated()
115 void ppp_link_terminated(struct ppp_context *ctx) in ppp_link_terminated()
130 void ppp_link_down(struct ppp_context *ctx) in ppp_link_down()
143 void ppp_link_needed(struct ppp_context *ctx) in ppp_link_needed()
A Dipcp.c21 static enum net_verdict ipcp_handle(struct ppp_context *ctx, in ipcp_handle()
220 struct ppp_context *ctx = in ipcp_server_nak_ip_address() local
235 struct ppp_context *ctx = in ipcp_dns1_address_parse() local
250 struct ppp_context *ctx = in ipcp_dns2_address_parse() local
266 struct ppp_context *ctx = in ipcp_server_nak_dns1_address() local
279 struct ppp_context *ctx = in ipcp_server_nak_dns2_address() local
309 struct ppp_context *ctx = in ipcp_config_info_req() local
411 static void ipcp_lower_down(struct ppp_context *ctx) in ipcp_lower_down()
416 static void ipcp_lower_up(struct ppp_context *ctx) in ipcp_lower_up()
421 static void ipcp_open(struct ppp_context *ctx) in ipcp_open()
[all …]
A Dlcp.c53 static enum net_verdict lcp_handle(struct ppp_context *ctx, in lcp_handle()
116 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in lcp_config_info_req() local
143 static void lcp_lower_down(struct ppp_context *ctx) in lcp_lower_down()
148 static void lcp_lower_up(struct ppp_context *ctx) in lcp_lower_up()
158 static void lcp_open(struct ppp_context *ctx) in lcp_open()
174 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in lcp_down() local
189 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in lcp_up() local
199 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in lcp_starting() local
207 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in lcp_finished() local
349 struct ppp_context *ctx = in lcp_config_info_nack() local
[all …]
A Dpap.c14 static enum net_verdict pap_handle(struct ppp_context *ctx, in pap_handle()
53 static void pap_lower_down(struct ppp_context *ctx) in pap_lower_down()
58 static void pap_lower_up(struct ppp_context *ctx) in pap_lower_up()
63 static void pap_open(struct ppp_context *ctx) in pap_open()
68 static void pap_close(struct ppp_context *ctx, const uint8_t *reason) in pap_close()
75 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in pap_up() local
92 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in pap_down() local
104 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in pap_finished() local
119 static void pap_init(struct ppp_context *ctx) in pap_init()
A Dppp_l2.c75 struct ppp_context *ctx = net_if_l2_data(iface); in process_ppp_msg() local
170 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_send() local
214 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_flags() local
254 static int ppp_lcp_close(struct ppp_context *ctx) in ppp_lcp_close()
303 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_down() local
327 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_enable() local
371 struct ppp_context *ctx = user_data; in echo_reply_handler() local
384 struct ppp_context *ctx; in net_ppp_ping() local
419 struct ppp_context *ctx; in net_ppp_context_get() local
480 struct ppp_context *ctx; in net_ppp_mgmt_evt_handler() local
[all …]
A Dipv6cp.c20 static enum net_verdict ipv6cp_handle(struct ppp_context *ctx, in ipv6cp_handle()
30 static int ipv6cp_add_iid(struct ppp_context *ctx, struct net_pkt *pkt) in ipv6cp_add_iid()
129 struct ppp_context *ctx = in ipv6cp_config_info_req() local
173 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in ipv6cp_config_info_ack() local
189 static void ipv6cp_lower_down(struct ppp_context *ctx) in ipv6cp_lower_down()
194 static void ipv6cp_lower_up(struct ppp_context *ctx) in ipv6cp_lower_up()
199 static void ipv6cp_open(struct ppp_context *ctx) in ipv6cp_open()
242 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in ipv6cp_up() local
296 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in ipv6cp_down() local
349 struct ppp_context *ctx = CONTAINER_OF(fsm, struct ppp_context, in ipv6cp_finished() local
[all …]
/subsys/net/l2/ieee802154/
A Dieee802154_mgmt.c39 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_handle_beacon() local
80 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_cancel_scan() local
101 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_scan() local
313 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_handle_mac_command() local
440 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_associate() local
638 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_disassociate() local
714 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_set_ack() local
742 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_set_parameters() local
860 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_get_parameters() local
923 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_set_security_settings() local
[all …]
/subsys/storage/stream/
A Dstream_flash.c26 struct stream_flash_ctx *ctx = (struct stream_flash_ctx *) param; in settings_direct_loader() local
134 int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off) in stream_flash_erase_page()
187 static int flash_sync(struct stream_flash_ctx *ctx) in flash_sync()
305 size_t stream_flash_bytes_written(const struct stream_flash_ctx *ctx) in stream_flash_bytes_written()
319 struct _inspect_flash *ctx = (struct _inspect_flash *) data; in find_flash_total_size() local
333 static inline int inspect_device(const struct stream_flash_ctx *ctx) in inspect_device()
356 static inline int inspect_device(const struct stream_flash_ctx *ctx) in inspect_device()
363 int stream_flash_init(struct stream_flash_ctx *ctx, const struct device *fdev, in stream_flash_init()
436 int stream_flash_progress_load(struct stream_flash_ctx *ctx, in stream_flash_progress_load()
458 int stream_flash_progress_save(const struct stream_flash_ctx *ctx, in stream_flash_progress_save()
[all …]
/subsys/dap/
A Dcmsis_dap.c72 static uint16_t dap_info(struct dap_context *const ctx, in dap_info()
168 static uint16_t dap_host_status(struct dap_context *const ctx, in dap_host_status()
193 static uint16_t dap_connect(struct dap_context *const ctx, in dap_connect()
234 static uint16_t dap_disconnect(struct dap_context *const ctx, in dap_disconnect()
256 static uint16_t dap_delay(struct dap_context *const ctx, in dap_delay()
271 static uint16_t dap_reset_target(struct dap_context *const ctx, in dap_reset_target()
282 static uint16_t dap_swj_pins(struct dap_context *const ctx, in dap_swj_pins()
320 static uint16_t dap_swj_clock(struct dap_context *const ctx, in dap_swj_clock()
345 static uint16_t dap_swj_sequence(struct dap_context *const ctx, in dap_swj_sequence()
615 static uint16_t dap_transfer(struct dap_context *const ctx, in dap_transfer()
[all …]
/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
A Dfs_mgmt_hash_checksum_sha256.c104 static int hash_setup(psa_hash_operation_t *ctx) in hash_setup()
109 static int hash_update(psa_hash_operation_t *ctx, const uint8_t *input, size_t ilen) in hash_update()
113 static int hash_finish(psa_hash_operation_t *ctx, uint8_t *output) in hash_finish()
119 static void hash_teardown(psa_hash_operation_t *ctx) in hash_teardown()
126 static int hash_setup(mbedtls_sha256_context *ctx) in hash_setup()
131 static int hash_update(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in hash_update()
135 static int hash_finish(mbedtls_sha256_context *ctx, uint8_t *output) in hash_finish()
139 static void hash_teardown(mbedtls_sha256_context *ctx) in hash_teardown()
/subsys/usb/host/
A Dusbh_device.h45 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_alloc() local
54 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_add() local
62 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_alloc() local
70 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_free() local
78 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_free() local
86 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_enqueue() local
94 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_dequeue() local
/subsys/net/l2/ethernet/
A Dvlan.c128 struct vlan_context *ctx; in get_vlan_ctx() local
164 struct vlan_context *ctx = NULL; in get_vlan() local
219 struct vlan_context *ctx; in net_eth_get_vlan_iface() local
235 struct vlan_context *ctx; in net_eth_get_vlan_main() local
245 static bool enable_vlan_iface(struct vlan_context *ctx, in enable_vlan_iface()
276 static bool disable_vlan_iface(struct vlan_context *ctx, in disable_vlan_iface()
301 struct vlan_context *ctx; in is_vlan_enabled_for_iface() local
367 struct vlan_context *ctx; in net_eth_get_vlan_status() local
395 struct ethernet_context *ctx = net_if_l2_data(iface); in net_eth_vlan_enable() local
528 struct vlan_context *ctx = dev->data; in vlan_interface_start() local
[all …]
/subsys/net/l2/virtual/
A Dvirtual.c26 struct virtual_interface_context *ctx, *tmp; in virtual_recv() local
180 struct virtual_interface_context *ctx; in virtual_enable() local
231 struct virtual_interface_context *ctx = net_if_l2_data(iface); in virtual_flags() local
265 struct virtual_interface_context *ctx; in net_virtual_interface_attach() local
349 struct virtual_interface_context *ctx, *tmp; in net_virtual_disable() local
367 struct virtual_interface_context *ctx, *tmp; in net_virtual_enable() local
385 struct virtual_interface_context *ctx; in net_virtual_get_iface() local
402 struct virtual_interface_context *ctx; in net_virtual_get_name() local
422 struct virtual_interface_context *ctx; in net_virtual_set_name() local
441 struct virtual_interface_context *ctx; in net_virtual_set_flags() local
[all …]

Completed in 71 milliseconds

12345678910