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

Function ti_prcm_device_unlock

freebsd/arm/ti/ti_prcm.c:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void
253ti_prcm_device_unlock(device_t dev)
254{
255 struct ti_prcm_softc *sc;
256
257 sc = device_get_softc(dev);
258 mtx_unlock(&sc->mtx);
259}
260
261static device_method_t ti_prcm_methods[] = {
262 DEVMETHOD(device_probe, ti_prcm_probe),

Callers 3

ti_prm_write_4Function · 0.85
ti_prm_read_4Function · 0.85
ti_prm_modify_4Function · 0.85

Calls 2

device_get_softcFunction · 0.85
mtx_unlockFunction · 0.50

Tested by

no test coverage detected