Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/
H A Dhpcfb.c163 void (*sc_switchcb)(void *, int, int); member
828 sc->sc_switchcb = cb; in hpcfb_show_screen()
851 (*sc->sc_switchcb)(sc->sc_switchcbarg, EIO, 0); in hpcfb_doswitch()
885 if (sc->sc_switchcb) in hpcfb_doswitch()
886 (*sc->sc_switchcb)(sc->sc_switchcbarg, 0, 0); in hpcfb_doswitch()