HomeSort by relevance Sort by last modified time
    Searched full:usb_endpoint_alloc (Results 1 - 3 of 3) sorted by null

  /bootable/bootloader/legacy/include/boot/
usb.h 79 struct usb_endpoint *usb_endpoint_alloc(unsigned num, unsigned in, unsigned maxpkt);
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 56 struct usb_endpoint *usb_endpoint_alloc(unsigned num, unsigned in, unsigned max_pkt) function
373 ep0out = usb_endpoint_alloc(0, 0, 64);
374 ep0in = usb_endpoint_alloc(0, 1, 64);
  /bootable/bootloader/legacy/usbloader/
usbloader.c 528 ep1out = usb_endpoint_alloc(1, 0, 512);
529 ep1in = usb_endpoint_alloc(1, 1, 512);

Completed in 51 milliseconds