Home
last modified time | relevance | path

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

/freebsd/sys/dev/intpm/
H A Dintpm.c51 void *irq_hand; member
227 if (sc->irq_hand) in intsmb_release_resources()
228 bus_teardown_intr(dev, sc->irq_res, sc->irq_hand); in intsmb_release_resources()
342 NULL, intsmb_rawintr, sc, &sc->irq_hand); in intsmb_attach()