Home
last modified time | relevance | path

Searched refs:check_contaminant (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dtcpm.h157 int (*check_contaminant)(struct tcpc_dev *dev); member
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dtcpm.h161 int (*check_contaminant)(struct tcpc_dev *dev); member
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpci.c829 tcpci->tcpc.check_contaminant = tcpci_check_contaminant; in tcpci_register_port()
H A Dtcpm.c3913 if (port->tcpc->check_contaminant && in run_state_machine()
3914 port->tcpc->check_contaminant(port->tcpc)) { in run_state_machine()
4163 if (port->tcpc->check_contaminant && in run_state_machine()
4164 port->tcpc->check_contaminant(port->tcpc)) { in run_state_machine()