Searched refs:pgsp (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | gv100.c | 56 struct nvkm_gsp **pgsp) in gv100_gsp_new() argument 58 return nvkm_gsp_new_(gv100_gsps, device, type, inst, pgsp); in gv100_gsp_new()
|
| H A D | tu116.c | 55 struct nvkm_gsp **pgsp) in tu116_gsp_new() argument 57 return nvkm_gsp_new_(tu116_gsps, device, type, inst, pgsp); in tu116_gsp_new()
|
| H A D | ad102.c | 54 struct nvkm_gsp **pgsp) in ad102_gsp_new() argument 56 return nvkm_gsp_new_(ad102_gsps, device, type, inst, pgsp); in ad102_gsp_new()
|
| H A D | ga100.c | 68 struct nvkm_gsp **pgsp) 70 return nvkm_gsp_new_(ga100_gsps, device, type, inst, pgsp); 72 ga100_gsp_new(struct nvkm_device * device,enum nvkm_subdev_type type,int inst,struct nvkm_gsp ** pgsp) ga100_gsp_new() argument
|
| H A D | base.c | 131 enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() argument 135 if (!(gsp = *pgsp = kzalloc_obj(*gsp))) in nvkm_gsp_new_()
|
| H A D | ga102.c | 188 struct nvkm_gsp **pgsp) in ga102_gsp_new() argument 190 return nvkm_gsp_new_(ga102_gsps, device, type, inst, pgsp); in ga102_gsp_new()
|
| H A D | gh100.c | 353 struct nvkm_gsp **pgsp) in gh100_gsp_new() argument 355 return nvkm_gsp_new_(gh100_gsps, device, type, inst, pgsp); in gh100_gsp_new()
|
| H A D | tu102.c | 457 struct nvkm_gsp **pgsp) 459 return nvkm_gsp_new_(tu102_gsps, device, type, inst, pgsp); 449 tu102_gsp_new(struct nvkm_device * device,enum nvkm_subdev_type type,int inst,struct nvkm_gsp ** pgsp) tu102_gsp_new() argument
|