Searched refs:gamepad_mode_text (Results 1 – 1 of 1) sorted by relevance
120 static const char *const gamepad_mode_text[] = { variable498 ret = sysfs_match_string(gamepad_mode_text, buf); in gamepad_property_store()586 if (i >= ARRAY_SIZE(gamepad_mode_text)) in gamepad_property_show()588 count = sysfs_emit(buf, "%s\n", gamepad_mode_text[i]); in gamepad_property_show()658 for (i = 0; i < ARRAY_SIZE(gamepad_mode_text); i++) { in gamepad_property_options()660 gamepad_mode_text[i]); in gamepad_property_options()