Searched refs:check_contaminant (Results 1 – 5 of 5) sorted by relevance
411 if (tcpci->data->check_contaminant) in tcpci_check_contaminant()412 tcpci->data->check_contaminant(tcpci, tcpci->data); in tcpci_check_contaminant()797 if (tcpci->data->check_contaminant) in tcpci_register_port()798 tcpci->tcpc.check_contaminant = tcpci_check_contaminant; in tcpci_register_port()
462 chip->data.check_contaminant = max_tcpci_check_contaminant; in max_tcpci_probe()
3902 if (port->tcpc->check_contaminant && port->state != CHECK_CONTAMINANT) in run_state_machine()3913 port->tcpc->check_contaminant(port->tcpc); in run_state_machine()
156 void (*check_contaminant)(struct tcpc_dev *dev); member
214 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); member