Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dclk.h1022 static inline bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent() function
/openbmc/linux/drivers/clk/
H A Dclk.c2838 bool clk_has_parent(const struct clk *clk, const struct clk *parent) in clk_has_parent() function