Searched defs:hpcfb_softc (Results 1 – 1 of 1) sorted by relevance
152 struct hpcfb_softc { struct153 device_t sc_dev;154 struct hpcfb_devconfig *sc_dc; /* device configuration */155 const struct hpcfb_accessops *sc_accessops;156 void *sc_accessctx;180 void hpcfb_refresh_screen(struct hpcfb_softc *); argument