Searched refs:bus_generic_rman_activate_resource (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 93 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 315 return (bus_generic_rman_activate_resource(bus, child, r)); in nexus_activate_resource()
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 311 error = bus_generic_rman_activate_resource(bus, child, r); in nexus_activate_resource()
|
/freebsd/sys/powerpc/psim/ |
H A D | iobus.c | 383 return (bus_generic_rman_activate_resource(bus, child, res)); in iobus_activate_resource()
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 360 return (bus_generic_rman_activate_resource(bus, child, r)); in nexus_activate_resource_flags()
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 136 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
|
/freebsd/sys/powerpc/powermac/ |
H A D | uninorth.c | 592 return (bus_generic_rman_activate_resource(bus, child, res)); in unin_chip_activate_resource()
|
H A D | macio.c | 632 return (bus_generic_rman_activate_resource(bus, child, res)); in macio_activate_resource()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_pcib.c | 509 return (bus_generic_rman_activate_resource(bus, child, res)); in ofw_pcib_activate_resource()
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic.c | 547 return (bus_generic_rman_activate_resource(dev, child, r)); in generic_pcie_activate_resource()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3bus.c | 120 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_mc.c | 372 return (bus_generic_rman_activate_resource(mcdev, child, r)); in dpaa2_mc_activate_resource()
|
/freebsd/sys/dev/vmd/ |
H A D | vmd.c | 495 return (bus_generic_rman_activate_resource(dev, child, r)); in vmd_activate_resource()
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_pem.c | 265 return (bus_generic_rman_activate_resource(dev, child, r)); in thunder_pem_activate_resource()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | lbc.c | 796 return (bus_generic_rman_activate_resource(bus, child, r)); in lbc_activate_resource()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiobus.c | 1033 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
|
/freebsd/sys/arm/mv/ |
H A D | mv_pci.c | 982 return (bus_generic_rman_activate_resource(dev, child, r)); in mv_pcib_activate_resource()
|
/freebsd/sys/sys/ |
H A D | bus.h | 501 int bus_generic_rman_activate_resource(device_t dev, device_t child,
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1629 return (bus_generic_rman_activate_resource(bus, child, r)); in acpi_activate_resource()
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 4408 bus_generic_rman_activate_resource(device_t dev, device_t child, in bus_generic_rman_activate_resource() function
|