Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dmemory.c31 static const char *const online_type_to_str[] = { variable
42 for (i = 0; i < ARRAY_SIZE(online_type_to_str); i++) { in mhp_online_type_from_str()
43 if (sysfs_streq(str, online_type_to_str[i])) in mhp_online_type_from_str()
494 online_type_to_str[mhp_default_online_type]); in auto_online_blocks_show()