kho_debugfs
struct kho_debugfs dbg;
struct kho_debugfs dbg;
__init int kho_out_debugfs_init(struct kho_debugfs *dbg)
int kho_debugfs_blob_add(struct kho_debugfs *dbg, const char *name,
void kho_debugfs_blob_remove(struct kho_debugfs *dbg, void *blob)
__init void kho_in_debugfs_init(struct kho_debugfs *dbg, const 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_blob_add(struct kho_debugfs *dbg, const char *name,
void kho_debugfs_blob_remove(struct kho_debugfs *dbg, void *blob);
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_blob_add(struct kho_debugfs *dbg,
static inline void kho_debugfs_blob_remove(struct kho_debugfs *dbg,