Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/
Dpci_mcfg.c49 AL_ECAM("GRAVITON", 0, 0, &al_pcie_ops),
50 AL_ECAM("GRAVITON", 0, 1, &al_pcie_ops),
51 AL_ECAM("GRAVITON", 0, 2, &al_pcie_ops),
52 AL_ECAM("GRAVITON", 0, 3, &al_pcie_ops),
53 AL_ECAM("GRAVITON", 0, 4, &al_pcie_ops),
54 AL_ECAM("GRAVITON", 0, 5, &al_pcie_ops),
55 AL_ECAM("GRAVITON", 0, 6, &al_pcie_ops),
56 AL_ECAM("GRAVITON", 0, 7, &al_pcie_ops),
/linux-6.12.1/include/linux/
Dpci-ecam.h88 extern const struct pci_ecam_ops al_pcie_ops; /* Amazon Annapurna Labs PCIe */
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-al.c78 const struct pci_ecam_ops al_pcie_ops = { variable