Lines Matching refs:ep
4278 clear_toggle (struct usb_device *udev, int ep, int is_out, struct ehci_qh *qh) in clear_toggle() argument
4281 udev->devnum, ep, is_out ? "out" : "in"); in clear_toggle()
4332 usb_settoggle (udev, ep, is_out, 1); in clear_toggle()
5640 qtd, dev ? dev->ep [epnum] : (void *)~0); in submit_async()
5691 qh = qh_append_tds (ehci, urb, qtd_list, epnum, &dev->ep [epnum]); in submit_async()
8923 ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep) in ehci_endpoint_disable() argument
8933 epnum = ep & USB_ENDPOINT_NUMBER_MASK; in ehci_endpoint_disable()
8934 if (epnum != 0 && (ep & USB_DIR_IN)) in ehci_endpoint_disable()
8987 qh = (struct ehci_qh *) dev->ep [epnum]; in ehci_endpoint_disable()
9115 dev->ep [epnum] = 0; in ehci_endpoint_disable()
9436 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);