Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_tc_src_states.c80 tcpc_vconn_discharge(tcpc, true); in tc_unattached_wait_src_entry()
105 tcpc_vconn_discharge(tcpc, false); in tc_unattached_wait_src_exit()
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h393 static inline int tcpc_vconn_discharge(const struct device *dev, bool enable) in tcpc_vconn_discharge() function