Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/tcpm/
Dtcpci.c411 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()
Dtcpci_maxim_core.c462 chip->data.check_contaminant = max_tcpci_check_contaminant; in max_tcpci_probe()
Dtcpm.c3902 if (port->tcpc->check_contaminant && port->state != CHECK_CONTAMINANT) in run_state_machine()
3913 port->tcpc->check_contaminant(port->tcpc); in run_state_machine()
/Linux-v6.6/include/linux/usb/
Dtcpm.h156 void (*check_contaminant)(struct tcpc_dev *dev); member
Dtcpci.h214 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); member