Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Drt9756.c575 static const char * const rt9756_opmode_str[] = { "bypass", "div2" }; variable
589 return sysfs_emit(buf, "%s\n", rt9756_opmode_str[opmode]); in operation_mode_show()
600 index = sysfs_match_string(rt9756_opmode_str, buf); in operation_mode_store()