Searched refs:sc_irq_h (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Dpl310.h147 void* sc_irq_h; member in struct:pl310_softc
/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c85 void* sc_irq_h; member in struct:ti_i2c_softc
730 if (sc->sc_irq_h != NULL) {
731 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_irq_h);
732 sc->sc_irq_h = NULL;
883 NULL, ti_i2c_intr, sc, &sc->sc_irq_h);
/freebsd-13-stable/sys/arm/arm/
H A Dpl310.c437 pl310_filter, NULL, sc, &sc->sc_irq_h);

Completed in 96 milliseconds