Lines Matching refs:gk20a_pmu
22 #define gk20a_pmu(p) container_of((p), struct gk20a_pmu, base) macro
39 struct gk20a_pmu { struct
51 gk20a_pmu_dvfs_target(struct gk20a_pmu *pmu, int *state) in gk20a_pmu_dvfs_target() argument
59 gk20a_pmu_dvfs_get_cur_state(struct gk20a_pmu *pmu, int *state) in gk20a_pmu_dvfs_get_cur_state()
67 gk20a_pmu_dvfs_get_target_state(struct gk20a_pmu *pmu, in gk20a_pmu_dvfs_get_target_state()
95 gk20a_pmu_dvfs_get_dev_status(struct gk20a_pmu *pmu, in gk20a_pmu_dvfs_get_dev_status()
105 gk20a_pmu_dvfs_reset_dev_status(struct gk20a_pmu *pmu) in gk20a_pmu_dvfs_reset_dev_status()
116 struct gk20a_pmu *pmu = in gk20a_pmu_dvfs_work()
117 container_of(alarm, struct gk20a_pmu, alarm); in gk20a_pmu_dvfs_work()
160 struct gk20a_pmu *gpmu = gk20a_pmu(pmu); in gk20a_pmu_fini()
169 struct gk20a_pmu *gpmu = gk20a_pmu(pmu); in gk20a_pmu_init()
198 gk20a_pmu = { variable
207 { -1, gf100_pmu_nofw, &gk20a_pmu },
215 struct gk20a_pmu *pmu; in gk20a_pmu_new()