Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-regmap-mux.c13 static inline struct clk_regmap_mux *to_clk_regmap_mux(struct clk_hw *hw) in to_clk_regmap_mux() function
20 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_get_parent()
38 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_set_parent()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/
H A Dclk-regmap-mux.c20 #define to_clk_regmap_mux(_hw) container_of(_hw, struct clk_regmap_mux, hw) macro
24 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in clk_regmap_mux_get_parent()
38 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in clk_regmap_mux_set_parent()