Home
last modified time | relevance | path

Searched refs:set_orientation (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/usb/
H A Dtcpm.h147 int (*set_orientation)(struct tcpc_dev *dev, member
H A Dtcpci.h217 unsigned char set_orientation:1; member
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpci.c878 if (tcpci->data->set_orientation) in tcpci_register_port()
879 tcpci->tcpc.set_orientation = tcpci_set_orientation; in tcpci_register_port()
929 chip->data.set_orientation = err; in tcpci_probe()
H A Dtcpm.c1199 if (port->tcpc->set_orientation) { in tcpm_set_roles()
1200 ret = port->tcpc->set_orientation(port->tcpc, orientation); in tcpm_set_roles()