Searched refs:hcd_priv (Results 1 – 16 of 16) sorted by relevance
/drivers/staging/usbip/ |
D | vhci.h | 131 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/ |
D | c67x00-hcd.h | 103 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/ |
D | musb_host.h | 40 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/ |
D | sl811.h | 160 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()
|
D | uhci-hcd.h | 432 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()
|
D | ehci.h | 160 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()
|
D | r8a66597.h | 511 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()
|
D | fhci.h | 487 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()
|
D | ohci.h | 454 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()
|
D | ohci-ssb.c | 32 return (struct ssb_ohci_device *)(hcd->hcd_priv); in hcd_to_ssb_ohci()
|
D | isp116x.h | 293 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()
|
D | isp1760-hcd.c | 46 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()
|
D | oxu210hp-hcd.c | 68 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()
|
D | u132-hcd.c | 233 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/ |
D | hcd.h | 140 unsigned long hcd_priv[0] member
|
/drivers/usb/gadget/ |
D | dummy_hcd.c | 191 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()
|