Home
last modified time | relevance | path

Searched refs:clock_list (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/base/power/
Dclock_ops.c106 list_add_tail(&ce->node, &psd->clock_list); in __pm_clk_add()
180 list_for_each_entry(ce, &psd->clock_list, node) { in pm_clk_remove()
210 INIT_LIST_HEAD(&psd->clock_list); in pm_clk_init()
246 list_for_each_entry_safe_reverse(ce, c, &psd->clock_list, node) in pm_clk_destroy()
276 list_for_each_entry_reverse(ce, &psd->clock_list, node) { in pm_clk_suspend()
306 list_for_each_entry(ce, &psd->clock_list, node) in pm_clk_resume()
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
Dclock.c20 static LIST_HEAD(clock_list);
60 list_for_each_entry(clkp, &clock_list, node) { in propagate_rate()
/linux-4.4.14/drivers/sh/clk/
Dcore.c32 static LIST_HEAD(clock_list);
437 list_add(&clk->node, &clock_list); in clk_register()
465 list_for_each_entry(clkp, &clock_list, node) in clk_enable_init_clocks()
651 list_for_each_entry(clkp, &clock_list, node) { in clks_core_resume()
688 list_for_each_entry(clk, &clock_list, node) in clk_late_init()
/linux-4.4.14/include/linux/
Dpm_clock.h37 && list_empty(&dev->power.subsys_data->clock_list); in pm_clk_no_clocks()
Dpm.h551 struct list_head clock_list; member
/linux-4.4.14/drivers/clk/shmobile/
Dclk-mstp.c302 if (!list_empty(&dev->power.subsys_data->clock_list)) in cpg_mstp_detach_dev()