Symbol: owl_clk_common
drivers/clk/actions/owl-common.c
27
struct owl_clk_common *clks;
drivers/clk/actions/owl-common.h
26
struct owl_clk_common **clks;
drivers/clk/actions/owl-common.h
34
static inline struct owl_clk_common *
drivers/clk/actions/owl-common.h
37
return container_of(hw, struct owl_clk_common, hw);
drivers/clk/actions/owl-composite.c
33
struct owl_clk_common *common = &comp->common;
drivers/clk/actions/owl-composite.c
41
struct owl_clk_common *common = &comp->common;
drivers/clk/actions/owl-composite.c
51
struct owl_clk_common *common = &comp->common;
drivers/clk/actions/owl-composite.h
113
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-composite.h
34
struct owl_clk_common common;
drivers/clk/actions/owl-divider.c
25
unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-divider.c
51
int owl_divider_helper_set_rate(const struct owl_clk_common *common,
drivers/clk/actions/owl-divider.h
26
struct owl_clk_common common;
drivers/clk/actions/owl-divider.h
54
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-divider.h
59
unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-divider.h
63
int owl_divider_helper_set_rate(const struct owl_clk_common *common,
drivers/clk/actions/owl-factor.c
119
long owl_factor_helper_round_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-factor.c
145
unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-factor.c
180
struct owl_clk_common *common = &factor->common;
drivers/clk/actions/owl-factor.c
185
int owl_factor_helper_set_rate(const struct owl_clk_common *common,
drivers/clk/actions/owl-factor.c
212
struct owl_clk_common *common = &factor->common;
drivers/clk/actions/owl-factor.h
32
struct owl_clk_common common;
drivers/clk/actions/owl-factor.h
62
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-factor.h
67
long owl_factor_helper_round_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-factor.h
72
unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
drivers/clk/actions/owl-factor.h
76
int owl_factor_helper_set_rate(const struct owl_clk_common *common,
drivers/clk/actions/owl-gate.c
16
void owl_gate_set(const struct owl_clk_common *common,
drivers/clk/actions/owl-gate.c
37
struct owl_clk_common *common = &gate->common;
drivers/clk/actions/owl-gate.c
45
struct owl_clk_common *common = &gate->common;
drivers/clk/actions/owl-gate.c
52
int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
drivers/clk/actions/owl-gate.c
68
struct owl_clk_common *common = &gate->common;
drivers/clk/actions/owl-gate.h
24
struct owl_clk_common common;
drivers/clk/actions/owl-gate.h
61
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-gate.h
66
void owl_gate_set(const struct owl_clk_common *common,
drivers/clk/actions/owl-gate.h
68
int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
drivers/clk/actions/owl-mux.c
16
u8 owl_mux_helper_get_parent(const struct owl_clk_common *common,
drivers/clk/actions/owl-mux.c
36
int owl_mux_helper_set_parent(const struct owl_clk_common *common,
drivers/clk/actions/owl-mux.h
24
struct owl_clk_common common;
drivers/clk/actions/owl-mux.h
49
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-mux.h
54
u8 owl_mux_helper_get_parent(const struct owl_clk_common *common,
drivers/clk/actions/owl-mux.h
56
int owl_mux_helper_set_parent(const struct owl_clk_common *common,
drivers/clk/actions/owl-pll.c
121
const struct owl_clk_common *common = &pll->common;
drivers/clk/actions/owl-pll.c
129
static void owl_pll_set(const struct owl_clk_common *common,
drivers/clk/actions/owl-pll.c
147
const struct owl_clk_common *common = &pll->common;
drivers/clk/actions/owl-pll.c
157
const struct owl_clk_common *common = &pll->common;
drivers/clk/actions/owl-pll.c
167
const struct owl_clk_common *common = &pll->common;
drivers/clk/actions/owl-pll.c
93
const struct owl_clk_common *common = &pll->common;
drivers/clk/actions/owl-pll.h
103
struct owl_clk_common *common = hw_to_owl_clk_common(hw);
drivers/clk/actions/owl-pll.h
38
struct owl_clk_common common;
drivers/clk/actions/owl-s500.c
409
static struct owl_clk_common *s500_clks[] = {
drivers/clk/actions/owl-s700.c
410
static struct owl_clk_common *s700_clks[] = {
drivers/clk/actions/owl-s900.c
502
static struct owl_clk_common *s900_clks[] = {