Home
last modified time | relevance | path

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

/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()
/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()
/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()
/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.h432 return (struct uhci_hcd *) (hcd->hcd_priv); in hcd_to_uhci()
436 return container_of((void *) uhci, struct usb_hcd, hcd_priv); in uhci_to_hcd()
Dehci.h160 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci()
164 return container_of ((void *) ehci, struct usb_hcd, hcd_priv); in ehci_to_hcd()
Dr8a66597.h511 return (struct r8a66597 *)(hcd->hcd_priv); in hcd_to_r8a66597()
516 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); in r8a66597_to_hcd()
Dfhci.h487 return (struct fhci_hcd *)hcd->hcd_priv; in hcd_to_fhci()
492 return container_of((void *)fhci, struct usb_hcd, hcd_priv); in fhci_to_hcd()
Dohci.h454 return (struct ohci_hcd *) (hcd->hcd_priv); in hcd_to_ohci()
458 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()
Disp1760-hcd.c46 return (struct isp1760_hcd *) (hcd->hcd_priv); in hcd_to_priv()
50 return container_of((void *) priv, struct usb_hcd, hcd_priv); in priv_to_hcd()
Doxu210hp-hcd.c68 return container_of((void *) oxu, struct usb_hcd, hcd_priv); in oxu_to_hcd()
73 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()
/drivers/usb/core/
Dhcd.h140 unsigned long hcd_priv[0] member
/drivers/usb/gadget/
Ddummy_hcd.c191 return (struct dummy *) (hcd->hcd_priv); in hcd_to_dummy()
196 return container_of((void *) dum, struct usb_hcd, hcd_priv); in dummy_to_hcd()