Home
last modified time | relevance | path

Searched refs:clk_is_match (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dclk.h176 bool clk_is_match(const struct clk *p, const struct clk *q);
252 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
/linux-4.19.296/drivers/cpufreq/
Dqoriq-cpufreq.c109 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
/linux-4.19.296/drivers/clk/
Dclk.c2636 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
2649 EXPORT_SYMBOL_GPL(clk_is_match);