Lines Matching refs:rapl_defaults
204 struct rapl_defaults { struct
214 static struct rapl_defaults *defaults_msr; argument
215 static const struct rapl_defaults defaults_tpmi;
217 static struct rapl_defaults *get_defaults(struct rapl_package *rp) in get_defaults()
340 struct rapl_defaults *defaults = get_defaults(rd->rp); in set_domain_enable()
613 struct rapl_defaults *defaults = get_defaults(rd->rp); in rapl_unit_xlate()
774 struct rapl_defaults *defaults = get_defaults(rd->rp); in prim_fixups()
1056 struct rapl_defaults *defaults = get_defaults(rd->rp); in set_floor_freq_atom()
1161 static const struct rapl_defaults defaults_tpmi = {
1168 static const struct rapl_defaults rapl_defaults_core = {
1175 static const struct rapl_defaults rapl_defaults_hsw_server = {
1182 static const struct rapl_defaults rapl_defaults_spr_server = {
1190 static const struct rapl_defaults rapl_defaults_byt = {
1197 static const struct rapl_defaults rapl_defaults_tng = {
1204 static const struct rapl_defaults rapl_defaults_ann = {
1211 static const struct rapl_defaults rapl_defaults_cht = {
1218 static const struct rapl_defaults rapl_defaults_amd = {
1416 struct rapl_defaults *defaults = get_defaults(rd->rp); in rapl_get_domain_unit()
1699 defaults_msr = (struct rapl_defaults *)id->driver_data; in rapl_init()