Home
last modified time | relevance | path

Searched refs:sc_intr_hdl (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/mips/cavium/usb/
H A Doctusb_octeon.c129 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 Doctusb.h118 void *sc_intr_hdl[OCTUSB_MAX_PORTS]; member
/f-stack/freebsd/mips/mediatek/
H A Dmtk_ohci.c139 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 Dmtk_ehci.c139 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 Dmtk_xhci.c135 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 Dmtk_dotg.c148 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 Dar71xx_ohci.c130 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 Dar71xx_ehci.c167 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 Domap_ehci.c365 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 Djz4780_ehci.c244 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 Djz4780_ohci.c218 (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 Dvf_ehci.c330 &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 Dam335x_musb.c343 &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 Dtegra_ehci.c128 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 Dtegra_xhci.c932 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 Dzy7_ehci.c280 &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 Dbcm2835_rng.c98 void * sc_intr_hdl; member