Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-rcg.c39 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_get_parent()
96 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_parent()
344 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_recalc_rate()
438 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_determine_rate()
462 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_determine_rate()
519 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_rate()
532 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_floor_rate()
545 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_set_rate()
565 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass2_set_rate()
633 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_pixel_set_rate()
[all …]
H A Dclk-rcg.h113 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) macro