Searched refs:debug_commands (Results 1 – 2 of 2) sorted by relevance
3167 static const struct kbasep_debug_command debug_commands[] = { variable3198 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s\n", debug_commands[i].str); in show_debug()3235 if (sysfs_streq(debug_commands[i].str, buf)) { in issue_debug()3236 debug_commands[i].func(kbdev); in issue_debug()
3074 static const struct kbasep_debug_command debug_commands[] = { variable3105 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s\n", debug_commands[i].str); in debug_command_show()3142 if (sysfs_streq(debug_commands[i].str, buf)) { in debug_command_store()3143 debug_commands[i].func(kbdev); in debug_command_store()