Searched refs:USB_ROLE_DEVICE (Results 1 – 3 of 3) sorted by relevance
22 USB_ROLE_DEVICE, enumerator87 struct cdns3_role_driver *roles[USB_ROLE_DEVICE + 1];
54 if (WARN_ON(role > USB_ROLE_DEVICE)) in cdns3_role_start()80 if (WARN_ON(role > USB_ROLE_DEVICE)) in cdns3_role_stop()226 role = USB_ROLE_DEVICE; in cdsn3_hw_role_state_machine()232 case USB_ROLE_DEVICE: /* from GADGET, we can only change to NONE*/ in cdsn3_hw_role_state_machine()246 role = USB_ROLE_DEVICE; in cdsn3_hw_role_state_machine()
2738 cdns->roles[USB_ROLE_DEVICE] = rdrv; in cdns3_gadget_init()
Completed in 10 milliseconds