Home
last modified time | relevance | path

Searched refs:simplebus_init (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/fdt/
HDsimplebus.h59 void simplebus_init(device_t dev, phandle_t node);
HDsimplebus.c149 simplebus_init(dev, 0); in simplebus_attach()
166 simplebus_init(device_t dev, phandle_t node) in simplebus_init() function
/trueos/sys/dev/ofw/
HDofwbus.c141 simplebus_init(dev, node); in ofwbus_attach()