Searched refs:tegra194_pcie_ops (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/acpi/ |
D | pci_mcfg.c | 121 { "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/ |
D | pci-ecam.h | 89 extern const struct pci_ecam_ops tegra194_pcie_ops; /* Tegra194 PCIe */
|
/linux-5.19.10/drivers/pci/controller/dwc/ |
D | pcie-tegra194-acpi.c | 101 const struct pci_ecam_ops tegra194_pcie_ops = { variable
|