Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci.c113 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in generic_ehci_attach()
116 sc->sc_intr_hdl = NULL; in generic_ehci_attach()
146 if (sc->sc_irq_res && sc->sc_intr_hdl) { in generic_ehci_detach()
152 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in generic_ehci_detach()
158 sc->sc_intr_hdl = NULL; in generic_ehci_detach()
H A Dgeneric_xhci.c115 NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); in generic_xhci_attach()
118 sc->sc_intr_hdl = NULL; in generic_xhci_attach()
159 if (sc->sc_irq_res != NULL && sc->sc_intr_hdl != NULL) { in generic_xhci_detach()
160 err = bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_hdl); in generic_xhci_detach()
164 sc->sc_intr_hdl = NULL; in generic_xhci_detach()
H A Dehci_msm.c139 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in ehci_msm_attach()
142 sc->sc_intr_hdl = NULL; in ehci_msm_attach()
178 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ehci_msm_detach()
182 err = bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_hdl); in ehci_msm_detach()
186 sc->sc_intr_hdl = NULL; in ehci_msm_detach()
H A Duhci_pci.c377 NULL, (driver_intr_t *)uhci_interrupt, sc, &sc->sc_intr_hdl); in uhci_pci_attach()
381 sc->sc_intr_hdl = NULL; in uhci_pci_attach()
438 if (sc->sc_irq_res && sc->sc_intr_hdl) { in uhci_pci_detach()
439 int err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in uhci_pci_detach()
446 sc->sc_intr_hdl = NULL; in uhci_pci_detach()
H A Dohci_pci.c298 NULL, (driver_intr_t *)ohci_interrupt, sc, &sc->sc_intr_hdl); in ohci_pci_attach()
301 sc->sc_intr_hdl = NULL; in ohci_pci_attach()
332 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ohci_pci_detach()
338 int err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in ohci_pci_detach()
345 sc->sc_intr_hdl = NULL; in ohci_pci_detach()
H A Dxhci_pci.c423 NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); in xhci_pci_attach()
430 sc->sc_intr_hdl = NULL; in xhci_pci_attach()
433 if (sc->sc_irq_res == NULL || sc->sc_intr_hdl == NULL) { in xhci_pci_attach()
481 if (sc->sc_irq_res && sc->sc_intr_hdl) { in xhci_pci_detach()
482 bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in xhci_pci_detach()
483 sc->sc_intr_hdl = NULL; in xhci_pci_detach()
H A Dehci_mv.c241 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in mv_ehci_attach()
244 sc->sc_intr_hdl = NULL; in mv_ehci_attach()
296 if (sc->sc_irq_res && sc->sc_intr_hdl) { in mv_ehci_detach()
302 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in mv_ehci_detach()
308 sc->sc_intr_hdl = NULL; in mv_ehci_detach()
H A Ddwc_otg_acpi.c137 if (sc->sc_irq_res && sc->sc_intr_hdl) { in dwc_otg_detach()
144 sc->sc_intr_hdl); in dwc_otg_detach()
145 sc->sc_intr_hdl = NULL; in dwc_otg_detach()
H A Dehci_fsl.c295 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in fsl_ehci_attach()
298 sc->sc_intr_hdl = NULL; in fsl_ehci_attach()
396 if (sc->sc_irq_res && sc->sc_intr_hdl) { in fsl_ehci_detach()
397 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in fsl_ehci_detach()
403 sc->sc_intr_hdl = NULL; in fsl_ehci_detach()
H A Dgeneric_ohci.c156 (driver_intr_t *)ohci_interrupt, sc, &sc->ohci_sc.sc_intr_hdl); in generic_ohci_attach()
158 sc->ohci_sc.sc_intr_hdl = NULL; in generic_ohci_attach()
250 if (sc->ohci_sc.sc_irq_res && sc->ohci_sc.sc_intr_hdl) { in generic_ohci_detach()
257 sc->ohci_sc.sc_intr_hdl); in generic_ohci_detach()
258 sc->ohci_sc.sc_intr_hdl = NULL; in generic_ohci_detach()
H A Dehci_pci.c430 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in ehci_pci_attach()
433 sc->sc_intr_hdl = NULL; in ehci_pci_attach()
517 if (sc->sc_irq_res && sc->sc_intr_hdl) { in ehci_pci_detach()
523 int err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in ehci_pci_detach()
529 sc->sc_intr_hdl = NULL; in ehci_pci_detach()
H A Ddwc_otg_fdt.c172 if (sc->sc_otg.sc_irq_res && sc->sc_otg.sc_intr_hdl) { in dwc_otg_detach()
179 sc->sc_otg.sc_intr_hdl); in dwc_otg_detach()
180 sc->sc_otg.sc_intr_hdl = NULL; in dwc_otg_detach()
H A Dehci_imx.c322 if (esc->sc_intr_hdl != NULL) in imx_ehci_detach()
324 esc->sc_intr_hdl); in imx_ehci_detach()
427 NULL, (driver_intr_t *)ehci_interrupt, esc, &esc->sc_intr_hdl); in imx_ehci_attach()
H A Duhci.h225 void *sc_intr_hdl; member
H A Datmegadci.h264 void *sc_intr_hdl; member
H A Ddwc_otg.h172 void *sc_intr_hdl; member
H A Dohci.h238 void *sc_intr_hdl; member
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ehci.c326 &sc->sc_intr_hdl); in vybrid_ehci_attach()
338 sc->sc_intr_hdl); in vybrid_ehci_attach()
369 sc->sc_intr_hdl); in vybrid_ehci_attach()
408 if (esc->res[5] && sc->sc_intr_hdl) { in vybrid_ehci_detach()
410 sc->sc_intr_hdl); in vybrid_ehci_detach()
416 sc->sc_intr_hdl = NULL; in vybrid_ehci_detach()
/freebsd/sys/arm/ti/usb/
H A Domap_ehci.c363 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in omap_ehci_attach()
366 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()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c341 &sc->sc_otg, &sc->sc_otg.sc_intr_hdl); in musbotg_attach()
343 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()
/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c129 if (esc->sc_intr_hdl != NULL) in tegra_ehci_detach()
131 esc->sc_intr_hdl); in tegra_ehci_detach()
255 NULL, (driver_intr_t *)ehci_interrupt, esc, &esc->sc_intr_hdl); in tegra_ehci_attach()
H A Dtegra_xhci.c934 if (xsc->sc_irq_res && xsc->sc_intr_hdl) { in tegra_xhci_detach()
935 bus_teardown_intr(dev, xsc->sc_irq_res, xsc->sc_intr_hdl); in tegra_xhci_detach()
936 xsc->sc_intr_hdl = NULL; in tegra_xhci_detach()
1081 xsc->sc_intr_hdl = NULL; in tegra_xhci_attach()
1086 NULL, (driver_intr_t *)xhci_interrupt, xsc, &xsc->sc_intr_hdl); in tegra_xhci_attach()
1089 xsc->sc_intr_hdl = NULL; in tegra_xhci_attach()
/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c275 &sc->sc_intr_hdl); in zy7_ehci_attach()
331 if (sc->sc_intr_hdl != NULL) in zy7_ehci_detach()
333 sc->sc_intr_hdl); in zy7_ehci_detach()
/freebsd/sys/powerpc/ps3/
H A Dohci_ps3.c126 NULL, (driver_intr_t *)ohci_interrupt, sc, &sc->sc_intr_hdl); in ohci_ps3_attach()
H A Dehci_ps3.c136 NULL, (driver_intr_t *)ehci_interrupt, sc, &sc->sc_intr_hdl); in ehci_ps3_attach()

12