Home
last modified time | relevance | path

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

/u-boot/drivers/usb/cdns3/
A Dcore.h22 USB_ROLE_DEVICE, enumerator
87 struct cdns3_role_driver *roles[USB_ROLE_DEVICE + 1];
A Dcore.c54 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()
A Dgadget.c2738 cdns->roles[USB_ROLE_DEVICE] = rdrv; in cdns3_gadget_init()

Completed in 10 milliseconds