Searched refs:clk_regmap_mux_div (Results 1 – 3 of 3) sorted by relevance
/drivers/clk/qcom/ |
D | clk-regmap-mux-div.c | 21 container_of(to_clk_regmap(_hw), struct clk_regmap_mux_div, clkr) 23 int mux_div_set_src_div(struct clk_regmap_mux_div *md, u32 src, u32 div) in mux_div_set_src_div() 59 static void mux_div_get_src_div(struct clk_regmap_mux_div *md, u32 *src, in mux_div_get_src_div() 91 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_determine_rate() 127 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in __mux_div_set_rate_and_parent() 165 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_get_parent() 181 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_parent() 189 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_rate() 197 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_set_rate_and_parent() 205 struct clk_regmap_mux_div *md = to_clk_regmap_mux_div(hw); in mux_div_recalc_rate()
|
D | apcs-msm8916.c | 35 struct clk_regmap_mux_div *md = container_of(nb, in a53cc_notifier_cb() 36 struct clk_regmap_mux_div, in a53cc_notifier_cb() 49 struct clk_regmap_mux_div *a53cc; in qcom_apcs_msm8916_clk_probe() 118 struct clk_regmap_mux_div *a53cc = platform_get_drvdata(pdev); in qcom_apcs_msm8916_clk_remove()
|
D | clk-regmap-mux-div.h | 27 struct clk_regmap_mux_div { struct 42 extern int mux_div_set_src_div(struct clk_regmap_mux_div *md, u32 src, u32 div); argument
|