Home
last modified time | relevance | path

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

/openbmc/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];
178 struct rapl_if_priv *priv; argument