Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/typec/tcpm/
A Dtcpci.c411 if (tcpci->data->check_contaminant) in tcpci_check_contaminant()
412 tcpci->data->check_contaminant(tcpci, tcpci->data); in tcpci_check_contaminant()
793 if (tcpci->data->check_contaminant) in tcpci_register_port()
794 tcpci->tcpc.check_contaminant = tcpci_check_contaminant; in tcpci_register_port()
A Dtcpci_maxim_core.c462 chip->data.check_contaminant = max_tcpci_check_contaminant; in max_tcpci_probe()
A Dtcpm.c3913 if (port->tcpc->check_contaminant && port->state != CHECK_CONTAMINANT) in run_state_machine()
3924 port->tcpc->check_contaminant(port->tcpc); in run_state_machine()
/linux-6.3-rc2/include/linux/usb/
A Dtcpm.h156 void (*check_contaminant)(struct tcpc_dev *dev); member
A Dtcpci.h213 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); member

Completed in 18 milliseconds