opio_softc
struct opio_softc *sc = device_private(self);
struct opio_softc *sc = device_private(parent);
opio_intr_establish(struct opio_softc *sc, int intr, int ipl,
struct opio_softc *sc = (struct opio_softc *)arg;
do_debounce(struct opio_softc *sc, int intr, int val, int count)
struct opio_softc *sc = arg;
CFATTACH_DECL_NEW(opio, sizeof(struct opio_softc), opio_match, opio_attach,
struct opio_softc *osc =
struct opio_softc *psc = device_private(parent);
struct opio_softc *psc =
struct opio_softc *psc =
struct opio_softc *psc =
struct opio_softc *psc =
struct opio_softc *psc =
void *opio_intr_establish(struct opio_softc *, int, int,