HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_pmu (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_base.c 37 struct nvkm_pmu *pmu = device->pmu;
53 nvkm_pmu_pgob(struct nvkm_pmu *pmu, bool enable)
62 struct nvkm_pmu *pmu = container_of(work, typeof(*pmu), recv.work);
67 nvkm_pmu_send(struct nvkm_pmu *pmu, u32 reply[2],
78 struct nvkm_pmu *pmu = nvkm_pmu(subdev);
87 struct nvkm_pmu *pmu = nvkm_pmu(subdev);
103 nvkm_pmu_reset(struct nvkm_pmu *pmu)
133 struct nvkm_pmu *pmu = nvkm_pmu(subdev)
163 nvkm_pmu = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]
priv.h 6 #define nvkm_pmu(p) container_of((p), struct nvkm_pmu, subdev) macro
25 bool (*enabled)(struct nvkm_pmu *);
26 void (*reset)(struct nvkm_pmu *);
27 int (*init)(struct nvkm_pmu *);
28 void (*fini)(struct nvkm_pmu *);
29 void (*intr)(struct nvkm_pmu *);
30 int (*send)(struct nvkm_pmu *, u32 reply[2], u32 process,
32 void (*recv)(struct nvkm_pmu *);
33 int (*initmsg)(struct nvkm_pmu *);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
pmu.h 9 struct nvkm_pmu { struct
43 int nvkm_pmu_send(struct nvkm_pmu *, u32 reply[2], u32 process,
45 void nvkm_pmu_pgob(struct nvkm_pmu *, bool enable);
48 int gt215_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
49 int gf100_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
50 int gf119_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
51 int gk104_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
52 int gk110_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
53 int gk208_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
54 int gk20a_pmu_new(struct nvkm_device *, int, struct nvkm_pmu **);
    [all...]

Completed in 12 milliseconds