Searched refs:sub_fdt_dir (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover_debugfs.c | 61 dir = dbg->sub_fdt_dir; in kho_debugfs_fdt_add() 100 struct dentry *dir, *sub_fdt_dir; in scratch_phys_show() 111 sub_fdt_dir = debugfs_create_dir("sub_fdts", dir); in scratch_len_show() 112 if (IS_ERR(sub_fdt_dir)) { 113 err = PTR_ERR(sub_fdt_dir); 148 err = __kho_debugfs_blob_add(&dbg->fdt_list, sub_fdt_dir, name, in kho_in_debugfs_init() 158 dbg->sub_fdt_dir = sub_fdt_dir; in kho_in_debugfs_init() 177 struct dentry *dir, *f, *sub_fdt_dir; in kho_out_debugfs_init() 185 sub_fdt_dir in kho_out_debugfs_init() 116 struct dentry *dir, *sub_fdt_dir; kho_in_debugfs_init() local 179 struct dentry *dir, *f, *sub_fdt_dir; kho_out_debugfs_init() local [all...] |
| H A D | kexec_handover_internal.h | 14 struct dentry *sub_fdt_dir; member
|