Searched refs:clk_has_parent (Results 1 – 3 of 3) sorted by relevance
567 bool clk_has_parent(struct clk *clk, struct clk *parent);712 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
2186 bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function2204 EXPORT_SYMBOL_GPL(clk_has_parent);
1639 if (!clk_has_parent(dc->clk, clk)) in tegra_dc_state_setup_clock()