Searched refs:check_contaminant (Results 1 – 4 of 4) sorted by relevance
157 int (*check_contaminant)(struct tcpc_dev *dev); member
161 int (*check_contaminant)(struct tcpc_dev *dev); member
829 tcpci->tcpc.check_contaminant = tcpci_check_contaminant; in tcpci_register_port()
3913 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()