MCPcopy Create free account
hub / github.com/F-Stack/f-stack / a10fb_freefb

Function a10fb_freefb

freebsd/arm/allwinner/a10_fb.c:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static void
193a10fb_freefb(struct a10fb_softc *sc)
194{
195 kmem_free(sc->vaddr, sc->fbsize);
196}
197
198static int
199a10fb_setup_debe(struct a10fb_softc *sc, const struct videomode *mode)

Callers 1

a10fb_configureFunction · 0.85

Calls 1

kmem_freeFunction · 0.50

Tested by

no test coverage detected