Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c416 if (tcpci->data->check_contaminant) in tcpci_check_contaminant()
417 tcpci->data->check_contaminant(tcpci, tcpci->data); in tcpci_check_contaminant()
802 if (tcpci->data->check_contaminant) in tcpci_register_port()
803 tcpci->tcpc.check_contaminant = tcpci_check_contaminant; in tcpci_register_port()
H A Dtcpci_maxim_core.c462 chip->data.check_contaminant = max_tcpci_check_contaminant; in max_tcpci_probe()
H A Dtcpm.c3925 if (port->tcpc->check_contaminant && port->state != CHECK_CONTAMINANT) in run_state_machine()
3938 port->tcpc->check_contaminant(port->tcpc); in run_state_machine()
/openbmc/linux/include/linux/usb/
H A Dtcpm.h157 void (*check_contaminant)(struct tcpc_dev *dev); member
H A Dtcpci.h214 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); member