Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c21 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()
H A Dapcs-sdx55.c38 struct clk_regmap_mux_div *md = container_of(nb, in a7cc_notifier_cb()
39 struct clk_regmap_mux_div, in a7cc_notifier_cb()
53 struct clk_regmap_mux_div *a7cc; in qcom_apcs_sdx55_clk_probe()
126 struct clk_regmap_mux_div *a7cc = platform_get_drvdata(pdev); in qcom_apcs_sdx55_clk_remove()
H A Dapcs-msm8916.c35 struct clk_regmap_mux_div *md = container_of(nb, in a53cc_notifier_cb()
36 struct clk_regmap_mux_div, in a53cc_notifier_cb()
50 struct clk_regmap_mux_div *a53cc; in qcom_apcs_msm8916_clk_probe()
124 struct clk_regmap_mux_div *a53cc = platform_get_drvdata(pdev); in qcom_apcs_msm8916_clk_remove()
H A Dclk-regmap-mux-div.h27 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