Searched refs:kdb_register (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kdb.h | 196 extern int kdb_register(char *, kdb_func_t, char *, char *, short); 203 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, in kdb_register() function
|
| /OK3568_Linux_fs/kernel/samples/kdb/ |
| H A D | kdb_hello.c | 45 kdb_register("hello", kdb_hello_cmd, "[string]", in kdb_hello_cmd_init()
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_main.c | 2795 int kdb_register(char *cmd, in kdb_register() function 2803 EXPORT_SYMBOL_GPL(kdb_register);
|