Home
last modified time | relevance | path

Searched refs:rapl_read_data_raw (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/powercap/
Dintel_rapl_common.c253 static int rapl_read_data_raw(struct rapl_domain *rd,
291 if (!rapl_read_data_raw(rd, ENERGY_COUNTER, true, &energy_now)) { in get_energy_counter()
815 static int rapl_read_data_raw(struct rapl_domain *rd, in rapl_read_data_raw() function
890 return rapl_read_data_raw(rd, prim, xlate, data); in rapl_read_pl_data()
1309 if (!rapl_read_data_raw(&rp->domains[dmn], prim, in rapl_update_domain_data()
1621 ret = rapl_read_data_raw(&rp->domains[event->hw.idx], ENERGY_COUNTER, false, &val); in event_read_counter()