Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dbase.c126 nvkm_pmu_ctor(const struct nvkm_pmu_fwif *fwif, struct nvkm_device *device, in nvkm_pmu_ctor() function
166 return nvkm_pmu_ctor(fwif, device, type, inst, *ppmu); in nvkm_pmu_new_()
H A Dpriv.h67 int nvkm_pmu_ctor(const struct nvkm_pmu_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
H A Dgk20a.c222 ret = nvkm_pmu_ctor(gk20a_pmu_fwif, device, type, inst, &pmu->base); in gk20a_pmu_new()