Lines Matching refs:endp
434 uint32_t endp = get_field(qh->epchar, QH_EPCHAR_EP); in ehci_verify_qh() local
436 (endp != get_field(q->qh.epchar, QH_EPCHAR_EP)) || in ehci_verify_qh()
564 int endp = get_field(q->qh.epchar, QH_EPCHAR_EP); in ehci_queue_stopped() local
570 usb_device_ep_stopped(q->dev, usb_ep_get(q->dev, q->last_pid, endp)); in ehci_queue_stopped()
1345 int endp; in ehci_execute() local
1367 endp = get_field(p->queue->qh.epchar, QH_EPCHAR_EP); in ehci_execute()
1368 ep = usb_ep_get(p->queue->dev, p->pid, endp); in ehci_execute()
1389 p->qtdaddr, p->pid, p->packet.iov.size, endp, p->packet.status, in ehci_execute()
1409 uint32_t i, len, pid, dir, devaddr, endp; in ehci_process_itd() local
1416 endp = get_field(itd->bufptr[0], ITD_BUFPTR_EP); in ehci_process_itd()
1457 ep = usb_ep_get(dev, pid, endp); in ehci_process_itd()