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