Searched refs:alloc_clk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 3762 * alloc_clk - Allocate a clk consumer, but leave it unlinked to the clk_core 3769 static struct clk *alloc_clk(struct clk_core *core, const char *dev_id, in alloc_clk() function 3822 clk = alloc_clk(core, dev_id, con_id); in clk_hw_create_clk() 4003 hw->clk = alloc_clk(core, NULL, NULL); in __clk_register()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 3963 * alloc_clk - Allocate a clk consumer, but leave it unlinked to the clk_core 3970 static struct clk *alloc_clk(struct clk_core *core, const char *dev_id, in alloc_clk() function 4023 clk = alloc_clk(core, dev_id, con_id); in clk_hw_create_clk() 4206 hw->clk = alloc_clk(core, NULL, NULL); in __clk_register()
|
Completed in 12 milliseconds