/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);
|