Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ti_prcm_device_lock
Function
ti_prcm_device_lock
freebsd/arm/ti/ti_prcm.c:243–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void
244
ti_prcm_device_lock(device_t dev)
245
{
246
struct ti_prcm_softc *sc;
247
248
sc = device_get_softc(dev);
249
mtx_lock(&sc->mtx);
250
}
251
252
void
253
ti_prcm_device_unlock(device_t dev)
Callers
3
ti_prm_write_4
Function · 0.85
ti_prm_read_4
Function · 0.85
ti_prm_modify_4
Function · 0.85
Calls
2
device_get_softc
Function · 0.85
mtx_lock
Function · 0.50
Tested by
no test coverage detected