Home
last modified time | relevance | path

Searched refs:apply_rc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/usb/
Dtcpm.h125 int (*apply_rc)(struct tcpc_dev *dev, enum typec_cc_status cc, member
/Linux-v5.15/drivers/usb/typec/tcpm/
Dtcpci.c764 tcpci->tcpc.apply_rc = tcpci_apply_rc; in tcpci_register_port()
Dtcpm.c804 if (port->tcpc->enable_auto_vbus_discharge && port->tcpc->apply_rc) { in tcpm_apply_rc()
806 port->tcpc->apply_rc(port->tcpc, port->cc_req, port->polarity); in tcpm_apply_rc()