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

  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 40 struct usb_endpoint struct
42 struct usb_endpoint *next;
50 struct usb_endpoint *ept_list = 0;
56 struct usb_endpoint *usb_endpoint_alloc(unsigned num, unsigned in, unsigned max_pkt)
58 struct usb_endpoint *ept;
89 static void endpoint_enable(struct usb_endpoint *ept, unsigned yes)
121 int usb_queue_req(struct usb_endpoint *ept, struct usb_request *req)
142 static void handle_ept_complete(struct usb_endpoint *ept)
189 static struct usb_endpoint *ep0in, *ep0out;
222 static void handle_setup(struct usb_endpoint *ept
    [all...]
  /bootable/bootloader/legacy/include/boot/
usb.h 79 struct usb_endpoint *usb_endpoint_alloc(unsigned num, unsigned in, unsigned maxpkt);
80 int usb_queue_req(struct usb_endpoint *ept, struct usb_request *req);
  /bootable/bootloader/legacy/usbloader/
usbloader.c 242 static struct usb_endpoint *ep1in, *ep1out;

Completed in 590 milliseconds