Searched refs:clk_core (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | clk.h | 21 struct clk_core; 25 TP_PROTO(struct clk_core *core), 42 TP_PROTO(struct clk_core *core), 49 TP_PROTO(struct clk_core *core), 56 TP_PROTO(struct clk_core *core), 63 TP_PROTO(struct clk_core *core), 70 TP_PROTO(struct clk_core *core), 77 TP_PROTO(struct clk_core *core), 84 TP_PROTO(struct clk_core *core), 91 TP_PROTO(struct clk_core *core), [all …]
|
/linux-4.19.296/drivers/clk/ |
D | clk.c | 51 struct clk_core { struct 57 struct clk_core *parent; argument 59 struct clk_core **parents; argument 65 struct clk_core *new_parent; argument 66 struct clk_core *new_child; argument 92 struct clk_core *core; argument 102 static int clk_pm_runtime_get(struct clk_core *core) in clk_pm_runtime_get() 117 static void clk_pm_runtime_put(struct clk_core *core) in clk_pm_runtime_put() 194 static bool clk_core_rate_is_protected(struct clk_core *core) in clk_core_rate_is_protected() 199 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared() [all …]
|
/linux-4.19.296/drivers/cpufreq/ |
D | pxa2xx-cpufreq.c | 62 struct clk *clk_core; member 199 return (unsigned int) clk_get_rate(data->clk_core) / 1000; in pxa_cpufreq_get() 225 clk_set_rate(data->clk_core, new_freq_cpu * 1000); in pxa_set_target() 320 pxa_cpufreq_data.clk_core = clk_get_sys(NULL, "core"); in pxa_cpu_init() 321 if (IS_ERR(pxa_cpufreq_data.clk_core)) in pxa_cpu_init() 322 return PTR_ERR(pxa_cpufreq_data.clk_core); in pxa_cpu_init()
|
/linux-4.19.296/include/linux/ |
D | clk-provider.h | 46 struct clk_core; 285 struct clk_core *core;
|