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

Function clock_register

freebsd/kern/subr_rtc.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void
250clock_register(device_t dev, long res)
251{
252
253 clock_register_flags(dev, res, 0);
254}
255
256void
257clock_unregister(device_t clockdev)

Callers 10

jz4780_rtc_attachFunction · 0.85
pcf2123_rtc_attachFunction · 0.85
octeon_rtc_attachFunction · 0.85
max77620_rtc_attachFunction · 0.85
aw_rtc_attachFunction · 0.85
mv_rtc_attachFunction · 0.85
mv_rtc_attachFunction · 0.85
snvs_attachFunction · 0.85
as3722_rtc_attachFunction · 0.85
atrtc_attachFunction · 0.85

Calls 1

clock_register_flagsFunction · 0.85

Tested by

no test coverage detected