Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c147 enum typec_orientation hsl_orientation; member
185 static int hsl_orientation(struct pmc_usb_port *port) in hsl_orientation() function
187 if (port->hsl_orientation) in hsl_orientation()
188 return port->hsl_orientation - 1; in hsl_orientation()
500 msg[1] |= hsl_orientation(port) << PMC_USB_MSG_ORI_HSL_SHIFT; in pmc_usb_connect()
596 port->hsl_orientation = typec_find_orientation(str); in pmc_usb_register_port()