/linux-6.1.9/drivers/usb/c67x00/ |
D | c67x00-hcd.h | 89 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()
|
/linux-6.1.9/drivers/usb/usbip/ |
D | vhci.h | 151 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()
|
/linux-6.1.9/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 | r8a66597.h | 133 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()
|
D | fotg210.h | 192 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210() 196 return container_of((void *) fotg210, struct usb_hcd, hcd_priv); in fotg210_to_hcd()
|
D | fhci.h | 464 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()
|
D | uhci-hcd.h | 463 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()
|
D | ohci.h | 481 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()
|
D | ehci.h | 267 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci() 271 return container_of((void *) ehci, struct usb_hcd, hcd_priv); in ehci_to_hcd()
|
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 | isp1362.h | 525 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()
|
D | xen-hcd.c | 102 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()
|
D | max3421-hcd.c | 337 return (struct max3421_hcd *) hcd->hcd_priv; in hcd_to_max3421() 343 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
|
D | octeon-hcd.c | 416 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()
|
D | oxu210hp-hcd.c | 495 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()
|
D | u132-hcd.c | 226 return (struct u132 *)(hcd->hcd_priv); in hcd_to_u132() 231 return container_of((void *)u132, struct usb_hcd, hcd_priv); in u132_to_hcd()
|
D | xhci.h | 1963 return (struct xhci_hcd *) (primary_hcd->hcd_priv); in hcd_to_xhci()
|
/linux-6.1.9/drivers/staging/greybus/ |
D | usb.c | 40 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()
|
/linux-6.1.9/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 115 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv) 121 container_of((void *)h, struct usb_hcd, hcd_priv)
|
/linux-6.1.9/include/linux/usb/ |
D | hcd.h | 220 unsigned long hcd_priv[] member
|
/linux-6.1.9/drivers/usb/musb/ |
D | musb_host.c | 75 return *(struct musb **) hcd->hcd_priv; in hcd_to_musb() 2696 *musb->hcd->hcd_priv = (unsigned long) musb; in musb_host_alloc()
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 287 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()
|
/linux-6.1.9/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 46 return *(struct isp1760_hcd **)hcd->hcd_priv; in hcd_to_priv() 2573 *(struct isp1760_hcd **)hcd->hcd_priv = priv; in isp1760_hcd_register()
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | hcd.c | 3987 p = (struct wrapper_priv_data *)&hcd->hcd_priv; in dwc2_hcd_to_hsotg() 5169 ((struct wrapper_priv_data *)&hcd->hcd_priv)->hsotg = hsotg; in dwc2_hcd_init()
|