Home
last modified time | relevance | path

Searched refs:resource_list_alloc (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/sys/powerpc/mpc85xx/
H A Disa.c74 return (resource_list_alloc(rl, bus, child, type, rid, start, end, in isa_alloc_resource()
/freebsd-13.1/sys/x86/isa/
H A Disa.c130 return resource_list_alloc(rl, bus, child, type, rid, in isa_alloc_resource()
/freebsd-13.1/sys/powerpc/powermac/
H A Dmacgpio.c278 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, type, in macgpio_alloc_resource()
H A Duninorth.c532 return (resource_list_alloc(&dinfo->udi_resources, bus, child, in unin_chip_alloc_resource()
H A Dmacio.c547 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, in macio_alloc_resource()
/freebsd-13.1/sys/dev/dpaa/
H A Dfman.c211 return (resource_list_alloc(rl, bus, child, type, rid, start, in fman_alloc_resource()
/freebsd-13.1/sys/isa/
H A Disa_common.c489 resource_list_alloc(rl, dev, child, rle->type, &rid, in isa_claim_resources()
/freebsd-13.1/sys/kern/
H A Dsubr_bus.c3352 r = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in resource_list_reserve()
3395 resource_list_alloc(struct resource_list *rl, device_t bus, device_t child, in resource_list_alloc() function
4510 return (resource_list_alloc(rl, dev, child, type, rid, in bus_generic_rl_alloc_resource()
/freebsd-13.1/sys/sys/
H A Dbus.h372 resource_list_alloc(struct resource_list *rl,
/freebsd-13.1/sys/dev/pccard/
H A Dpccard.c953 if (NULL != resource_list_alloc(rl, device_get_parent(dev), dev, in pccard_set_resource()
/freebsd-13.1/sys/dev/pci/
H A Dpci.c3861 return (resource_list_alloc(rl, dev, child, PCI_RES_BUS, rid, start, in pci_alloc_secbus()
5598 return (resource_list_alloc(rl, dev, child, type, rid, in pci_alloc_multi_resource()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi.c1440 res = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in acpi_alloc_resource()