Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go.c328 static const char *const os_mode_text[] = { variable
1388 ret = sysfs_match_string(os_mode_text, buf); in os_mode_store()
1416 if (i >= ARRAY_SIZE(os_mode_text)) in os_mode_show()
1419 count = sysfs_emit(buf, "%s\n", os_mode_text[i]); in os_mode_show()
1430 for (i = 1; i < ARRAY_SIZE(os_mode_text); i++) in os_mode_index_show()
1431 count += sysfs_emit_at(buf, count, "%s ", os_mode_text[i]); in os_mode_index_show()