Searched refs:set_orientation (Results 1 – 4 of 4) sorted by relevance
147 int (*set_orientation)(struct tcpc_dev *dev, member
217 unsigned char set_orientation:1; member
873 if (tcpci->data->set_orientation) in tcpci_register_port()874 tcpci->tcpc.set_orientation = tcpci_set_orientation; in tcpci_register_port()924 chip->data.set_orientation = err; in tcpci_probe()
1171 if (port->tcpc->set_orientation) { in tcpm_set_roles()1172 ret = port->tcpc->set_orientation(port->tcpc, orientation); in tcpm_set_roles()