Searched refs:rapl_domain (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/powercap/ |
| D | intel_rapl_common.c | 122 static bool is_pl_valid(struct rapl_domain *rd, int pl) in is_pl_valid() 129 static int get_pl_lock_prim(struct rapl_domain *rd, int pl) in get_pl_lock_prim() 153 static int get_pl_prim(struct rapl_domain *rd, int pl, enum pl_prims prim) in get_pl_prim() 201 container_of(_zone, struct rapl_domain, power_zone) 205 int (*check_unit)(struct rapl_domain *rd); 206 void (*set_floor_freq)(struct rapl_domain *rd, bool mode); 207 u64 (*compute_time_window)(struct rapl_domain *rd, u64 val, 250 static int rapl_read_data_raw(struct rapl_domain *rd, 253 static int rapl_write_data_raw(struct rapl_domain *rd, 256 static int rapl_read_pl_data(struct rapl_domain *rd, int pl, [all …]
|
| /Linux-v6.6/include/linux/ |
| D | intel_rapl.h | 44 struct rapl_domain; 93 struct rapl_domain *domain; 109 struct rapl_domain { struct 168 struct rapl_domain *domains; /* array of domains, sized at runtime */
|