Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
A Dnv04.c33 struct nvkm_pci **ppci) in nv04_pci_new() argument
35 return nvkm_pci_new_(&nv04_pci_func, device, type, inst, ppci); in nv04_pci_new()
A Dnv4c.c33 struct nvkm_pci **ppci) in nv4c_pci_new() argument
35 return nvkm_pci_new_(&nv4c_pci_func, device, type, inst, ppci); in nv4c_pci_new()
A Dgp100.c40 struct nvkm_pci **ppci) in gp100_pci_new() argument
42 return nvkm_pci_new_(&gp100_pci_func, device, type, inst, ppci); in gp100_pci_new()
A Dnv40.c40 struct nvkm_pci **ppci) in nv40_pci_new() argument
42 return nvkm_pci_new_(&nv40_pci_func, device, type, inst, ppci); in nv40_pci_new()
A Dgh100.c27 struct nvkm_pci **ppci) in gh100_pci_new() argument
29 return nvkm_pci_new_(&gh100_pci, device, type, inst, ppci); in gh100_pci_new()
A Dnv46.c47 struct nvkm_pci **ppci) in nv46_pci_new() argument
49 return nvkm_pci_new_(&nv46_pci_func, device, type, inst, ppci); in nv46_pci_new()
A Dg94.c46 struct nvkm_pci **ppci) in g94_pci_new() argument
48 return nvkm_pci_new_(&g94_pci_func, device, type, inst, ppci); in g94_pci_new()
A Dgf106.c46 struct nvkm_pci **ppci) in gf106_pci_new() argument
48 return nvkm_pci_new_(&gf106_pci_func, device, type, inst, ppci); in gf106_pci_new()
A Dg92.c54 struct nvkm_pci **ppci) in g92_pci_new() argument
56 return nvkm_pci_new_(&g92_pci_func, device, type, inst, ppci); in g92_pci_new()
A 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_()
A Dgf100.c99 struct nvkm_pci **ppci) in gf100_pci_new() argument
101 return nvkm_pci_new_(&gf100_pci_func, device, type, inst, ppci); in gf100_pci_new()
A Dg84.c153 struct nvkm_pci **ppci) in g84_pci_new() argument
155 return nvkm_pci_new_(&g84_pci_func, device, type, inst, ppci); in g84_pci_new()
A Dgk104.c225 struct nvkm_pci **ppci) in gk104_pci_new() argument
227 return nvkm_pci_new_(&gk104_pci_func, device, type, inst, ppci); in gk104_pci_new()

Completed in 14 milliseconds