Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
static void
193
a10fb_freefb(struct a10fb_softc *sc)
194
{
195
kmem_free(sc->vaddr, sc->fbsize);
196
}
197
198
static int
199
a10fb_setup_debe(struct a10fb_softc *sc, const struct videomode *mode)
Callers
1
a10fb_configure
Function · 0.85
Calls
1
kmem_free
Function · 0.50
Tested by
no test coverage detected