kho_debugfs
struct kho_debugfs dbg;
struct kho_debugfs dbg;
__init void kho_in_debugfs_init(struct kho_debugfs *dbg, const void *fdt)
__init int kho_out_debugfs_init(struct kho_debugfs *dbg)
int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name,
void kho_debugfs_fdt_remove(struct kho_debugfs *dbg, void *fdt)
void kho_in_debugfs_init(struct kho_debugfs *dbg, const void *fdt);
int kho_out_debugfs_init(struct kho_debugfs *dbg);
int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name,
void kho_debugfs_fdt_remove(struct kho_debugfs *dbg, void *fdt);
static inline void kho_in_debugfs_init(struct kho_debugfs *dbg,
static inline int kho_out_debugfs_init(struct kho_debugfs *dbg) { return 0; }
static inline int kho_debugfs_fdt_add(struct kho_debugfs *dbg, const char *name,
static inline void kho_debugfs_fdt_remove(struct kho_debugfs *dbg,