Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dclk.h346 bool clk_has_parent(struct clk *clk, struct clk *parent);
449 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
/linux-4.4.14/drivers/clk/
Dclk.c1740 bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
1762 EXPORT_SYMBOL_GPL(clk_has_parent);
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c1113 if (!clk_has_parent(dc->clk, clk)) in tegra_dc_state_setup_clock()