Home
last modified time | relevance | path

Searched refs:bus_generic_rman_release_resource (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c98 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c127 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/riscv/riscv/
H A Dnexus.c119 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/powerpc/psim/
H A Diobus.c365 return (bus_generic_rman_release_resource(bus, child, res)); in iobus_release_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c142 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c330 error = bus_generic_rman_release_resource(dev, child, r); in bhnd_usb_release_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c147 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c460 return (bus_generic_rman_release_resource(bus, child, res)); in ofw_pcib_release_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c577 return (bus_generic_rman_release_resource(bus, child, res)); in unin_chip_release_resource()
H A Dmacio.c617 return (bus_generic_rman_release_resource(bus, child, res)); in macio_release_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c431 return (bus_generic_rman_release_resource(dev, child, res)); in pci_host_generic_core_release_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c365 return (bus_generic_rman_release_resource(mcdev, child, r)); in dpaa2_mc_release_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c124 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/dev/vmd/
H A Dvmd.c489 return (bus_generic_rman_release_resource(dev, child, r)); in vmd_release_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c732 return (bus_generic_rman_release_resource(dev, child, res)); in thunder_pem_release_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c782 return (bus_generic_rman_release_resource(dev, child, res)); in lbc_release_resource()
/freebsd/sys/dev/gpio/
H A Dgpiobus.c1044 DEVMETHOD(bus_release_resource, bus_generic_rman_release_resource),
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c898 error = bus_generic_rman_release_resource(dev, child, r); in chipc_release_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c973 return (bus_generic_rman_release_resource(dev, child, res)); in mv_pcib_release_resource()
/freebsd/sys/sys/
H A Dbus.h509 int bus_generic_rman_release_resource(device_t dev, device_t child,
/freebsd/sys/dev/acpica/
H A Dacpi.c1590 return (bus_generic_rman_release_resource(bus, child, r)); in acpi_release_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c4279 bus_generic_rman_release_resource(device_t dev, device_t child, in bus_generic_rman_release_resource() function