Home
last modified time | relevance | path

Searched refs:bus_generic_alloc_resource (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/bus/pci/
HDisa_pci.c68 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
HDpci_pci.c538 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in pcib_alloc_resource()
/dragonfly/sys/dev/acpica/
HDacpi_isab.c72 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
HDacpi_pcib_acpi.c389 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in acpi_pcib_acpi_alloc_resource()
HDacpi_cpu_pstate.c213 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dragonfly/sys/bus/pci/x86_64/
HDlegacy.c77 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
HDpci_bus.c537 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in legacy_pcib_alloc_resource()
/dragonfly/sys/dev/powermng/viapm/
HDviapm.c886 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
922 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dragonfly/sys/dev/misc/atkbdc_layer/
HDatkbdc_isa.c83 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dragonfly/sys/bus/ppbus/
HDppbconf.c557 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dragonfly/sys/sys/
HDbus.h238 bus_generic_alloc_resource(device_t bus, device_t child,
/dragonfly/sys/dev/misc/ppc/
HDppc.c94 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dragonfly/sys/kern/
HDsubr_bus.c3069 bus_generic_alloc_resource(device_t dev, device_t child, int type, int *rid, in bus_generic_alloc_resource() function