Searched refs:hep (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 21 struct usb_host_endpoint hep; member 35 static void construct_urb(struct urb *urb, struct usb_host_endpoint *hep, in construct_urb() argument 44 memset(hep, 0, sizeof(struct usb_host_endpoint)); in construct_urb() 45 INIT_LIST_HEAD(&hep->urb_list); in construct_urb() 47 urb->ep = hep; in construct_urb() 96 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_CONTROL, in _musb_submit_control_msg() 109 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_BULK, in _musb_submit_bulk_msg() 118 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_INT, pipe, in _musb_submit_int_msg() 144 construct_urb(&queue->urb, &queue->hep, dev, USB_ENDPOINT_XFER_INT, in _musb_create_int_queue()
|
| H A D | musb_host.h | 29 struct usb_host_endpoint *hep; /* usbcore info */ member 81 queue = &qh->hep->urb_list; in next_urb()
|
| H A D | musb_uboot.h | 20 struct usb_host_endpoint hep; member
|
| H A D | musb_host.c | 371 if (list_empty(&qh->hep->urb_list)) { in musb_advance_schedule() 391 qh->hep->hcpriv = NULL; in musb_advance_schedule() 1893 qh->hep->hcpriv = qh; in musb_schedule() 1921 struct usb_host_endpoint *hep = urb->ep; local 1923 struct usb_endpoint_descriptor *epd = &hep->desc; 1934 qh = ret ? NULL : hep->hcpriv; 1964 qh->hep = hep; 2088 if (hep->hcpriv) { 2222 || urb->urb_list.prev != &qh->hep->urb_list 2233 if (ready && list_empty(&qh->hep->urb_list)) { [all …]
|