Searched refs:ptop (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | ga100.c | 105 struct nvkm_top **ptop) in ga100_top_new() argument 107 return nvkm_top_new_(&ga100_top, device, type, inst, ptop); in ga100_top_new()
|
H A D | gk104.c | 116 struct nvkm_top **ptop) in gk104_top_new() argument 118 return nvkm_top_new_(&gk104_top, device, type, inst, ptop); in gk104_top_new()
|
H A D | base.c | 152 enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop) in nvkm_top_new_() argument 155 if (!(top = *ptop = kzalloc(sizeof(*top), GFP_KERNEL))) in nvkm_top_new_()
|