Searched refs:hep (Results 1 - 9 of 9) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h19 struct usb_host_endpoint hep; member in struct:musb_host_data
H A Dmusb_host.h28 struct usb_host_endpoint *hep; /* usbcore info */ member in struct:musb_qh
80 queue = &qh->hep->urb_list;
H A Dmusb_uboot.c22 struct usb_host_endpoint hep; member in struct:int_queue
36 static void construct_urb(struct urb *urb, struct usb_host_endpoint *hep, argument
45 memset(hep, 0, sizeof(struct usb_host_endpoint));
46 INIT_LIST_HEAD(&hep->urb_list);
48 urb->ep = hep;
97 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_CONTROL,
110 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_BULK,
119 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_INT, pipe,
145 construct_urb(&queue->urb, &queue->hep, dev, USB_ENDPOINT_XFER_INT,
H A Dmusb_host.c373 * invalidate qh as soon as list_empty(&hep->urb_list)
375 if (list_empty(&qh->hep->urb_list)) {
395 qh->hep->hcpriv = NULL;
1897 qh->hep->hcpriv = qh;
1925 struct usb_host_endpoint *hep = urb->ep; local
1927 struct usb_endpoint_descriptor *epd = &hep->desc;
1938 qh = ret ? NULL : hep->hcpriv;
1944 * hep->urb_list now ... so we're done, unless hep wasn't yet
1947 * REVISIT best to keep hep
2252 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
/u-boot/drivers/usb/isp1760/
H A Disp1760-uboot.h21 struct usb_host_endpoint hep; member in struct:isp1760_host_data
H A Disp1760-uboot.c35 return usb_urb_submit_control(&host->hcd, &host->urb, &host->hep, udev,
45 return usb_urb_submit_bulk(&host->hcd, &host->urb, &host->hep, udev,
55 return usb_urb_submit_irq(&host->hcd, &host->urb, &host->hep, udev,
H A Disp1760-hcd.c961 struct usb_host_endpoint *hep = qtd->urb->ep; local
962 struct usb_endpoint_descriptor *epd = &hep->desc;
/u-boot/drivers/usb/common/
H A Dusb_urb.c61 void usb_urb_fill(struct urb *urb, struct usb_host_endpoint *hep, argument
72 memset(hep, 0, sizeof(struct usb_host_endpoint));
73 INIT_LIST_HEAD(&hep->urb_list);
75 urb->ep = hep;
121 struct usb_host_endpoint *hep,
128 usb_urb_fill(urb, hep, dev, USB_ENDPOINT_XFER_CONTROL, pipe, buffer,
143 struct usb_host_endpoint *hep, struct usb_device *dev,
146 usb_urb_fill(urb, hep, dev, USB_ENDPOINT_XFER_BULK, pipe, buffer, len,
153 struct usb_host_endpoint *hep, struct usb_device *dev,
156 usb_urb_fill(urb, hep, de
120 usb_urb_submit_control(struct usb_hcd *hcd, struct urb *urb, struct usb_host_endpoint *hep, struct usb_device *dev, unsigned long pipe, void *buffer, int len, struct devrequest *setup, int interval, enum usb_device_speed speed) argument
142 usb_urb_submit_bulk(struct usb_hcd *hcd, struct urb *urb, struct usb_host_endpoint *hep, struct usb_device *dev, unsigned long pipe, void *buffer, int len) argument
152 usb_urb_submit_irq(struct usb_hcd *hcd, struct urb *urb, struct usb_host_endpoint *hep, struct usb_device *dev, unsigned long pipe, void *buffer, int len, int interval) argument
[all...]
/u-boot/include/linux/usb/
H A Dusb_urb_compat.h94 struct usb_host_endpoint *hep,
100 struct usb_host_endpoint *hep, struct usb_device *dev,
104 struct usb_host_endpoint *hep, struct usb_device *dev,
107 void usb_urb_fill(struct urb *urb, struct usb_host_endpoint *hep,

Completed in 175 milliseconds