| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb_octeon.c | 129 NULL, (driver_intr_t *)octusb_interrupt, sc, &sc->sc_dci.sc_intr_hdl[i]); in octusb_octeon_attach() 132 (driver_intr_t *)octusb_interrupt, sc, &sc->sc_dci.sc_intr_hdl[i]); in octusb_octeon_attach() 135 sc->sc_dci.sc_intr_hdl[i] = NULL; in octusb_octeon_attach() 171 if (sc->sc_dci.sc_irq_res[0] && sc->sc_dci.sc_intr_hdl[0]) in octusb_octeon_detach() 181 if (sc->sc_dci.sc_irq_res[i] && sc->sc_dci.sc_intr_hdl[i]) { in octusb_octeon_detach() 183 sc->sc_dci.sc_intr_hdl[i]); in octusb_octeon_detach() 184 sc->sc_dci.sc_intr_hdl[i] = NULL; in octusb_octeon_detach()
|
| H A D | octusb.h | 118 void *sc_intr_hdl[OCTUSB_MAX_PORTS]; member
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_ohci.c | 139 NULL, (driver_intr_t *)ohci_interrupt, sc, &sc->sc_intr_hdl); in ohci_fdt_attach() 142 sc->sc_intr_hdl = NULL; in ohci_fdt_attach() 170 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ohci_fdt_detach() 176 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in ohci_fdt_detach() 180 sc->sc_intr_hdl = NULL; in ohci_fdt_detach()
|
| H A D | mtk_ehci.c | 139 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in ehci_fdt_attach() 142 sc->sc_intr_hdl = NULL; in ehci_fdt_attach() 170 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ehci_fdt_detach() 176 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in ehci_fdt_detach() 180 sc->sc_intr_hdl = NULL; in ehci_fdt_detach()
|
| H A D | mtk_xhci.c | 135 NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); in mtk_xhci_fdt_attach() 138 sc->sc_intr_hdl = NULL; in mtk_xhci_fdt_attach() 169 if (sc->sc_irq_res && sc->sc_intr_hdl) { in mtk_xhci_fdt_detach() 175 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in mtk_xhci_fdt_detach() 179 sc->sc_intr_hdl = NULL; in mtk_xhci_fdt_detach()
|
| H A D | mtk_dotg.c | 148 if (sc->sc_irq_res && sc->sc_intr_hdl) { in dotg_fdt_detach() 155 sc->sc_intr_hdl); in dotg_fdt_detach() 156 sc->sc_intr_hdl = NULL; in dotg_fdt_detach()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_ohci.c | 130 ar71xx_ohci_intr, sc, &sc->sc_ohci.sc_intr_hdl); in ar71xx_ohci_attach() 176 if (sc->sc_ohci.sc_intr_hdl) { in ar71xx_ohci_detach() 177 bus_teardown_intr(dev, sc->sc_ohci.sc_irq_res, sc->sc_ohci.sc_intr_hdl); in ar71xx_ohci_detach() 178 sc->sc_ohci.sc_intr_hdl = NULL; in ar71xx_ohci_detach() 181 if (sc->sc_ohci.sc_irq_res && sc->sc_ohci.sc_intr_hdl) { in ar71xx_ohci_detach()
|
| H A D | ar71xx_ehci.c | 167 NULL, ar71xx_ehci_intr, sc, &sc->sc_intr_hdl); in ar71xx_ehci_attach() 170 sc->sc_intr_hdl = NULL; in ar71xx_ehci_attach() 241 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ar71xx_ehci_detach() 247 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in ar71xx_ehci_detach() 253 sc->sc_intr_hdl = NULL; in ar71xx_ehci_detach()
|
| /f-stack/freebsd/arm/ti/usb/ |
| H A D | omap_ehci.c | 365 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in omap_ehci_attach() 368 sc->sc_intr_hdl = NULL; in omap_ehci_attach() 420 if (sc->sc_irq_res && sc->sc_intr_hdl) { in omap_ehci_detach() 426 err = bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_hdl); in omap_ehci_detach() 429 sc->sc_intr_hdl = NULL; in omap_ehci_detach()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_ehci.c | 244 NULL, jz4780_ehci_intr, sc, &sc->sc_intr_hdl); in jz4780_ehci_attach() 247 sc->sc_intr_hdl = NULL; in jz4780_ehci_attach() 290 if (sc->sc_irq_res && sc->sc_intr_hdl) { in jz4780_ehci_detach() 296 err = bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_hdl); in jz4780_ehci_detach() 302 sc->sc_intr_hdl = NULL; in jz4780_ehci_detach()
|
| H A D | jz4780_ohci.c | 218 (driver_intr_t *)ohci_interrupt, sc, &sc->sc_ohci.sc_intr_hdl); in jz4780_ohci_attach() 269 if (sc->sc_ohci.sc_intr_hdl) { in jz4780_ohci_detach() 270 bus_teardown_intr(dev, sc->sc_ohci.sc_irq_res, sc->sc_ohci.sc_intr_hdl); in jz4780_ohci_detach() 271 sc->sc_ohci.sc_intr_hdl = NULL; in jz4780_ohci_detach() 274 if (sc->sc_ohci.sc_irq_res && sc->sc_ohci.sc_intr_hdl) { in jz4780_ohci_detach()
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_ehci.c | 330 &sc->sc_intr_hdl); in vybrid_ehci_attach() 342 sc->sc_intr_hdl); in vybrid_ehci_attach() 373 sc->sc_intr_hdl); in vybrid_ehci_attach() 412 if (esc->res[5] && sc->sc_intr_hdl) { in vybrid_ehci_detach() 414 sc->sc_intr_hdl); in vybrid_ehci_detach() 420 sc->sc_intr_hdl = NULL; in vybrid_ehci_detach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_musb.c | 343 &sc->sc_otg, &sc->sc_otg.sc_intr_hdl); in musbotg_attach() 345 sc->sc_otg.sc_intr_hdl = NULL; in musbotg_attach() 414 if (sc->sc_otg.sc_irq_res && sc->sc_otg.sc_intr_hdl) { in musbotg_detach() 421 sc->sc_otg.sc_intr_hdl); in musbotg_detach() 422 sc->sc_otg.sc_intr_hdl = NULL; in musbotg_detach()
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_ehci.c | 128 if (esc->sc_intr_hdl != NULL) in tegra_ehci_detach() 130 esc->sc_intr_hdl); in tegra_ehci_detach() 259 NULL, (driver_intr_t *)ehci_interrupt, esc, &esc->sc_intr_hdl); in tegra_ehci_attach()
|
| H A D | tegra_xhci.c | 932 if (xsc->sc_irq_res && xsc->sc_intr_hdl) { in tegra_xhci_detach() 933 bus_teardown_intr(dev, xsc->sc_irq_res, xsc->sc_intr_hdl); in tegra_xhci_detach() 934 xsc->sc_intr_hdl = NULL; in tegra_xhci_detach() 1079 xsc->sc_intr_hdl = NULL; in tegra_xhci_attach() 1084 NULL, (driver_intr_t *)xhci_interrupt, xsc, &xsc->sc_intr_hdl); in tegra_xhci_attach() 1087 xsc->sc_intr_hdl = NULL; in tegra_xhci_attach()
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_ehci.c | 280 &sc->sc_intr_hdl); in zy7_ehci_attach() 333 if (sc->sc_intr_hdl != NULL) in zy7_ehci_detach() 335 sc->sc_intr_hdl); in zy7_ehci_detach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 98 void * sc_intr_hdl; member
|