Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/mux/
Dintel_pmc_mux.c148 enum typec_orientation hsl_orientation; member
186 static int hsl_orientation(struct pmc_usb_port *port) in hsl_orientation() function
188 if (port->hsl_orientation) in hsl_orientation()
189 return port->hsl_orientation - 1; in hsl_orientation()
477 msg[1] |= hsl_orientation(port) << PMC_USB_MSG_ORI_HSL_SHIFT; in pmc_usb_connect()
573 port->hsl_orientation = typec_find_orientation(str); in pmc_usb_register_port()