Home
last modified time | relevance | path

Searched refs:bus_generic_rman_deactivate_resource (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c95 DEVMETHOD(bus_deactivate_resource, bus_generic_rman_deactivate_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c401 return (bus_generic_rman_deactivate_resource(bus, child, r)); in nexus_deactivate_resource()
/freebsd/sys/riscv/riscv/
H A Dnexus.c348 error = bus_generic_rman_deactivate_resource(bus, child, r); in nexus_deactivate_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c397 return (bus_generic_rman_deactivate_resource(bus, child, res)); in iobus_deactivate_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c394 return (bus_generic_rman_deactivate_resource(bus, child, r)); in nexus_deactivate_resource()
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c358 return (bus_generic_rman_deactivate_resource(dev, child, r)); in bhnd_usb_deactivate_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c141 DEVMETHOD(bus_deactivate_resource, bus_generic_rman_deactivate_resource),
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c637 return (bus_generic_rman_deactivate_resource(bus, child, res)); in ofw_pcib_deactivate_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c606 return (bus_generic_rman_deactivate_resource(bus, child, res)); in unin_chip_deactivate_resource()
H A Dmacio.c645 return (bus_generic_rman_deactivate_resource(bus, child, res)); in macio_deactivate_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c580 return (bus_generic_rman_deactivate_resource(dev, child, r)); in generic_pcie_deactivate_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c387 return (bus_generic_rman_deactivate_resource(mcdev, child, r)); in dpaa2_mc_deactivate_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c121 DEVMETHOD(bus_deactivate_resource, bus_generic_rman_deactivate_resource),
/freebsd/sys/dev/vmd/
H A Dvmd.c507 return (bus_generic_rman_deactivate_resource(dev, child, r)); in vmd_deactivate_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c291 return (bus_generic_rman_deactivate_resource(dev, child, r)); in thunder_pem_deactivate_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c808 return (bus_generic_rman_deactivate_resource(bus, child, r)); in lbc_deactivate_resource()
/freebsd/sys/dev/gpio/
H A Dgpiobus.c1046 DEVMETHOD(bus_deactivate_resource, bus_generic_rman_deactivate_resource),
/freebsd/sys/arm/mv/
H A Dmv_pci.c1013 return (bus_generic_rman_deactivate_resource(dev, child, r)); in mv_pcib_deactivate_resource()
/freebsd/sys/sys/
H A Dbus.h513 int bus_generic_rman_deactivate_resource(device_t dev, device_t child,
/freebsd/sys/dev/acpica/
H A Dacpi.c1623 return (bus_generic_rman_deactivate_resource(bus, child, r)); in acpi_deactivate_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c4348 bus_generic_rman_deactivate_resource(device_t dev, device_t child, in bus_generic_rman_deactivate_resource() function