Searched refs:pci_host_generic_core_alloc_resource (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic.h | 97 struct resource *pci_host_generic_core_alloc_resource(device_t, device_t, int,
|
H A D | pci_host_generic.c | 505 pci_host_generic_core_alloc_resource(device_t dev, device_t child, int type, in pci_host_generic_core_alloc_resource() function 672 DEVMETHOD(bus_alloc_resource, pci_host_generic_core_alloc_resource),
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_common.c | 203 return (pci_host_generic_core_alloc_resource(dev, child, type, rid, in thunder_pcie_alloc_resource()
|