Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/mux/
Dintel_pmc_mux.c146 enum typec_orientation sbu_orientation; member
177 static int sbu_orientation(struct pmc_usb_port *port) in sbu_orientation() function
179 if (port->sbu_orientation) in sbu_orientation()
180 return port->sbu_orientation - 1; in sbu_orientation()
501 msg[1] |= sbu_orientation(port) << PMC_USB_MSG_ORI_AUX_SHIFT; in pmc_usb_connect()
592 port->sbu_orientation = typec_find_orientation(str); in pmc_usb_register_port()