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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_host.h50 struct usb_host_endpoint *hep; /* usbcore info */ member in struct:musb_qh
103 queue = &qh->hep->urb_list;
H A Dmusb_host.c377 * invalidate qh as soon as list_empty(&hep->urb_list)
379 if (list_empty(&qh->hep->urb_list)) {
389 qh->hep->hcpriv = NULL;
1874 qh->hep->hcpriv = qh;
1887 struct usb_host_endpoint *hep = urb->ep; local
1889 struct usb_endpoint_descriptor *epd = &hep->desc;
1900 qh = ret ? NULL : hep->hcpriv;
1906 * hep->urb_list now ... so we're done, unless hep wasn't yet
1909 * REVISIT best to keep hep
2183 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_host.h50 struct usb_host_endpoint *hep; /* usbcore info */ member in struct:musb_qh
103 queue = &qh->hep->urb_list;
H A Dmusb_host.c377 * invalidate qh as soon as list_empty(&hep->urb_list)
379 if (list_empty(&qh->hep->urb_list)) {
389 qh->hep->hcpriv = NULL;
1874 qh->hep->hcpriv = qh;
1887 struct usb_host_endpoint *hep = urb->ep; local
1889 struct usb_endpoint_descriptor *epd = &hep->desc;
1900 qh = ret ? NULL : hep->hcpriv;
1906 * hep->urb_list now ... so we're done, unless hep wasn't yet
1909 * REVISIT best to keep hep
2183 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c242 BUG_ON(list_empty(&ep->hep->urb_list));
243 urb = container_of(ep->hep->urb_list.next,
314 if (!list_empty(&ep->hep->urb_list))
360 BUG_ON(list_empty(&ep->hep->urb_list));
362 container_of(ep->hep->urb_list.next, struct urb, urb_list);
518 urb = container_of(ep->hep->urb_list.next,
690 struct usb_host_endpoint *hep = urb->ep; local
704 if (!hep->hcpriv) {
722 if (hep->hcpriv)
723 ep = hep
840 struct usb_host_endpoint *hep; local
873 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);
444 if (!list_empty(&ep->hep->urb_list))
491 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
703 ->hep->urb_list.next,
713 ->hep->urb_list.next,
808 struct usb_host_endpoint *hep = urb->ep; local
816 if (!hep->hcpriv) {
837 if (hep->hcpriv) {
839 ep = hep
961 struct usb_host_endpoint *hep; local
1026 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Dr8a66597-hcd.c551 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) argument
553 struct r8a66597_pipe *pipe = hep->hcpriv;
816 struct usb_host_endpoint *hep,
820 struct r8a66597_pipe *pipe = hep->hcpriv;
954 struct usb_host_endpoint *hep,
978 enable_r8a66597_pipe(r8a66597, urb, hep, &info);
1872 struct usb_host_endpoint *hep)
1881 pipenum = r8a66597_get_pipenum(urb, hep);
1883 td->pipe = hep->hcpriv;
1903 struct usb_host_endpoint *hep local
815 enable_r8a66597_pipe(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep, struct r8a66597_pipe_info *info) argument
953 init_pipe_info(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep, struct usb_endpoint_descriptor *ep) argument
1870 r8a66597_make_td(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep) argument
1994 r8a66597_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Duhci-q.c244 struct usb_device *udev, struct usb_host_endpoint *hep)
263 qh->type = usb_endpoint_type(&hep->desc);
272 qh->hep = hep;
274 hep->hcpriv = qh;
279 usb_endpoint_dir_in(&hep->desc),
281 le16_to_cpu(hep->desc.wMaxPacketSize))
299 qh->hep->hcpriv = NULL;
683 qh->hep->desc.bEndpointAddress, p,
716 qh->hep
243 uhci_alloc_qh(struct uhci_hcd *uhci, struct usb_device *udev, struct usb_host_endpoint *hep) argument
[all...]
H A Disp1362-hcd.c483 if (!list_empty(&ep->hep->urb_list))
677 if (!list_empty(&ep->hep->urb_list)) {
1233 struct usb_host_endpoint *hep = urb->ep; local
1258 if (!hep->hcpriv) {
1280 if (hep->hcpriv) {
1281 ep = hep->hcpriv;
1287 ep->hep = hep;
1313 hep->hcpriv = ep;
1375 urb->hcpriv = hep;
1407 struct usb_host_endpoint *hep; local
1456 isp1362_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.h140 struct usb_host_endpoint *hep; /* Endpoint information */ member in struct:uhci_qh
H A Disp1362.h431 struct usb_host_endpoint *hep; member in struct:isp1362_ep
637 BUG_ON(list_empty(&ep->hep->urb_list)); \
638 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
H A Du132-hcd.c161 struct usb_host_endpoint *hep; member in struct:u132_endp
340 struct usb_host_endpoint *hep = endp->hep; local
365 hep->hcpriv = NULL;
1901 endp->hep = urb->ep;
1992 endp->hep = urb->ep;
2096 endp->hep = urb->ep;
2544 struct usb_host_endpoint *hep)
2548 dev_err(&u132->platform_dev->dev, "u132 device %p(hcd=%p hep=%p"
2549 ") has been removed %d\n", u132, hcd, hep,
2543 u132_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c242 BUG_ON(list_empty(&ep->hep->urb_list));
243 urb = container_of(ep->hep->urb_list.next,
314 if (!list_empty(&ep->hep->urb_list))
360 BUG_ON(list_empty(&ep->hep->urb_list));
362 container_of(ep->hep->urb_list.next, struct urb, urb_list);
518 urb = container_of(ep->hep->urb_list.next,
690 struct usb_host_endpoint *hep = urb->ep; local
704 if (!hep->hcpriv) {
722 if (hep->hcpriv)
723 ep = hep
840 struct usb_host_endpoint *hep; local
873 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);
444 if (!list_empty(&ep->hep->urb_list))
491 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
703 ->hep->urb_list.next,
713 ->hep->urb_list.next,
808 struct usb_host_endpoint *hep = urb->ep; local
816 if (!hep->hcpriv) {
837 if (hep->hcpriv) {
839 ep = hep
961 struct usb_host_endpoint *hep; local
1026 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Dr8a66597-hcd.c551 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) argument
553 struct r8a66597_pipe *pipe = hep->hcpriv;
816 struct usb_host_endpoint *hep,
820 struct r8a66597_pipe *pipe = hep->hcpriv;
954 struct usb_host_endpoint *hep,
978 enable_r8a66597_pipe(r8a66597, urb, hep, &info);
1872 struct usb_host_endpoint *hep)
1881 pipenum = r8a66597_get_pipenum(urb, hep);
1883 td->pipe = hep->hcpriv;
1903 struct usb_host_endpoint *hep local
815 enable_r8a66597_pipe(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep, struct r8a66597_pipe_info *info) argument
953 init_pipe_info(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep, struct usb_endpoint_descriptor *ep) argument
1870 r8a66597_make_td(struct r8a66597 *r8a66597, struct urb *urb, struct usb_host_endpoint *hep) argument
1994 r8a66597_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
[all...]
H A Duhci-q.c244 struct usb_device *udev, struct usb_host_endpoint *hep)
263 qh->type = usb_endpoint_type(&hep->desc);
272 qh->hep = hep;
274 hep->hcpriv = qh;
279 usb_endpoint_dir_in(&hep->desc),
281 le16_to_cpu(hep->desc.wMaxPacketSize))
299 qh->hep->hcpriv = NULL;
683 qh->hep->desc.bEndpointAddress, p,
716 qh->hep
243 uhci_alloc_qh(struct uhci_hcd *uhci, struct usb_device *udev, struct usb_host_endpoint *hep) argument
[all...]
H A Disp1362-hcd.c483 if (!list_empty(&ep->hep->urb_list))
677 if (!list_empty(&ep->hep->urb_list)) {
1233 struct usb_host_endpoint *hep = urb->ep; local
1258 if (!hep->hcpriv) {
1280 if (hep->hcpriv) {
1281 ep = hep->hcpriv;
1287 ep->hep = hep;
1313 hep->hcpriv = ep;
1375 urb->hcpriv = hep;
1407 struct usb_host_endpoint *hep; local
1456 isp1362_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.h140 struct usb_host_endpoint *hep; /* Endpoint information */ member in struct:uhci_qh
H A Disp1362.h431 struct usb_host_endpoint *hep; member in struct:isp1362_ep
637 BUG_ON(list_empty(&ep->hep->urb_list)); \
638 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c46 struct usb_host_endpoint *hep; member in struct:c67x00_ep_data
257 struct usb_host_endpoint *hep = urb->ep; local
264 if (hep->hcpriv) {
265 ep_data = hep->hcpriv;
269 return hep->hcpriv;
279 ep_data->hep = hep;
284 hep->hcpriv = ep_data;
298 if (prev->hep->desc.bEndpointAddress >
299 hep
309 c67x00_ep_data_free(struct usb_host_endpoint *hep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/c67x00/
H A Dc67x00-sched.c46 struct usb_host_endpoint *hep; member in struct:c67x00_ep_data
257 struct usb_host_endpoint *hep = urb->ep; local
264 if (hep->hcpriv) {
265 ep_data = hep->hcpriv;
269 return hep->hcpriv;
279 ep_data->hep = hep;
284 hep->hcpriv = ep_data;
298 if (prev->hep->desc.bEndpointAddress >
299 hep
309 c67x00_ep_data_free(struct usb_host_endpoint *hep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dcdc_ether.c111 struct usb_host_endpoint *hep; local
113 hep = intf->cur_altsetting->endpoint;
114 if (hep) {
115 buf = hep->extra;
116 len = hep->extralen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dcdc_ether.c111 struct usb_host_endpoint *hep; local
113 hep = intf->cur_altsetting->endpoint;
114 if (hep) {
115 buf = hep->extra;
116 len = hep->extralen;

Completed in 311 milliseconds

12