Home
last modified time | relevance | path

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

/drivers/clk/
Dclk-max9485.c70 struct max9485_clk_hw { struct
83 struct max9485_clk_hw hw[MAX9485_NUM_CLKS]; argument
86 static inline struct max9485_clk_hw *to_max9485_clk(struct clk_hw *hw) in to_max9485_clk()
88 return container_of(hw, struct max9485_clk_hw, hw); in to_max9485_clk()
112 struct max9485_clk_hw *clk_hw = to_max9485_clk(hw); in max9485_clk_prepare()
121 struct max9485_clk_hw *clk_hw = to_max9485_clk(hw); in max9485_clk_unprepare()
132 struct max9485_clk_hw *clk_hw = to_max9485_clk(hw); in max9485_clkout_set_rate()
150 struct max9485_clk_hw *clk_hw = to_max9485_clk(hw); in max9485_clkout_recalc_rate()