Searched refs:pfsp (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/fsp/ |
| A D | gb100.c | 21 enum nvkm_subdev_type type, int inst, struct nvkm_fsp **pfsp) in gb100_fsp_new() argument 23 return nvkm_fsp_new_(&gb100_fsp, device, type, inst, pfsp); in gb100_fsp_new()
|
| A D | gb202.c | 42 enum nvkm_subdev_type type, int inst, struct nvkm_fsp **pfsp) in gb202_fsp_new() argument 44 return nvkm_fsp_new_(&gb202_fsp, device, type, inst, pfsp); in gb202_fsp_new()
|
| A D | base.c | 54 struct nvkm_fsp **pfsp) in nvkm_fsp_new_() argument 58 fsp = *pfsp = kzalloc(sizeof(*fsp), GFP_KERNEL); in nvkm_fsp_new_()
|
| A D | gh100.c | 272 enum nvkm_subdev_type type, int inst, struct nvkm_fsp **pfsp) in gh100_fsp_new() argument 274 return nvkm_fsp_new_(&gh100_fsp, device, type, inst, pfsp); in gh100_fsp_new()
|
Completed in 8 milliseconds