Home
last modified time | relevance | path

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

/linux/drivers/powercap/
H A Dintel_rapl_common.c208 int (*check_unit)(struct rapl_domain *rd); member
1164 .check_unit = rapl_check_unit_tpmi,
1172 .check_unit = rapl_check_unit_core,
1178 .check_unit = rapl_check_unit_core,
1185 .check_unit = rapl_check_unit_core,
1194 .check_unit = rapl_check_unit_atom,
1201 .check_unit = rapl_check_unit_atom,
1208 .check_unit = rapl_check_unit_atom,
1215 .check_unit = rapl_check_unit_atom,
1221 .check_unit = rapl_check_unit_core,
[all …]
/linux/drivers/edac/
H A Dpnd2_edac.c1076 static int check_unit(int ch) in check_unit() function
1092 ret += check_unit(i); in dnv_check_ecc_active()