Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c204 nv50_mxm_new(struct nvkm_device *device, int index, struct nvkm_subdev **pmxm) in nv50_mxm_new() argument
211 *pmxm = &mxm->subdev; in nv50_mxm_new()
Dbase.c233 nvkm_mxm_new_(struct nvkm_device *device, int index, struct nvkm_mxm **pmxm) in nvkm_mxm_new_() argument
240 if (!(mxm = *pmxm = kzalloc(sizeof(*mxm), GFP_KERNEL))) in nvkm_mxm_new_()