Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/mux/
Dintel_pmc_mux.c135 enum typec_orientation hsl_orientation; member
168 static int hsl_orientation(struct pmc_usb_port *port) in hsl_orientation() function
170 if (port->hsl_orientation) in hsl_orientation()
171 return port->hsl_orientation - 1; in hsl_orientation()
440 msg[1] |= hsl_orientation(port) << PMC_USB_MSG_ORI_HSL_SHIFT; in pmc_usb_connect()
536 port->hsl_orientation = typec_find_orientation(str); in pmc_usb_register_port()