/src/sys/arch/evbmips/sbmips/ |
rtc.c | 76 static void strtc_attach(device_t, device_t, void *); 97 strtc_match, strtc_attach, NULL, NULL); 236 strtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sbmips/sbmips/ |
rtc.c | 76 static void strtc_attach(device_t, device_t, void *); 97 strtc_match, strtc_attach, NULL, NULL); 236 strtc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/dev/i2c/ |
m41st84.c | 99 static void strtc_attach(device_t, device_t, void *); 103 strtc_match, strtc_attach, NULL, NULL); 181 strtc_attach(device_t parent, device_t self, void *arg) function in typeref:typename:void
|