H A D | simplebus.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 #include <sys/bus.h> 44 * Bus interface. 49 static void simplebus_probe_nomatch(device_t bus, device_t child); 50 static int simplebus_print_child(device_t bus, device_t child); 53 static struct resource_list *simplebus_get_resource_list(device_t bus, 365 simplebus_get_property(device_t bus,device_t child,const char * propname,void * propvalue,size_t size,device_property_type_t type) simplebus_get_property() argument 434 simplebus_alloc_resource(device_t bus,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) simplebus_alloc_resource() argument 506 simplebus_probe_nomatch(device_t bus,device_t child) simplebus_probe_nomatch() argument 529 simplebus_print_child(device_t bus,device_t child) simplebus_print_child() argument [all...] |