/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | nv4c.c | 35 struct nvkm_pci **ppci) in nv4c_pci_new() argument 37 return nvkm_pci_new_(&nv4c_pci_func, device, type, inst, ppci); in nv4c_pci_new()
|
D | gp100.c | 42 struct nvkm_pci **ppci) in gp100_pci_new() argument 44 return nvkm_pci_new_(&gp100_pci_func, device, type, inst, ppci); in gp100_pci_new()
|
D | nv46.c | 49 struct nvkm_pci **ppci) in nv46_pci_new() argument 51 return nvkm_pci_new_(&nv46_pci_func, device, type, inst, ppci); in nv46_pci_new()
|
D | g94.c | 47 struct nvkm_pci **ppci) in g94_pci_new() argument 49 return nvkm_pci_new_(&g94_pci_func, device, type, inst, ppci); in g94_pci_new()
|
D | gf106.c | 47 struct nvkm_pci **ppci) in gf106_pci_new() argument 49 return nvkm_pci_new_(&gf106_pci_func, device, type, inst, ppci); in gf106_pci_new()
|
D | g92.c | 55 struct nvkm_pci **ppci) in g92_pci_new() argument 57 return nvkm_pci_new_(&g92_pci_func, device, type, inst, ppci); in g92_pci_new()
|
D | nv04.c | 56 struct nvkm_pci **ppci) in nv04_pci_new() argument 58 return nvkm_pci_new_(&nv04_pci_func, device, type, inst, ppci); in nv04_pci_new()
|
D | nv40.c | 63 struct nvkm_pci **ppci) in nv40_pci_new() argument 65 return nvkm_pci_new_(&nv40_pci_func, device, type, inst, ppci); in nv40_pci_new()
|
D | base.c | 161 enum nvkm_subdev_type type, int inst, struct nvkm_pci **ppci) in nvkm_pci_new_() argument 165 if (!(pci = *ppci = kzalloc(sizeof(**ppci), GFP_KERNEL))) in nvkm_pci_new_()
|
D | gf100.c | 100 struct nvkm_pci **ppci) in gf100_pci_new() argument 102 return nvkm_pci_new_(&gf100_pci_func, device, type, inst, ppci); in gf100_pci_new()
|
D | g84.c | 154 struct nvkm_pci **ppci) in g84_pci_new() argument 156 return nvkm_pci_new_(&g84_pci_func, device, type, inst, ppci); in g84_pci_new()
|
D | gk104.c | 226 struct nvkm_pci **ppci) in gk104_pci_new() argument 228 return nvkm_pci_new_(&gk104_pci_func, device, type, inst, ppci); in gk104_pci_new()
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | iommu.c | 775 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() local 791 ppci = PCI_DN(pdn); in pci_dma_bus_setup_pSeriesLP() 794 pdn, ppci->table_group); in pci_dma_bus_setup_pSeriesLP() 796 if (!ppci->table_group) { in pci_dma_bus_setup_pSeriesLP() 797 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node); in pci_dma_bus_setup_pSeriesLP() 798 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP() 800 iommu_table_setparms_common(tbl, ppci->phb->bus->number, in pci_dma_bus_setup_pSeriesLP() 811 ppci->table_group->tce32_start = be64_to_cpu(prop.dma_base); in pci_dma_bus_setup_pSeriesLP() 812 ppci->table_group->tce32_size = 1 << be32_to_cpu(prop.window_shift); in pci_dma_bus_setup_pSeriesLP() 814 if (!iommu_init_table(tbl, ppci->phb->node, 0, 0)) in pci_dma_bus_setup_pSeriesLP() [all …]
|