Home
last modified time | relevance | path

Searched defs:clk_has_parent (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dclk.h1096 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
/linux-6.14.4/drivers/clk/
Dclk.c2851 bool clk_has_parent(const struct clk *clk, const struct clk *parent) in clk_has_parent() function