Home
last modified time | relevance | path

Searched refs:bus_generic_rman_activate_resource (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c93 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c315 return (bus_generic_rman_activate_resource(bus, child, r)); in nexus_activate_resource()
/freebsd/sys/riscv/riscv/
H A Dnexus.c311 error = bus_generic_rman_activate_resource(bus, child, r); in nexus_activate_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c383 return (bus_generic_rman_activate_resource(bus, child, res)); in iobus_activate_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c360 return (bus_generic_rman_activate_resource(bus, child, r)); in nexus_activate_resource_flags()
/freebsd/sys/x86/x86/
H A Dnexus.c136 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/powerpc/powermac/
H A Duninorth.c592 return (bus_generic_rman_activate_resource(bus, child, res)); in unin_chip_activate_resource()
H A Dmacio.c632 return (bus_generic_rman_activate_resource(bus, child, res)); in macio_activate_resource()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c509 return (bus_generic_rman_activate_resource(bus, child, res)); in ofw_pcib_activate_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c547 return (bus_generic_rman_activate_resource(dev, child, r)); in generic_pcie_activate_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c120 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c372 return (bus_generic_rman_activate_resource(mcdev, child, r)); in dpaa2_mc_activate_resource()
/freebsd/sys/dev/vmd/
H A Dvmd.c495 return (bus_generic_rman_activate_resource(dev, child, r)); in vmd_activate_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c265 return (bus_generic_rman_activate_resource(dev, child, r)); in thunder_pem_activate_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c796 return (bus_generic_rman_activate_resource(bus, child, r)); in lbc_activate_resource()
/freebsd/sys/dev/gpio/
H A Dgpiobus.c1033 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/arm/mv/
H A Dmv_pci.c982 return (bus_generic_rman_activate_resource(dev, child, r)); in mv_pcib_activate_resource()
/freebsd/sys/sys/
H A Dbus.h501 int bus_generic_rman_activate_resource(device_t dev, device_t child,
/freebsd/sys/dev/acpica/
H A Dacpi.c1629 return (bus_generic_rman_activate_resource(bus, child, r)); in acpi_activate_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c4408 bus_generic_rman_activate_resource(device_t dev, device_t child, in bus_generic_rman_activate_resource() function