Searched refs:pmxm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 204 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()
|
H A D | base.c | 233 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_()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 205 struct nvkm_subdev **pmxm) in nv50_mxm_new() 212 *pmxm = &mxm->subdev; in nv50_mxm_new() 204 nv50_mxm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_subdev **pmxm) nv50_mxm_new() argument
|
H A D | base.c | 234 struct nvkm_mxm **pmxm) in nvkm_mxm_new_() 241 if (!(mxm = *pmxm = kzalloc(sizeof(*mxm), GFP_KERNEL))) in nvkm_mxm_new_() 233 nvkm_mxm_new_(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mxm **pmxm) nvkm_mxm_new_() argument
|
Completed in 2 milliseconds