Home
last modified time | relevance | path

Searched refs:ppci (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dnv4c.c35 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()
Dgp100.c42 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()
Dnv46.c49 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()
Dg94.c47 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()
Dgf106.c47 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()
Dg92.c55 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()
Dnv04.c56 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()
Dnv40.c63 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()
Dbase.c161 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_()
Dgf100.c100 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()
Dg84.c154 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()
Dgk104.c226 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()