Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dga100.c105 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 Dgk104.c116 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 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_()