Searched defs:a10fb_softc (Results 1 – 1 of 1) sorted by relevance
151 struct a10fb_softc { struct152 device_t dev;153 device_t fbdev;154 struct resource *res[2];179 a10fb_allocfb(struct a10fb_softc *sc) in a10fb_allocfb() argument