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

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

Completed in 116 milliseconds