Searched refs:set_partner_usb_comm_capable (Results 1 – 6 of 6) sorted by relevance
159 void (*set_partner_usb_comm_capable)(struct tcpc_dev *dev, bool enable); member
163 void (*set_partner_usb_comm_capable)(struct tcpc_dev *dev, bool enable); member
199 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, member
343 if (tcpci->data->set_partner_usb_comm_capable) in tcpci_set_partner_usb_comm_capable()344 tcpci->data->set_partner_usb_comm_capable(tcpci, tcpci->data, capable); in tcpci_set_partner_usb_comm_capable()828 tcpci->tcpc.set_partner_usb_comm_capable = tcpci_set_partner_usb_comm_capable; in tcpci_register_port()
477 chip->data.set_partner_usb_comm_capable = max_tcpci_set_partner_usb_comm_capable; in max_tcpci_probe()
3709 if (port->tcpc->set_partner_usb_comm_capable) in tcpm_set_partner_usb_comm_capable()3710 port->tcpc->set_partner_usb_comm_capable(port->tcpc, capable); in tcpm_set_partner_usb_comm_capable()