ptop              189 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c 	      int index, struct nvkm_top **ptop)
ptop              192 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c 	if (!(top = *ptop = kzalloc(sizeof(*top), GFP_KERNEL)))
ptop              117 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c gk104_top_new(struct nvkm_device *device, int index, struct nvkm_top **ptop)
ptop              119 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c 	return nvkm_top_new_(&gk104_top, device, index, ptop);