Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.h89 return (struct c67x00_hcd *)(hcd->hcd_priv); in hcd_to_c67x00_hcd()
94 return container_of((void *)c67x00, struct usb_hcd, hcd_priv); in c67x00_hcd_to_hcd()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h18 return container_of((void *) musb, struct usb_hcd, hcd_priv); in musb_to_hcd()
23 return (struct musb *) (hcd->hcd_priv); in hcd_to_musb()
H A Dusb-compat.h8 void *hcd_priv; member
H A Dmusb_uboot.c65 struct musb *host = hcd->hcd_priv; in submit_urb()
241 host->hcd.hcd_priv = host->host; in musb_lowlevel_init()
/openbmc/linux/drivers/usb/usbip/
H A Dvhci.h151 return (struct vhci_hcd *) (hcd->hcd_priv); in hcd_to_vhci_hcd()
166 return container_of((void *) vhci_hcd, struct usb_hcd, hcd_priv); in vhci_hcd_to_hcd()
/openbmc/linux/drivers/usb/host/
H A 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()
H A Dr8a66597.h133 return (struct r8a66597 *)(hcd->hcd_priv); in hcd_to_r8a66597()
138 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); in r8a66597_to_hcd()
H A Duhci-hcd.h463 return (struct uhci_hcd *) (hcd->hcd_priv); in hcd_to_uhci()
467 return container_of((void *) uhci, struct usb_hcd, hcd_priv); in uhci_to_hcd()
H A Dfhci.h464 return (struct fhci_hcd *)hcd->hcd_priv; in hcd_to_fhci()
469 return container_of((void *)fhci, struct usb_hcd, hcd_priv); in fhci_to_hcd()
H A Dohci.h481 return (struct ohci_hcd *) (hcd->hcd_priv); in hcd_to_ohci()
485 return container_of ((void *) ohci, struct usb_hcd, hcd_priv); in ohci_to_hcd()
H A 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()
H A Dehci.h268 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci()
272 return container_of((void *) ehci, struct usb_hcd, hcd_priv); in ehci_to_hcd()
H A Disp1362.h525 return (struct isp1362_hcd *) (hcd->hcd_priv); in hcd_to_isp1362_hcd()
530 return container_of((void *)isp1362_hcd, struct usb_hcd, hcd_priv); in isp1362_hcd_to_hcd()
H A Dxen-hcd.c102 return (struct xenhcd_info *)hcd->hcd_priv; in xenhcd_hcd_to_info()
107 return container_of((void *)info, struct usb_hcd, hcd_priv); in xenhcd_info_to_hcd()
H A Dmax3421-hcd.c331 return (struct max3421_hcd *) hcd->hcd_priv; in hcd_to_max3421()
337 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
H A Docteon-hcd.c416 return container_of((void *)p, struct usb_hcd, hcd_priv); in octeon_to_hcd()
3035 return (struct octeon_hcd *)(hcd->hcd_priv); in hcd_to_octeon()
3639 usb = (struct octeon_hcd *)hcd->hcd_priv; in octeon_usb_probe()
H A Doxu210hp-hcd.c495 return container_of((void *) oxu, struct usb_hcd, hcd_priv); in oxu_to_hcd()
500 return (struct oxu_hcd *) (hcd->hcd_priv); in hcd_to_oxu()
H A Dxhci.h1979 return (struct xhci_hcd *) (primary_hcd->hcd_priv); in hcd_to_xhci()
/openbmc/linux/drivers/staging/greybus/
H A Dusb.c40 return (struct gb_usb_device *)hcd->hcd_priv; in to_gb_usb_device()
45 return container_of((void *)dev, struct usb_hcd, hcd_priv); in gb_usb_device_to_hcd()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h193 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210()
197 return container_of((void *) fotg210, struct usb_hcd, hcd_priv); in fotg210_to_hcd()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c115 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv)
121 container_of((void *)h, struct usb_hcd, hcd_priv)
/openbmc/linux/include/linux/usb/
H A Dhcd.h219 unsigned long hcd_priv[] member
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c75 return *(struct musb **) hcd->hcd_priv; in hcd_to_musb()
2703 *musb->hcd->hcd_priv = (unsigned long) musb; in musb_host_alloc()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c287 return (struct dummy_hcd *) (hcd->hcd_priv); in hcd_to_dummy_hcd()
292 return container_of((void *) dum, struct usb_hcd, hcd_priv); in dummy_hcd_to_hcd()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c46 return *(struct isp1760_hcd **)hcd->hcd_priv; in hcd_to_priv()
2573 *(struct isp1760_hcd **)hcd->hcd_priv = priv; in isp1760_hcd_register()

12