Home
last modified time | relevance | path

Searched defs:tcpc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_src_states.c76 const struct device *tcpc = data->tcpc; in tc_unattached_wait_src_entry() local
103 const struct device *tcpc = data->tcpc; in tc_unattached_wait_src_exit() local
225 const struct device *tcpc = data->tcpc; in tc_attached_src_entry() local
304 const struct device *tcpc = data->tcpc; in tc_attached_src_exit() local
339 const struct device *tcpc = data->tcpc; in tc_cc_rp_entry() local
Dusbc_tc_common.c40 const struct device *tcpc = data->tcpc; in tc_run() local
127 const struct device *tcpc = data->tcpc; in tc_init() local
221 const struct device *tcpc = data->tcpc; in tc_select_src_collision_rp() local
248 const struct device *tcpc = data->tcpc; in tc_cc_open_entry() local
Dusbc_tc_snk_states.c203 const struct device *tcpc = data->tcpc; in tc_attached_snk_entry() local
283 const struct device *tcpc = data->tcpc; in tc_cc_rd_entry() local
Dusbc_prl.c365 static void alert_handler(const struct device *tcpc, void *port_dev, enum tcpc_alert alert) in alert_handler()
475 const struct device *tcpc = data->tcpc; in prl_tx_construct_message() local
508 const struct device *tcpc = data->tcpc; in prl_hr_send_msg_to_phy() local
577 const struct device *tcpc = data->tcpc; in prl_tx_phy_layer_reset_entry() local
900 const struct device *tcpc = data->tcpc; in prl_tx_snk_pending_run() local
1009 const struct device *tcpc = data->tcpc; in prl_hr_reset_layer_entry() local
1171 const struct device *tcpc = data->tcpc; in prl_rx_wait_for_phy_message() local
Dusbc_stack.c320 const struct device *tcpc = data->tcpc; in usbc_set_vconn_control_cb() local
333 const struct device *tcpc = data->tcpc; in usbc_set_vconn_discharge() local
378 const struct device *tcpc = data->tcpc; in usbc_subsys_init() local
Dusbc_stack.h101 const struct device *tcpc; member
230 static inline int usbc_policy_src_en(const struct device *dev, const struct device *tcpc, bool en) in usbc_policy_src_en()