Searched refs:apbus_attach (Results 1 – 1 of 1) sorted by relevance
49 static void apbus_attach(device_t, device_t, void *);53 CFATTACH_DECL_NEW(apbus, 0, apbus_match, apbus_attach, NULL, NULL);127 apbus_attach(device_t parent, device_t self, void *aux) in apbus_attach() function