Home
last modified time | relevance | path

Searched refs:pci_host_generic_core_alloc_resource (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_host_generic.h97 struct resource *pci_host_generic_core_alloc_resource(device_t, device_t, int,
H A Dpci_host_generic.c505 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 Dthunder_pcie_common.c203 return (pci_host_generic_core_alloc_resource(dev, child, type, rid, in thunder_pcie_alloc_resource()