Searched refs:devhandle_from_of (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | mainbus.c | 92 CFARGS(.devhandle = devhandle_from_of(selfh, in mainbus_attach() 112 CFARGS(.devhandle = devhandle_from_of(selfh, node))); in mainbus_attach() 125 CFARGS(.devhandle = devhandle_from_of(selfh, node))); in mainbus_attach()
|
/netbsd-src/sys/dev/ofw/ |
H A D | ofbus.c | 186 CFARGS(.devhandle = devhandle_from_of(selfh, in ofbus_attach() 217 CFARGS(.devhandle = devhandle_from_of(selfh, in ofbus_attach()
|
H A D | ofw_pci_subr.c | 80 args->devhandle = devhandle_from_of(call_handle, phandle); in ofw_pci_bus_get_child_devhandle()
|
H A D | openfirm.h | 110 devhandle_t devhandle_from_of(devhandle_t, int);
|
H A D | ofw_subr.c | 102 devhandle_from_of(devhandle_t super_handle, int phandle) in devhandle_from_of() function 134 if (!args->callback(dev, devhandle_from_of(call_handle, child), in of_device_enumerate_children()
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | gpio.c | 123 CFARGS(.devhandle = devhandle_from_of(selfh, child))); in gpio_obio_attach()
|
H A D | uni-n.c | 167 CFARGS(.devhandle = devhandle_from_of(selfh, child))); in uni_n_attach()
|
H A D | mediabay.c | 248 CFARGS(.devhandle = devhandle_from_of(selfh, child))); in mediabay_attach_content()
|
H A D | obio.c | 276 CFARGS(.devhandle = devhandle_from_of(selfh, child))); in obio_attach()
|
H A D | smu.c | 397 CFARGS(.devhandle = devhandle_from_of(selfh, node))); in smu_setup_iicbus()
|
/netbsd-src/sys/dev/fdt/ |
H A D | fdtbus.c | 433 devhandle_from_of(nodeh, in fdt_scan() 445 devhandle_from_of(nodeh, in fdt_scan()
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | cbus.c | 126 CFARGS(.devhandle = devhandle_from_of(selfh, ca.ca_node))); in cbus_attach()
|
/netbsd-src/sys/dev/ofisa/ |
H A D | ofisa.c | 146 CFARGS(.devhandle = devhandle_from_of(selfh, child))); in ofisaattach()
|
/netbsd-src/sys/dev/i2c/ |
H A D | i2c.c | 492 devhandle = devhandle_from_of(devhandle, in iic_attach()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | promlib.c | 1399 promops.po_node_to_devhandle = devhandle_from_of; in prom_init_opf()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | autoconf.c | 737 CFARGS(.devhandle = devhandle_from_of(selfh, ma.ma_node))); in mainbus_attach()
|