Searched refs:cable_comm_capable (Results 1 – 5 of 5) sorted by relevance
171 bool (*cable_comm_capable)(struct tcpc_dev *dev); member
216 unsigned char cable_comm_capable:1; member
485 if (tcpci->data->cable_comm_capable) in tcpci_set_pd_rx()632 return tcpci->data->cable_comm_capable; in tcpci_cable_comm_capable()862 tcpci->tcpc.cable_comm_capable = tcpci_cable_comm_capable; in tcpci_register_port()
503 chip->data.cable_comm_capable = true; in max_tcpci_probe()
1921 if (!port->tcpc->cable_comm_capable || !port->tcpc->cable_comm_capable(port->tcpc)) in tcpm_can_communicate_sop_prime()