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
720 ret = sysfs_match_string(touchpad_mode_text, buf); in touchpad_property_store()
726 ret = sysfs_match_string(touchpad_mode_text, buf); in touchpad_property_store()
766 if (i >= ARRAY_SIZE(touchpad_mode_text)) in touchpad_property_show()
769 return sysfs_emit(buf, "%s\n", touchpad_mode_text[i]); in touchpad_property_show()
783 for (i = 0; i < ARRAY_SIZE(touchpad_mode_text); i++) { in touchpad_property_options()
785 touchpad_mode_text[i]); in touchpad_property_options()