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.c313 error = bus_generic_rman_activate_resource(bus, child, r); in nexus_activate_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c382 return (bus_generic_rman_activate_resource(bus, child, res)); in iobus_activate_resource()
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c350 return (bus_generic_rman_activate_resource(dev, child, r)); in bhnd_usb_activate_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c138 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c520 return (bus_generic_rman_activate_resource(bus, child, res)); in ofw_pcib_activate_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c591 return (bus_generic_rman_activate_resource(bus, child, res)); in unin_chip_activate_resource()
H A Dmacio.c631 return (bus_generic_rman_activate_resource(bus, child, res)); in macio_activate_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c558 return (bus_generic_rman_activate_resource(dev, child, r)); in generic_pcie_activate_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c376 return (bus_generic_rman_activate_resource(mcdev, child, r)); in dpaa2_mc_activate_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c120 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/dev/vmd/
H A Dvmd.c498 return (bus_generic_rman_activate_resource(dev, child, r)); in vmd_activate_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c269 return (bus_generic_rman_activate_resource(dev, child, r)); in thunder_pem_activate_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c795 return (bus_generic_rman_activate_resource(bus, child, r)); in lbc_activate_resource()
/freebsd/sys/dev/gpio/
H A Dgpiobus.c1045 DEVMETHOD(bus_activate_resource, bus_generic_rman_activate_resource),
/freebsd/sys/arm/mv/
H A Dmv_pci.c993 return (bus_generic_rman_activate_resource(dev, child, r)); in mv_pcib_activate_resource()
/freebsd/sys/sys/
H A Dbus.h511 int bus_generic_rman_activate_resource(device_t dev, device_t child,
/freebsd/sys/dev/acpica/
H A Dacpi.c1615 return (bus_generic_rman_activate_resource(bus, child, r)); in acpi_activate_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c4308 bus_generic_rman_activate_resource(device_t dev, device_t child, in bus_generic_rman_activate_resource() function