/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | nv4c.c | 34 nv4c_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv4c_pci_new() argument 36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
|
D | gp100.c | 41 gp100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gp100_pci_new() argument 43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
|
D | nv46.c | 48 nv46_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv46_pci_new() argument 50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
|
D | g94.c | 46 g94_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g94_pci_new() argument 48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
|
D | gf106.c | 46 gf106_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf106_pci_new() argument 48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
|
D | g92.c | 54 g92_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g92_pci_new() argument 56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
|
D | nv04.c | 55 nv04_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv04_pci_new() argument 57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
|
D | nv40.c | 62 nv40_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv40_pci_new() argument 64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
|
D | gf100.c | 99 gf100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf100_pci_new() argument 101 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
|
D | base.c | 186 int index, struct nvkm_pci **ppci) in nvkm_pci_new_() argument 190 if (!(pci = *ppci = kzalloc(sizeof(**ppci), GFP_KERNEL))) in nvkm_pci_new_()
|
D | g84.c | 153 g84_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g84_pci_new() argument 155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
|
D | gk104.c | 225 gk104_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gk104_pci_new() argument 227 return nvkm_pci_new_(&gk104_pci_func, device, index, ppci); in gk104_pci_new()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | iommu.c | 698 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() local 718 ppci = PCI_DN(pdn); in pci_dma_bus_setup_pSeriesLP() 721 pdn, ppci->table_group); in pci_dma_bus_setup_pSeriesLP() 723 if (!ppci->table_group) { in pci_dma_bus_setup_pSeriesLP() 724 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node); in pci_dma_bus_setup_pSeriesLP() 725 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP() 726 iommu_table_setparms_lpar(ppci->phb, pdn, tbl, in pci_dma_bus_setup_pSeriesLP() 727 ppci->table_group, dma_window); in pci_dma_bus_setup_pSeriesLP() 729 iommu_init_table(tbl, ppci->phb->node); in pci_dma_bus_setup_pSeriesLP() 730 iommu_register_group(ppci->table_group, in pci_dma_bus_setup_pSeriesLP() [all …]
|