Home
last modified time | relevance | path

Searched refs:debug_init (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Ddev.h61 void (*debug_init)(struct dentry *de); member
286 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()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c68 static int debug_init(void);
1532 static int __init debug_init(void) in debug_init() function
1541 postcore_initcall(debug_init);
/linux-4.4.14/include/linux/
Dclk-provider.h215 int (*debug_init)(struct clk_hw *hw, struct dentry *dentry); member
/linux-4.4.14/kernel/time/
Dtimer.c655 static inline void debug_init(struct timer_list *timer) in debug_init() function
707 debug_init(timer); in init_timer_key()
Dhrtimer.c441 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init() function
1158 debug_init(timer, clock_id, mode); in hrtimer_init()
/linux-4.4.14/Documentation/
Dclk.txt88 int (*debug_init)(struct clk_hw *hw,
/linux-4.4.14/drivers/clk/
Dclk.c2156 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()