Searched refs:nvkm_pci_new_ (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
A D | nv4c.c | 37 return nvkm_pci_new_(&nv4c_pci_func, device, type, inst, ppci); in nv4c_pci_new()
|
A D | gp100.c | 44 return nvkm_pci_new_(&gp100_pci_func, device, type, inst, ppci); in gp100_pci_new()
|
A D | nv46.c | 51 return nvkm_pci_new_(&nv46_pci_func, device, type, inst, ppci); in nv46_pci_new()
|
A D | g94.c | 49 return nvkm_pci_new_(&g94_pci_func, device, type, inst, ppci); in g94_pci_new()
|
A D | gf106.c | 49 return nvkm_pci_new_(&gf106_pci_func, device, type, inst, ppci); in gf106_pci_new()
|
A D | g92.c | 57 return nvkm_pci_new_(&g92_pci_func, device, type, inst, ppci); in g92_pci_new()
|
A D | nv04.c | 58 return nvkm_pci_new_(&nv04_pci_func, device, type, inst, ppci); in nv04_pci_new()
|
A D | nv40.c | 65 return nvkm_pci_new_(&nv40_pci_func, device, type, inst, ppci); in nv40_pci_new()
|
A D | priv.h | 7 int nvkm_pci_new_(const struct nvkm_pci_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
A D | gf100.c | 102 return nvkm_pci_new_(&gf100_pci_func, device, type, inst, ppci); in gf100_pci_new()
|
A D | g84.c | 156 return nvkm_pci_new_(&g84_pci_func, device, type, inst, ppci); in g84_pci_new()
|
A D | gk104.c | 228 return nvkm_pci_new_(&gk104_pci_func, device, type, inst, ppci); in gk104_pci_new()
|
A D | base.c | 185 nvkm_pci_new_(const struct nvkm_pci_func *func, struct nvkm_device *device, in nvkm_pci_new_() function
|
Completed in 14 milliseconds