Home
last modified time | relevance | path

Searched defs:hpcfb_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hpc/
H A Dhpcfb.c152 struct hpcfb_softc { struct
153 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