Home
last modified time | relevance | path

Searched refs:bus_deactivate_resource (Results 1 – 25 of 124) sorted by relevance

12345

/freebsd-11-stable/sys/x86/pci/
HDqpi.c209 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
296 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/dev/pci/
HDeisa_pci.c61 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
HDisa_pci.c74 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/x86/x86/
HDlegacy.c97 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
286 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
HDmptable_pci.c182 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_nexus.c118 if ((error = bus_deactivate_resource(child, type, rid, r->res))) in bhnd_nexus_deactivate_resource()
/freebsd-11-stable/sys/powerpc/psim/
HDiobus.c106 DEVMETHOD(bus_deactivate_resource, iobus_deactivate_resource),
363 int error = bus_deactivate_resource(child, type, rid, res); in iobus_release_resource()
HData_iobus.c80 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/dev/acpica/
HDacpi_isab.c74 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
HDacpi_container.c68 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/share/examples/drivers/
HDmake_device_driver.sh778 bus_deactivate_resource(device, SYS_RES_IRQ,
785 bus_deactivate_resource(device, SYS_RES_IOPORT,
792 bus_deactivate_resource(device, SYS_RES_MEMORY,
799 bus_deactivate_resource(device, SYS_RES_DRQ,
/freebsd-11-stable/sys/xen/xenbus/
HDxenbusb_front.c183 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
HDxenbusb_back.c304 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/arm/arm/
HDnexus.c125 DEVMETHOD(bus_deactivate_resource, nexus_deactivate_resource),
260 error = bus_deactivate_resource(child, type, rid, res); in nexus_release_resource()
/freebsd-11-stable/sys/powerpc/powermac/
HDmacgpio.c102 DEVMETHOD(bus_deactivate_resource, macgpio_deactivate_resource),
327 return (bus_deactivate_resource(bus, type, rid, res)); in macgpio_deactivate_resource()
/freebsd-11-stable/sys/dev/xen/xenpci/
HDxenpci.c104 bus_deactivate_resource(dev, SYS_RES_IRQ, in xenpci_deallocate_resources()
/freebsd-11-stable/sys/arm64/arm64/
HDnexus.c138 DEVMETHOD(bus_deactivate_resource, nexus_deactivate_resource),
280 error = bus_deactivate_resource(child, type, rid, res); in nexus_release_resource()
/freebsd-11-stable/sys/mips/sibyte/
HDsb_zbpci.c275 error = bus_deactivate_resource(child, type, rid, r); in zbpci_release_resource()
438 DEVMETHOD(bus_deactivate_resource, zbpci_deactivate_resource),
/freebsd-11-stable/sys/sparc64/ebus/
HDebus.c166 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
214 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
568 rv = bus_deactivate_resource(child, type, rid, res); in ebus_release_resource()
/freebsd-11-stable/sys/x86/xen/
HDxenpv.c167 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/powerpc/powerpc/
HDnexus.c84 DEVMETHOD(bus_deactivate_resource, nexus_deactivate_resource),
/freebsd-11-stable/sys/dev/pccbb/
HDpccbb_isa.c232 DEVMETHOD(bus_deactivate_resource, cbb_deactivate_resource),
/freebsd-11-stable/sys/dev/bhnd/cores/pcie2/
HDbhnd_pcie2.c278 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/powerpc/pseries/
HDvdevice.c79 DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
/freebsd-11-stable/sys/powerpc/ofw/
HDofw_pci.c111 DEVMETHOD(bus_deactivate_resource, ofw_pci_deactivate_resource),
365 int error = bus_deactivate_resource(child, type, rid, res); in ofw_pci_release_resource()

12345