Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/mux/
Dintel_pmc_mux.c147 enum typec_orientation sbu_orientation; member
178 static int sbu_orientation(struct pmc_usb_port *port) in sbu_orientation() function
180 if (port->sbu_orientation) in sbu_orientation()
181 return port->sbu_orientation - 1; in sbu_orientation()
478 msg[1] |= sbu_orientation(port) << PMC_USB_MSG_ORI_AUX_SHIFT; in pmc_usb_connect()
569 port->sbu_orientation = typec_find_orientation(str); in pmc_usb_register_port()