Home
last modified time | relevance | path

Searched refs:ptop (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dga100.c107 struct nvkm_top **ptop) in ga100_top_new() argument
112 return nvkm_top_new_(&ga100_top, device, type, inst, ptop); in ga100_top_new()
Dgk104.c118 struct nvkm_top **ptop) in gk104_top_new() argument
123 return nvkm_top_new_(&gk104_top, device, type, inst, ptop); in gk104_top_new()
Dbase.c152 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_()