Home
last modified time | relevance | path

Searched refs:clk_get_phase (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dclk.h133 * clk_get_phase - return the phase shift of a clock signal
139 int clk_get_phase(struct clk *clk);
232 static inline long clk_get_phase(struct clk *clk) in clk_get_phase() function
/kernel/linux/linux-6.6/include/linux/
H A Dclk.h144 * clk_get_phase - return the phase shift of a clock signal
150 int clk_get_phase(struct clk *clk);
250 static inline long clk_get_phase(struct clk *clk) in clk_get_phase() function
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c2815 * clk_get_phase - return the phase shift of a clock signal
2821 int clk_get_phase(struct clk *clk) in clk_get_phase() function
2834 EXPORT_SYMBOL_GPL(clk_get_phase); variable
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c2962 * clk_get_phase - return the phase shift of a clock signal
2968 int clk_get_phase(struct clk *clk) in clk_get_phase() function
2981 EXPORT_SYMBOL_GPL(clk_get_phase); variable

Completed in 16 milliseconds