Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c3167 static const struct kbasep_debug_command debug_commands[] = { variable
3198 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c3074 static const struct kbasep_debug_command debug_commands[] = { variable
3105 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()