HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_CREATE (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/gadget/
core.c 40 "DEVICE_CREATE",
599 case DEVICE_CREATE:
designware_udc.c 778 * The DEVICE_CREATE event puts the USB device in the state
781 usbd_device_event_irq(device, DEVICE_CREATE, 0);
pxa27x_udc.c 672 /* The DEVICE_CREATE event puts the USB device in the state
674 usbd_device_event_irq(device, DEVICE_CREATE, 0);
  /external/u-boot/include/
usbdevice.h 420 DEVICE_CREATE, /* bi - */
  /external/u-boot/drivers/usb/musb/
musb_udc.c 922 * The DEVICE_CREATE event puts the USB device in the state
925 usbd_device_event_irq(device, DEVICE_CREATE, 0);

Completed in 56 milliseconds