Searched refs:pgsp (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| A D | gb100.c | 29 struct nvkm_gsp **pgsp) in gb100_gsp_new() argument 31 return nvkm_gsp_new_(gb100_gsps, device, type, inst, pgsp); in gb100_gsp_new()
|
| A D | gb202.c | 29 struct nvkm_gsp **pgsp) in gb202_gsp_new() argument 31 return nvkm_gsp_new_(gb202_gsps, device, type, inst, pgsp); in gb202_gsp_new()
|
| 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()
|
| A D | tu116.c | 52 struct nvkm_gsp **pgsp) in tu116_gsp_new() argument 54 return nvkm_gsp_new_(tu116_gsps, device, type, inst, pgsp); in tu116_gsp_new()
|
| A D | ad102.c | 51 struct nvkm_gsp **pgsp) in ad102_gsp_new() argument 53 return nvkm_gsp_new_(ad102_gsps, device, type, inst, pgsp); in ad102_gsp_new()
|
| A D | ga100.c | 69 struct nvkm_gsp **pgsp) in ga100_gsp_new() argument 71 return nvkm_gsp_new_(ga100_gsps, device, type, inst, pgsp); in ga100_gsp_new()
|
| 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(sizeof(*gsp), GFP_KERNEL))) in nvkm_gsp_new_()
|
| A D | ga102.c | 185 struct nvkm_gsp **pgsp) in ga102_gsp_new() argument 187 return nvkm_gsp_new_(ga102_gsps, device, type, inst, pgsp); in ga102_gsp_new()
|
| 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()
|
| A D | tu102.c | 438 struct nvkm_gsp **pgsp) in tu102_gsp_new() argument 440 return nvkm_gsp_new_(tu102_gsps, device, type, inst, pgsp); in tu102_gsp_new()
|
Completed in 12 milliseconds