Searched refs:kho_debugfs (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover_internal.h | 12 struct kho_debugfs { struct 19 struct kho_debugfs {}; argument 30 void kho_in_debugfs_init(struct kho_debugfs *dbg, const void *fdt); 31 int kho_out_debugfs_init(struct kho_debugfs *dbg); 32 int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name, 34 void kho_debugfs_fdt_remove(struct kho_debugfs *dbg, void *fdt); 37 static inline void kho_in_debugfs_init(struct kho_debugfs *dbg, in kho_in_debugfs_init() 39 static inline int kho_out_debugfs_init(struct kho_debugfs *dbg) { return 0; } in kho_out_debugfs_init() 40 static inline int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name, in kho_debugfs_fdt_add() 42 static inline void kho_debugfs_fdt_remove(struct kho_debugfs *dbg, in kho_debugfs_fdt_remove()
|
| H A D | kexec_handover_debugfs.c | 51 int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name, in kho_debugfs_fdt_add() 64 void kho_debugfs_fdt_remove(struct kho_debugfs *dbg, void *fdt) in kho_debugfs_fdt_remove() 114 __init void kho_in_debugfs_init(struct kho_debugfs *dbg, const void *fdt) in kho_in_debugfs_init() 177 __init int kho_out_debugfs_init(struct kho_debugfs *dbg) in kho_out_debugfs_init()
|
| H A D | kexec_handover.c | 114 struct kho_debugfs dbg; 1251 struct kho_debugfs dbg;
|