Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/s390/kernel/
Ddebug.c68 static int debug_init(void);
1531 static int __init debug_init(void) in debug_init() function
1540 postcore_initcall(debug_init);
/linux-4.1.27/include/linux/
Dclk-provider.h196 int (*debug_init)(struct clk_hw *hw, struct dentry *dentry); member
/linux-4.1.27/kernel/time/
Dtimer.c641 static inline void debug_init(struct timer_list *timer) in debug_init() function
695 debug_init(timer); in init_timer_key()
Dhrtimer.c426 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init() function
1174 debug_init(timer, clock_id, mode); in hrtimer_init()
/linux-4.1.27/Documentation/
Dclk.txt92 int (*debug_init)(struct clk_hw *hw,
/linux-4.1.27/drivers/clk/
Dclk.c348 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()