Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go.c230 static const char *const rumble_mode_text[] = { variable
1100 ret = sysfs_match_string(rumble_mode_text, buf); in motor_config_store()
1178 if (i >= ARRAY_SIZE(rumble_mode_text)) in motor_config_show()
1181 count = sysfs_emit(buf, "%s\n", rumble_mode_text[i]); in motor_config_show()
1213 for (i = 1; i < ARRAY_SIZE(rumble_mode_text); i++) { in motor_config_options()
1215 rumble_mode_text[i]); in motor_config_options()