HomeSort by: relevance | last modified time | path
    Searched defs:sc_switchcb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 163 void (*sc_switchcb)(void *, int, int); member in struct:hpcfb_softc
828 sc->sc_switchcb = cb;
851 (*sc->sc_switchcb)(sc->sc_switchcbarg, EIO, 0);
885 if (sc->sc_switchcb)
886 (*sc->sc_switchcb)(sc->sc_switchcbarg, 0, 0);
hpcfb.c 163 void (*sc_switchcb)(void *, int, int); member in struct:hpcfb_softc
828 sc->sc_switchcb = cb;
851 (*sc->sc_switchcb)(sc->sc_switchcbarg, EIO, 0);
885 if (sc->sc_switchcb)
886 (*sc->sc_switchcb)(sc->sc_switchcbarg, 0, 0);
hpcfb.c 163 void (*sc_switchcb)(void *, int, int); member in struct:hpcfb_softc
828 sc->sc_switchcb = cb;
851 (*sc->sc_switchcb)(sc->sc_switchcbarg, EIO, 0);
885 if (sc->sc_switchcb)
886 (*sc->sc_switchcb)(sc->sc_switchcbarg, 0, 0);

Completed in 168 milliseconds