Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/usbip/
Dvhci.h116 return (struct vhci_hcd *) (hcd->hcd_priv); in hcd_to_vhci()
121 return container_of((void *) vhci, struct usb_hcd, hcd_priv); in vhci_to_hcd()
/linux-4.1.27/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-4.1.27/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()
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()
Dr8a66597.h139 return (struct r8a66597 *)(hcd->hcd_priv); in hcd_to_r8a66597()
144 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); in r8a66597_to_hcd()
Dfotg210.h185 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210()
189 return container_of((void *) fotg210, struct usb_hcd, hcd_priv); in fotg210_to_hcd()
Dfusbh200.h180 return (struct fusbh200_hcd *) (hcd->hcd_priv); in hcd_to_fusbh200()
184 return container_of ((void *) fusbh200, struct usb_hcd, hcd_priv); in fusbh200_to_hcd()
Duhci-hcd.h460 return (struct uhci_hcd *) (hcd->hcd_priv); in hcd_to_uhci()
464 return container_of((void *) uhci, struct usb_hcd, hcd_priv); in uhci_to_hcd()
Dfhci.h470 return (struct fhci_hcd *)hcd->hcd_priv; in hcd_to_fhci()
475 return container_of((void *)fhci, struct usb_hcd, hcd_priv); in fhci_to_hcd()
Dohci.h480 return (struct ohci_hcd *) (hcd->hcd_priv); in hcd_to_ohci()
484 return container_of ((void *) ohci, struct usb_hcd, hcd_priv); in ohci_to_hcd()
Dehci.h272 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci()
276 return container_of ((void *) ehci, struct usb_hcd, hcd_priv); in ehci_to_hcd()
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()
Dxhci-plat.c154 *((struct xhci_hcd **) xhci->shared_hcd->hcd_priv) = xhci; in xhci_plat_probe()
Dxhci-pci.c267 *((struct xhci_hcd **) xhci->shared_hcd->hcd_priv) = xhci; in xhci_pci_probe()
Disp1362.h571 return (struct isp1362_hcd *) (hcd->hcd_priv); in hcd_to_isp1362_hcd()
576 return container_of((void *)isp1362_hcd, struct usb_hcd, hcd_priv); in isp1362_hcd_to_hcd()
Dmax3421-hcd.c339 return (struct max3421_hcd *) hcd->hcd_priv; in hcd_to_max3421()
345 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
Dxhci.h1605 return *((struct xhci_hcd **) (hcd->hcd_priv)); in hcd_to_xhci()
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.c232 return (struct u132 *)(hcd->hcd_priv); in hcd_to_u132()
237 return container_of((void *)u132, struct usb_hcd, hcd_priv); in u132_to_hcd()
Dimx21-hcd.c80 return (struct imx21 *)hcd->hcd_priv; in hcd_to_imx21()
Dxhci.c4886 *((struct xhci_hcd **) hcd->hcd_priv) = xhci; in xhci_gen_setup()
/linux-4.1.27/include/linux/usb/
Dhcd.h204 unsigned long hcd_priv[0] member
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_host.c124 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv)
130 container_of((void *)h, struct usb_hcd, hcd_priv)
/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c457 return container_of((void *)p, struct usb_hcd, hcd_priv); in octeon_to_hcd()
3065 return (struct octeon_hcd *)(hcd->hcd_priv); in hcd_to_octeon()
3670 priv = (struct octeon_hcd *)hcd->hcd_priv; in octeon_usb_probe()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-hcd.c42 return *(struct isp1760_hcd **)hcd->hcd_priv; in hcd_to_priv()
2201 *(struct isp1760_hcd **)hcd->hcd_priv = priv; in isp1760_hcd_register()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c209 return (struct dummy_hcd *) (hcd->hcd_priv); in hcd_to_dummy_hcd()
214 return container_of((void *) dum, struct usb_hcd, hcd_priv); in dummy_hcd_to_hcd()
/linux-4.1.27/drivers/usb/musb/
Dmusb_host.c99 return *(struct musb **) hcd->hcd_priv; in hcd_to_musb()
2653 *musb->hcd->hcd_priv = (unsigned long) musb; in musb_host_alloc()
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c2083 p = (struct wrapper_priv_data *) &hcd->hcd_priv; in dwc2_hcd_to_hsotg()
2859 ((struct wrapper_priv_data *) &hcd->hcd_priv)->hsotg = hsotg; in dwc2_hcd_init()
/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c237 return (struct oz_hcd *)hcd->hcd_priv; in oz_hcd_private()