Searched refs:hep (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c226 BUG_ON(list_empty(&ep->hep->urb_list));
227 urb = container_of(ep->hep->urb_list.next,
290 BUG_ON(list_empty(&ep->hep->urb_list));
292 container_of(ep->hep->urb_list.next, struct urb, urb_list);
439 if (!list_empty(&ep->hep->urb_list))
512 urb = container_of(ep->hep->urb_list.next,
587 container_of(ep->hep->urb_list.next, struct urb, urb_list);
688 struct usb_host_endpoint *hep, struct urb *urb,
710 if (!hep->hcpriv) {
723 if (hep
687 isp116x_urb_enqueue(struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags) argument
846 struct usb_host_endpoint *hep; local
879 isp116x_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Dsl811-hcd.c346 if (unlikely(list_empty(&ep->hep->urb_list))) {
351 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
449 if (!list_empty(&ep->hep->urb_list))
496 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
722 ->hep->urb_list.next,
732 ->hep->urb_list.next,
810 struct usb_host_endpoint *hep,
831 if (!hep->hcpriv)
844 if (hep->hcpriv) {
846 ep = hep
808 sl811h_urb_enqueue( struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags ) argument
975 struct usb_host_endpoint *hep; local
1039 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Duhci-q.c248 struct usb_device *udev, struct usb_host_endpoint *hep)
267 qh->type = hep->desc.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
276 qh->hep = hep;
278 hep->hcpriv = qh;
283 usb_endpoint_dir_in(&hep->desc),
285 le16_to_cpu(hep->desc.wMaxPacketSize))
305 qh->hep->hcpriv = NULL;
689 qh->hep->desc.bEndpointAddress, p,
722 qh->hep
247 uhci_alloc_qh(struct uhci_hcd *uhci, struct usb_device *udev, struct usb_host_endpoint *hep) argument
1377 uhci_urb_enqueue(struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags) argument
[all...]
H A Du132-hcd.c161 struct usb_host_endpoint *hep; member in struct:u132_endp
341 struct usb_host_endpoint *hep = endp->hep; local
365 hep->hcpriv = NULL;
1871 struct u132_udev *udev, struct usb_host_endpoint *hep, struct urb *urb,
1878 struct u132_endp *endp = hep->hcpriv = u132->endp[endp_number - 1] =
1900 endp->hep = hep;
1935 struct usb_host_endpoint *hep, struct urb *urb,
1959 struct u132_udev *udev, struct usb_host_endpoint *hep, struc
1870 create_endpoint_and_queue_int(struct u132 *u132, struct u132_udev *udev, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, u8 usb_addr, u8 usb_endp, u8 address, gfp_t mem_flags) argument
1934 queue_int_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, u8 usb_endp, u8 address) argument
1958 create_endpoint_and_queue_bulk(struct u132 *u132, struct u132_udev *udev, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, u8 usb_addr, u8 usb_endp, u8 address, gfp_t mem_flags) argument
2023 queue_bulk_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, u8 usb_endp, u8 address) argument
2045 create_endpoint_and_queue_control(struct u132 *u132, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, u8 usb_addr, u8 usb_endp, gfp_t mem_flags) argument
2126 queue_control_on_old_endpoint(struct u132 *u132, struct usb_host_endpoint *hep, struct urb *urb, struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, u8 usb_endp) argument
2227 u132_urb_enqueue(struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags) argument
2494 u132_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Dsl811.h169 struct usb_host_endpoint *hep; member in struct:sl811h_ep
H A Duhci-hcd.h135 struct usb_host_endpoint *hep; /* Endpoint information */ member in struct:uhci_qh
H A Duhci-hcd.c821 struct usb_host_endpoint *hep)
827 qh = (struct uhci_qh *) hep->hcpriv;
820 uhci_hcd_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
H A Disp116x.h303 struct usb_host_endpoint *hep; member in struct:isp116x_ep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcdc_ether.c98 struct usb_host_endpoint *hep; local
100 hep = intf->cur_altsetting->endpoint;
101 if (hep) {
102 buf = hep->extra;
103 len = hep->extralen;

Completed in 185 milliseconds