Searched refs:nvkm_pci_new_ (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | nv4c.c | 36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
|
D | gp100.c | 43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
|
D | nv46.c | 50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
|
D | g94.c | 48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
|
D | gf106.c | 48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
|
D | g92.c | 56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
|
D | nv04.c | 57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
|
D | nv40.c | 64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
|
D | priv.h | 7 int nvkm_pci_new_(const struct nvkm_pci_func *, struct nvkm_device *,
|
D | gf100.c | 101 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
|
D | g84.c | 155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
|
D | gk104.c | 227 return nvkm_pci_new_(&gk104_pci_func, device, index, ppci); in gk104_pci_new()
|
D | base.c | 185 nvkm_pci_new_(const struct nvkm_pci_func *func, struct nvkm_device *device, in nvkm_pci_new_() function
|