Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/powercap/
Dintel_rapl_common.c205 int (*check_unit)(struct rapl_domain *rd); member
1156 .check_unit = rapl_check_unit_tpmi,
1164 .check_unit = rapl_check_unit_core,
1170 .check_unit = rapl_check_unit_core,
1177 .check_unit = rapl_check_unit_core,
1186 .check_unit = rapl_check_unit_atom,
1193 .check_unit = rapl_check_unit_atom,
1200 .check_unit = rapl_check_unit_atom,
1207 .check_unit = rapl_check_unit_atom,
1213 .check_unit = rapl_check_unit_core,
[all …]
/Linux-v6.6/drivers/edac/
Dpnd2_edac.c1075 static int check_unit(int ch) in check_unit() function
1091 ret += check_unit(i); in dnv_check_ecc_active()