Home
last modified time | relevance | path

Searched defs:rapl_if_priv (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dintel_rapl.h148 struct rapl_if_priv { struct
149 enum rapl_if_type type;
150 struct powercap_control_type *control_type;
151 enum cpuhp_state pcap_rapl_online;
152 union rapl_reg reg_unit;
153 union rapl_reg regs[RAPL_DOMAIN_MAX][RAPL_DOMAIN_REG_MAX];
154 int limits[RAPL_DOMAIN_MAX];
155 int (*read_raw)(int id, struct reg_action *ra);
156 int (*write_raw)(int id, struct reg_action *ra);
157 void *defaults;
[all …]