Lines Matching refs:hep
46 struct usb_host_endpoint *hep; member
247 struct usb_host_endpoint *hep = urb->ep; in c67x00_ep_data_alloc() local
254 if (hep->hcpriv) { in c67x00_ep_data_alloc()
255 ep_data = hep->hcpriv; in c67x00_ep_data_alloc()
259 return hep->hcpriv; in c67x00_ep_data_alloc()
269 ep_data->hep = hep; in c67x00_ep_data_alloc()
274 hep->hcpriv = ep_data; in c67x00_ep_data_alloc()
288 if (prev->hep->desc.bEndpointAddress > in c67x00_ep_data_alloc()
289 hep->desc.bEndpointAddress) { in c67x00_ep_data_alloc()
299 static int c67x00_ep_data_free(struct usb_host_endpoint *hep) in c67x00_ep_data_free() argument
301 struct c67x00_ep_data *ep_data = hep->hcpriv; in c67x00_ep_data_free()
314 hep->hcpriv = NULL; in c67x00_ep_data_free()