Home
last modified time | relevance | path

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

/drivers/clk/qcom/
Dclk-cpu-8996.c248 struct clk_cpu_8996_pmux { struct
258 container_of(_nb, struct clk_cpu_8996_pmux, nb) argument
260 static inline struct clk_cpu_8996_pmux *to_clk_cpu_8996_pmux_hw(struct clk_hw *hw) in to_clk_cpu_8996_pmux_hw()
262 return container_of(to_clk_regmap(hw), struct clk_cpu_8996_pmux, clkr); in to_clk_cpu_8996_pmux_hw()
268 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_hw(hw); in clk_cpu_8996_pmux_get_parent()
279 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_hw(hw); in clk_cpu_8996_pmux_set_parent()
364 static struct clk_cpu_8996_pmux pwrcl_pmux = {
377 static struct clk_cpu_8996_pmux perfcl_pmux = {
490 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_nb(nb); in cpu_clk_notifier_cb()