Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dpriv.h15 int nvkm_mxm_new_(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_mxm **);
H A Dnv50.c210 ret = nvkm_mxm_new_(device, type, inst, &mxm); in nv50_mxm_new()
H A Dbase.c233 nvkm_mxm_new_(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nvkm_mxm_new_() function