Home
last modified time | relevance | path

Searched refs:tcpc_transmit_data (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_prl.c498 tcpc_transmit_data(tcpc, &prl_tx->emsg); in prl_tx_construct_message()
522 tcpc_transmit_data(tcpc, &prl_tx->emsg); in prl_hr_send_msg_to_phy()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h510 static inline int tcpc_transmit_data(const struct device *dev, struct pd_msg *msg) in tcpc_transmit_data() function