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);1531 static int __init debug_init(void) in debug_init() function1540 postcore_initcall(debug_init);
196 int (*debug_init)(struct clk_hw *hw, struct dentry *dentry); member
641 static inline void debug_init(struct timer_list *timer) in debug_init() function695 debug_init(timer); in init_timer_key()
426 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init() function1174 debug_init(timer, clock_id, mode); in hrtimer_init()
92 int (*debug_init)(struct clk_hw *hw,
348 if (clk->ops->debug_init) { in clk_debug_create_one()349 ret = clk->ops->debug_init(clk->hw, clk->dentry); in clk_debug_create_one()