/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
D | pci-layerscape.c | 43 const struct dw_pcie_ops *dw_pcie_ops; member 218 static const struct dw_pcie_ops dw_ls1021_pcie_ops = { 222 static const struct dw_pcie_ops dw_ls_pcie_ops = { 228 .dw_pcie_ops = &dw_ls1021_pcie_ops, 236 .dw_pcie_ops = &dw_ls_pcie_ops, 244 .dw_pcie_ops = &dw_ls_pcie_ops, 252 .dw_pcie_ops = &dw_ls_pcie_ops, 260 .dw_pcie_ops = &dw_ls_pcie_ops, 313 pci->ops = pcie->drvdata->dw_pcie_ops; in ls_pcie_probe()
|
D | pci-layerscape-ep.c | 28 const struct dw_pcie_ops *dw_pcie_ops; member 42 static const struct dw_pcie_ops dw_ls_pcie_ep_ops = { 111 .dw_pcie_ops = &dw_ls_pcie_ep_ops, 117 .dw_pcie_ops = &dw_ls_pcie_ep_ops, 179 pci->ops = pcie->drvdata->dw_pcie_ops; in ls_pcie_ep_probe()
|
D | pcie-designware-plat.c | 62 static const struct dw_pcie_ops dw_pcie_ops = { variable 200 pci->ops = &dw_pcie_ops; in dw_plat_pcie_probe()
|
D | pcie-spear13xx.c | 196 static const struct dw_pcie_ops dw_pcie_ops = { variable 218 pci->ops = &dw_pcie_ops; in spear13xx_pcie_probe()
|
D | pcie-armada8k.c | 270 static const struct dw_pcie_ops dw_pcie_ops = { variable 291 pci->ops = &dw_pcie_ops; in armada8k_pcie_probe()
|
D | pcie-uniphier-ep.c | 294 static const struct dw_pcie_ops dw_pcie_ops = { variable 315 priv->pci.ops = &dw_pcie_ops; in uniphier_pcie_ep_probe()
|
D | pcie-al.c | 342 static const struct dw_pcie_ops dw_pcie_ops = { variable 363 pci->ops = &dw_pcie_ops; in al_pcie_probe()
|
D | pcie-uniphier.c | 387 static const struct dw_pcie_ops dw_pcie_ops = { variable 405 priv->pci.ops = &dw_pcie_ops; in uniphier_pcie_probe()
|
D | pcie-histb.c | 299 static const struct dw_pcie_ops dw_pcie_ops = { variable 327 pci->ops = &dw_pcie_ops; in histb_pcie_probe()
|
D | pci-meson.c | 425 static const struct dw_pcie_ops dw_pcie_ops = { variable 442 pci->ops = &dw_pcie_ops; in meson_pcie_probe()
|
D | pcie-artpec6.c | 136 static const struct dw_pcie_ops dw_pcie_ops = { variable 466 pci->ops = &dw_pcie_ops; in artpec6_pcie_probe()
|
D | pci-exynos.c | 435 static const struct dw_pcie_ops dw_pcie_ops = { variable 458 pci->ops = &dw_pcie_ops; in exynos_pcie_probe()
|
D | pcie-designware-host.c | 22 static struct pci_ops dw_pcie_ops; variable 409 bridge->ops = &dw_pcie_ops; in dw_pcie_host_init() 527 static struct pci_ops dw_pcie_ops = { variable
|
D | pcie-designware.h | 249 struct dw_pcie_ops { struct 272 const struct dw_pcie_ops *ops; argument
|
D | pci-dra7xx.c | 644 static const struct dw_pcie_ops dw_pcie_ops = { variable 858 pci->ops = &dw_pcie_ops; in dra7xx_pcie_probe()
|
D | pci-imx6.c | 878 static const struct dw_pcie_ops dw_pcie_ops = { variable 1021 pci->ops = &dw_pcie_ops; in imx6_pcie_probe()
|
D | pcie-qcom.c | 1358 static const struct dw_pcie_ops dw_pcie_ops = { variable 1385 pci->ops = &dw_pcie_ops; in qcom_pcie_probe()
|
D | pcie-kirin.c | 437 static const struct dw_pcie_ops kirin_dw_pcie_ops = {
|
D | pcie-intel-gw.c | 419 static const struct dw_pcie_ops intel_pcie_ops = {
|
D | pci-keystone.c | 895 static const struct dw_pcie_ops ks_pcie_dw_pcie_ops = {
|
D | pcie-tegra194.c | 1012 static const struct dw_pcie_ops tegra_dw_pcie_ops = {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 21385 +static const struct dw_pcie_ops dw_pcie_ops = { 21551 -static const struct dw_pcie_ops dw_pcie_ops = { 22386 - const struct dw_pcie_ops *dw_pcie_ops; 22703 -static const struct dw_pcie_ops dw_ls1021_pcie_ops = { 22711 -static const struct dw_pcie_ops dw_ls_pcie_ops = { 22721 - .dw_pcie_ops = &dw_ls1021_pcie_ops, 22733 - .dw_pcie_ops = &dw_ls_pcie_ops, 22745 - .dw_pcie_ops = &dw_ls_pcie_ops, 22755 - .dw_pcie_ops = &dw_ls_pcie_ops, 22766 - .dw_pcie_ops = &dw_ls_pcie_ops, [all …]
|