Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dclk.h664 bool clk_has_parent(struct clk *clk, struct clk *parent);
860 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
/Linux-v5.10/drivers/clk/
Dclk.c2462 bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
2484 EXPORT_SYMBOL_GPL(clk_has_parent);
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddc.c1657 if (!clk_has_parent(dc->clk, clk)) in tegra_dc_state_setup_clock()