Lines Matching refs:rapl_defaults
204 struct rapl_defaults {
214 static struct rapl_defaults *defaults_msr;
215 static const struct rapl_defaults defaults_tpmi;
217 static struct rapl_defaults *get_defaults(struct rapl_package *rp)
340 struct rapl_defaults *defaults = get_defaults(rd->rp);
613 struct rapl_defaults *defaults = get_defaults(rd->rp);
774 struct rapl_defaults *defaults = get_defaults(rd->rp);
1056 struct rapl_defaults *defaults = get_defaults(rd->rp);
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 = {
1415 struct rapl_defaults *defaults = get_defaults(rd->rp);
1698 defaults_msr = (struct rapl_defaults *)id->driver_data;