Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/qcom/
H A Dclk-cpu-8996.c257 struct clk_cpu_8996_pmux { struct
267 container_of(_nb, struct clk_cpu_8996_pmux, nb) argument
269 static inline struct clk_cpu_8996_pmux *to_clk_cpu_8996_pmux_hw(struct clk_hw *hw) in to_clk_cpu_8996_pmux_hw()
271 return container_of(to_clk_regmap(hw), struct clk_cpu_8996_pmux, clkr); in to_clk_cpu_8996_pmux_hw()
277 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_hw(hw); in clk_cpu_8996_pmux_get_parent()
288 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_hw(hw); in clk_cpu_8996_pmux_set_parent()
383 static struct clk_cpu_8996_pmux pwrcl_pmux = {
396 static struct clk_cpu_8996_pmux perfcl_pmux = {
549 struct clk_cpu_8996_pmux *cpuclk = to_clk_cpu_8996_pmux_nb(nb); in cpu_clk_notifier_cb()