Home
last modified time | relevance | path

Searched refs:hcd_priv (Results 1 – 21 of 21) sorted by relevance

/linux-2.6.39/drivers/usb/c67x00/
Dc67x00-hcd.h103 return (struct c67x00_hcd *)(hcd->hcd_priv); in hcd_to_c67x00_hcd()
108 return container_of((void *)c67x00, struct usb_hcd, hcd_priv); in c67x00_hcd_to_hcd()
/linux-2.6.39/drivers/staging/usbip/
Dvhci.h131 return (struct vhci_hcd *) (hcd->hcd_priv); in hcd_to_vhci()
136 return container_of((void *) vhci, struct usb_hcd, hcd_priv); in vhci_to_hcd()
/linux-2.6.39/drivers/usb/musb/
Dmusb_host.h40 return container_of((void *) musb, struct usb_hcd, hcd_priv); in musb_to_hcd()
45 return (struct musb *) (hcd->hcd_priv); in hcd_to_musb()
/linux-2.6.39/drivers/usb/host/
Dsl811.h160 return (struct sl811 *) (hcd->hcd_priv); in hcd_to_sl811()
165 return container_of((void *) sl811, struct usb_hcd, hcd_priv); in sl811_to_hcd()
Duhci-hcd.h437 return (struct uhci_hcd *) (hcd->hcd_priv); in hcd_to_uhci()
441 return container_of((void *) uhci, struct usb_hcd, hcd_priv); in uhci_to_hcd()
Dohci-jz4740.c29 return (struct jz4740_ohci_hcd *)(hcd->hcd_priv); in hcd_to_jz4740_hcd()
34 return container_of((void *)jz4740_ohci, struct usb_hcd, hcd_priv); in jz4740_hcd_to_hcd()
Dxhci-pci.c64 *((struct xhci_hcd **) hcd->hcd_priv) = xhci; in xhci_pci_setup()
197 *((struct xhci_hcd **) xhci->shared_hcd->hcd_priv) = xhci; in xhci_pci_probe()
Dr8a66597.h144 return (struct r8a66597 *)(hcd->hcd_priv); in hcd_to_r8a66597()
149 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); in r8a66597_to_hcd()
Dehci.h168 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci()
172 return container_of ((void *) ehci, struct usb_hcd, hcd_priv); in ehci_to_hcd()
Dfhci.h488 return (struct fhci_hcd *)hcd->hcd_priv; in hcd_to_fhci()
493 return container_of((void *)fhci, struct usb_hcd, hcd_priv); in fhci_to_hcd()
Dohci.h464 return (struct ohci_hcd *) (hcd->hcd_priv); in hcd_to_ohci()
468 return container_of ((void *) ohci, struct usb_hcd, hcd_priv); in ohci_to_hcd()
Dohci-ssb.c32 return (struct ssb_ohci_device *)(hcd->hcd_priv); in hcd_to_ssb_ohci()
Disp116x.h293 return (struct isp116x *)(hcd->hcd_priv); in hcd_to_isp116x()
298 return container_of((void *)isp116x, struct usb_hcd, hcd_priv); in isp116x_to_hcd()
Disp1362.h576 return (struct isp1362_hcd *) (hcd->hcd_priv); in hcd_to_isp1362_hcd()
581 return container_of((void *)isp1362_hcd, struct usb_hcd, hcd_priv); in isp1362_hcd_to_hcd()
Dxhci.h1299 return *((struct xhci_hcd **) (hcd->hcd_priv)); in hcd_to_xhci()
Doxu210hp-hcd.c66 return container_of((void *) oxu, struct usb_hcd, hcd_priv); in oxu_to_hcd()
71 return (struct oxu_hcd *) (hcd->hcd_priv); in hcd_to_oxu()
Du132-hcd.c233 return (struct u132 *)(hcd->hcd_priv); in hcd_to_u132()
238 return container_of((void *)u132, struct usb_hcd, hcd_priv); in u132_to_hcd()
Dimx21-hcd.c75 return (struct imx21 *)hcd->hcd_priv; in hcd_to_imx21()
Disp1760-hcd.c49 return (struct isp1760_hcd *) (hcd->hcd_priv); in hcd_to_priv()
/linux-2.6.39/include/linux/usb/
Dhcd.h180 unsigned long hcd_priv[0] member
/linux-2.6.39/drivers/usb/gadget/
Ddummy_hcd.c189 return (struct dummy *) (hcd->hcd_priv); in hcd_to_dummy()
194 return container_of((void *) dum, struct usb_hcd, hcd_priv); in dummy_to_hcd()