Lines Matching defs:dtpm
49 struct dtpm *dtpm = to_dtpm(pcz); in get_max_power_range_uw() local
58 static int __get_power_uw(struct dtpm *dtpm, u64 *power_uw) in __get_power_uw()
83 struct dtpm *dtpm = to_dtpm(pcz); in get_power_uw() local
93 static void __dtpm_rebalance_weight(struct dtpm *dtpm) in __dtpm_rebalance_weight()
109 static void __dtpm_sub_power(struct dtpm *dtpm) in __dtpm_sub_power()
123 static void __dtpm_add_power(struct dtpm *dtpm) in __dtpm_add_power()
148 int dtpm_update_power(struct dtpm *dtpm, u64 power_min, u64 power_max) in dtpm_update_power()
190 struct dtpm *dtpm = to_dtpm(pcz); in dtpm_release_zone() local
218 static int __get_power_limit_uw(struct dtpm *dtpm, int cid, u64 *power_limit) in __get_power_limit_uw()
227 struct dtpm *dtpm = to_dtpm(pcz); in get_power_limit_uw() local
243 static int __set_power_limit_uw(struct dtpm *dtpm, int cid, u64 power_limit) in __set_power_limit_uw()
309 struct dtpm *dtpm = to_dtpm(pcz); in set_power_limit_uw() local
337 struct dtpm *dtpm = to_dtpm(pcz); in get_max_power_uw() local
369 struct dtpm *dtpm; in dtpm_alloc() local
389 void dtpm_unregister(struct dtpm *dtpm) in dtpm_unregister()
418 int dtpm_register(const char *name, struct dtpm *dtpm, struct dtpm *parent) in dtpm_register()