Searched refs:pcib_get_id (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
H A Dpcib_support.c58 pcib_get_id(device_t pcib, device_t dev, enum pci_id_type type, uintptr_t *id) function
H A Dpci_host_generic_acpi.c336 err = pcib_get_id(pci, child, PCI_ID_RID, &rid);
354 err = pcib_get_id(pci, child, PCI_ID_RID, &rid);
436 return (pcib_get_id(pci, child, type, id));
451 DEVMETHOD(pcib_get_id, generic_pcie_acpi_get_id),
H A Dpcib_private.h199 int pcib_get_id(device_t pcib, device_t dev, enum pci_id_type type,
H A Dpci_dw.c526 return (pcib_get_id(pci, child, type, id));
661 DEVMETHOD(pcib_get_id, pci_dw_get_id),
H A Dpci_host_generic_fdt.c472 return (pcib_get_id(pci, child, type, id));
551 DEVMETHOD(pcib_get_id, generic_pcie_get_id),
H A Dpci_pci.c127 DEVMETHOD(pcib_get_id, pcib_ari_get_id),
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_fdt.c77 DEVMETHOD(pcib_get_id, thunder_pcie_fdt_get_id),
135 return (pcib_get_id(pci, child, type, id));
H A Dthunder_pcie_pem_fdt.c81 DEVMETHOD(pcib_get_id, thunder_pem_fdt_get_id),
190 return (pcib_get_id(dev, child, type, id));
H A Dthunder_pcie_pem.c191 DEVMETHOD(pcib_get_id, thunder_pem_get_id),
402 return (pcib_get_id(pci, child, type, id));
/freebsd-13-stable/sys/dev/xilinx/
H A Dxlnx_pcib.c410 return (pcib_get_id(pci, child, type, id));
760 DEVMETHOD(pcib_get_id, xlnx_pcib_fdt_get_id),
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_pcie.c616 return (pcib_get_id(pci, child, type, id));
1373 DEVMETHOD(pcib_get_id, rk_pcie_get_id),

Completed in 183 milliseconds