Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dtcpm.h170 bool (*cable_comm_capable)(struct tcpc_dev *dev); member
Dtcpci.h216 unsigned char cable_comm_capable:1; member
/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpci.c479 if (tcpci->data->cable_comm_capable) in tcpci_set_pd_rx()
626 return tcpci->data->cable_comm_capable; in tcpci_cable_comm_capable()
856 tcpci->tcpc.cable_comm_capable = tcpci_cable_comm_capable; in tcpci_register_port()
Dtcpci_maxim_core.c517 chip->data.cable_comm_capable = true; in max_tcpci_probe()
Dtcpm.c1797 if (!port->tcpc->cable_comm_capable || !port->tcpc->cable_comm_capable(port->tcpc)) in tcpm_can_communicate_sop_prime()