Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go-s.c164 static const char *const touchpad_mode_text[] = { variable
718 ret = sysfs_match_string(touchpad_mode_text, buf); in touchpad_property_store()
724 ret = sysfs_match_string(touchpad_mode_text, buf); in touchpad_property_store()
764 if (i >= ARRAY_SIZE(touchpad_mode_text)) in touchpad_property_show()
767 return sysfs_emit(buf, "%s\n", touchpad_mode_text[i]); in touchpad_property_show()
781 for (i = 0; i < ARRAY_SIZE(touchpad_mode_text); i++) { in touchpad_property_options()
783 touchpad_mode_text[i]); in touchpad_property_options()