H A D | simplebus.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 static void simplebus_probe_nomatch(device_t bus, device_t child); 50 static int simplebus_print_child(device_t bus, device_t child); 54 device_t child); 56 static ssize_t simplebus_get_property(device_t bus, device_t child, 63 device_t child); 155 phandle_t node; simplebus_attach_impl() local 207 simplebus_init(device_t dev,phandle_t node) simplebus_init() argument 227 simplebus_fill_ranges(phandle_t node,struct simplebus_softc * sc) simplebus_fill_ranges() argument 276 simplebus_setup_dinfo(device_t dev,phandle_t node,struct simplebus_devinfo * di) simplebus_setup_dinfo() argument 301 simplebus_add_device(device_t dev,phandle_t node,u_int order,const char * name,int unit,struct simplebus_devinfo * di) simplebus_add_device() argument 343 simplebus_get_devinfo(device_t bus __unused,device_t child) simplebus_get_devinfo() argument 354 simplebus_get_resource_list(device_t bus __unused,device_t child) simplebus_get_resource_list() argument 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 368 phandle_t node, xref; simplebus_get_property() local 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...] |