Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/core/
Dsubdev.c194 nvkm_subdev_del(struct nvkm_subdev **psubdev) in nvkm_subdev_del() argument
196 struct nvkm_subdev *subdev = *psubdev; in nvkm_subdev_del()
203 *psubdev = subdev->func->dtor(subdev); in nvkm_subdev_del()
206 kfree(*psubdev); in nvkm_subdev_del()
207 *psubdev = NULL; in nvkm_subdev_del()
228 struct nvkm_subdev **psubdev) in nvkm_subdev_new_() argument
230 if (!(*psubdev = kzalloc(sizeof(**psubdev), GFP_KERNEL))) in nvkm_subdev_new_()
232 nvkm_subdev_ctor(func, device, index, *psubdev); in nvkm_subdev_new_()