Searched refs:debug_init (Results 1 – 7 of 7) sorted by relevance
61 void (*debug_init)(struct dentry *de); member286 if (host->debug_op && host->debug_op->debug_init) in host1x_hw_debug_init()287 host->debug_op->debug_init(de); in host1x_hw_debug_init()
68 static int debug_init(void);1532 static int __init debug_init(void) in debug_init() function1541 postcore_initcall(debug_init);
215 int (*debug_init)(struct clk_hw *hw, struct dentry *dentry); member
655 static inline void debug_init(struct timer_list *timer) in debug_init() function707 debug_init(timer); in init_timer_key()
441 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init() function1158 debug_init(timer, clock_id, mode); in hrtimer_init()
88 int (*debug_init)(struct clk_hw *hw,
2156 if (core->ops->debug_init) { in clk_debug_create_one()2157 ret = core->ops->debug_init(core->hw, core->dentry); in clk_debug_create_one()