Searched refs:USB_ROLE_DEVICE (Results 1 – 6 of 6) sorted by relevance
73 case USB_ROLE_DEVICE: in intel_xhci_usb_set_role()118 role = USB_ROLE_DEVICE; in intel_xhci_usb_get_role()
13 USB_ROLE_DEVICE, enumerator
154 [USB_ROLE_DEVICE] = "device",
195 role = USB_ROLE_DEVICE; in axp288_usb_role_work()
680 usb3->role = host ? USB_ROLE_HOST : USB_ROLE_DEVICE; in usb3_set_mode_by_role_sw()2339 cur_role = usb3_is_host(usb3) ? USB_ROLE_HOST : USB_ROLE_DEVICE; in renesas_usb3_role_switch_get()2353 if (cur_role == USB_ROLE_HOST && role == USB_ROLE_DEVICE) { in renesas_usb3_role_switch_set()2356 } else if (cur_role == USB_ROLE_DEVICE && role == USB_ROLE_HOST) { in renesas_usb3_role_switch_set()
792 usb_role = USB_ROLE_DEVICE; in tcpm_set_roles()