Lines Matching refs:hep
246 struct usb_device *udev, struct usb_host_endpoint *hep) in uhci_alloc_qh() argument
265 qh->type = usb_endpoint_type(&hep->desc); in uhci_alloc_qh()
274 qh->hep = hep; in uhci_alloc_qh()
276 hep->hcpriv = qh; in uhci_alloc_qh()
281 usb_endpoint_dir_in(&hep->desc), in uhci_alloc_qh()
283 usb_endpoint_maxp(&hep->desc)) in uhci_alloc_qh()
301 qh->hep->hcpriv = NULL; in uhci_free_qh()
686 qh->hep->desc.bEndpointAddress, p, in uhci_reserve_bandwidth()
719 qh->hep->desc.bEndpointAddress, p, in uhci_release_bandwidth()
795 int maxsze = usb_endpoint_maxp(&qh->hep->desc); in uhci_submit_control()
921 int maxsze = usb_endpoint_maxp(&qh->hep->desc); in uhci_submit_common()