Searched refs:ehci_iterate_hw_softc (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | generic_ehci.c | 77 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) { in generic_ehci_attach() 169 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in generic_ehci_detach()
|
H A D | ehci_msm.c | 113 USB_GET_DMA_TAG(dev), &ehci_iterate_hw_softc)) { in ehci_msm_attach() 198 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_msm_detach()
|
H A D | ehci_mv.c | 166 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) { in mv_ehci_attach() 330 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in mv_ehci_detach()
|
H A D | ehci_imx.c | 331 usb_bus_mem_free_all(&esc->sc_bus, &ehci_iterate_hw_softc); in imx_ehci_detach() 405 &ehci_iterate_hw_softc) != 0) { in imx_ehci_attach()
|
H A D | ehci_pci.c | 318 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) { in ehci_pci_attach() 539 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_pci_detach()
|
H A D | ehci_fsl.c | 241 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) in fsl_ehci_attach()
|
H A D | ehci.h | 444 usb_bus_mem_cb_t ehci_iterate_hw_softc; variable
|
H A D | ehci.c | 149 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc() function 530 usb_bus_mem_flush_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_init()
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_ehci.c | 139 usb_bus_mem_free_all(&esc->sc_bus, &ehci_iterate_hw_softc); in tegra_ehci_detach() 232 &ehci_iterate_hw_softc); in tegra_ehci_attach()
|
/freebsd/sys/arm/xilinx/ |
H A D | zy7_ehci.c | 228 USB_GET_DMA_TAG(dev), &ehci_iterate_hw_softc)) in zy7_ehci_attach() 341 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in zy7_ehci_detach()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_ehci.c | 289 &ehci_iterate_hw_softc)) in vybrid_ehci_attach() 419 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in vybrid_ehci_detach()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ehci_ps3.c | 100 USB_GET_DMA_TAG(dev), &ehci_iterate_hw_softc)) in ehci_ps3_attach()
|
/freebsd/sys/arm/ti/usb/ |
H A D | omap_ehci.c | 320 &ehci_iterate_hw_softc)) { in omap_ehci_attach()
|