Searched refs:nvkm_pmu_ctor (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | base.c | 126 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 D | priv.h | 67 int nvkm_pmu_ctor(const struct nvkm_pmu_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | gk20a.c | 222 ret = nvkm_pmu_ctor(gk20a_pmu_fwif, device, type, inst, &pmu->base); in gk20a_pmu_new()
|