Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dpci_mcfg.c121 { "NVIDIA", "TEGRA194", 1, 0, MCFG_BUS_ANY, &tegra194_pcie_ops},
122 { "NVIDIA", "TEGRA194", 1, 1, MCFG_BUS_ANY, &tegra194_pcie_ops},
123 { "NVIDIA", "TEGRA194", 1, 2, MCFG_BUS_ANY, &tegra194_pcie_ops},
124 { "NVIDIA", "TEGRA194", 1, 3, MCFG_BUS_ANY, &tegra194_pcie_ops},
125 { "NVIDIA", "TEGRA194", 1, 4, MCFG_BUS_ANY, &tegra194_pcie_ops},
126 { "NVIDIA", "TEGRA194", 1, 5, MCFG_BUS_ANY, &tegra194_pcie_ops},
/linux-5.19.10/include/linux/
Dpci-ecam.h89 extern const struct pci_ecam_ops tegra194_pcie_ops; /* Tegra194 PCIe */
/linux-5.19.10/drivers/pci/controller/dwc/
Dpcie-tegra194-acpi.c101 const struct pci_ecam_ops tegra194_pcie_ops = { variable