Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 83) sorted by relevance

1234

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_frac.c16 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled()
25 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable()
40 void ccu_frac_helper_disable(struct ccu_common *common, in ccu_frac_helper_disable()
55 bool ccu_frac_helper_has_rate(struct ccu_common *common, in ccu_frac_helper_has_rate()
65 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common, in ccu_frac_helper_read_rate()
86 int ccu_frac_helper_set_rate(struct ccu_common *common, in ccu_frac_helper_set_rate()
Dccu_sdm.c15 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled()
27 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable()
56 void ccu_sdm_helper_disable(struct ccu_common *common, in ccu_sdm_helper_disable()
93 bool ccu_sdm_helper_has_rate(struct ccu_common *common, in ccu_sdm_helper_has_rate()
109 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common, in ccu_sdm_helper_read_rate()
139 int ccu_sdm_helper_get_factors(struct ccu_common *common, in ccu_sdm_helper_get_factors()
Dccu_mux.c18 static u16 ccu_mux_get_prediv(struct ccu_common *common, in ccu_mux_get_prediv()
63 unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common, in ccu_mux_helper_apply_prediv()
71 static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common, in ccu_mux_helper_unapply_prediv()
79 int ccu_mux_helper_determine_rate(struct ccu_common *common, in ccu_mux_helper_determine_rate()
159 u8 ccu_mux_helper_get_parent(struct ccu_common *common, in ccu_mux_helper_get_parent()
181 int ccu_mux_helper_set_parent(struct ccu_common *common, in ccu_mux_helper_set_parent()
Dccu_gate.c15 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable()
38 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable()
63 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) in ccu_gate_helper_is_enabled()
Dccu_gate.h24 struct ccu_common common; member
41 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
Dccu_phase.h25 struct ccu_common common; member
43 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase() local
Dccu_nk.h38 struct ccu_common common; member
64 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk() local
/linux-4.19.296/drivers/clk/actions/
Dowl-gate.c16 void owl_gate_set(const struct owl_clk_common *common, in owl_gate_set()
37 struct owl_clk_common *common = &gate->common; in owl_gate_disable() local
45 struct owl_clk_common *common = &gate->common; in owl_gate_enable() local
52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled()
68 struct owl_clk_common *common = &gate->common; in owl_gate_is_enabled() local
Dowl-pll.c86 const struct owl_clk_common *common = &pll->common; in owl_pll_recalc_rate() local
114 const struct owl_clk_common *common = &pll->common; in owl_pll_is_enabled() local
122 static void owl_pll_set(const struct owl_clk_common *common, in owl_pll_set()
140 const struct owl_clk_common *common = &pll->common; in owl_pll_enable() local
150 const struct owl_clk_common *common = &pll->common; in owl_pll_disable() local
160 const struct owl_clk_common *common = &pll->common; in owl_pll_set_rate() local
Dowl-factor.c120 long owl_factor_helper_round_rate(struct owl_clk_common *common, in owl_factor_helper_round_rate()
144 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common, in owl_factor_helper_recalc_rate()
179 struct owl_clk_common *common = &factor->common; in owl_factor_recalc_rate() local
184 int owl_factor_helper_set_rate(const struct owl_clk_common *common, in owl_factor_helper_set_rate()
211 struct owl_clk_common *common = &factor->common; in owl_factor_set_rate() local
Dowl-divider.c16 long owl_divider_helper_round_rate(struct owl_clk_common *common, in owl_divider_helper_round_rate()
35 unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common, in owl_divider_helper_recalc_rate()
61 int owl_divider_helper_set_rate(const struct owl_clk_common *common, in owl_divider_helper_set_rate()
Dowl-mux.c16 u8 owl_mux_helper_get_parent(const struct owl_clk_common *common, in owl_mux_helper_get_parent()
36 int owl_mux_helper_set_parent(const struct owl_clk_common *common, in owl_mux_helper_set_parent()
Dowl-mux.h24 struct owl_clk_common common; member
49 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_mux() local
Dowl-composite.c33 struct owl_clk_common *common = &comp->common; in owl_comp_disable() local
41 struct owl_clk_common *common = &comp->common; in owl_comp_enable() local
51 struct owl_clk_common *common = &comp->common; in owl_comp_is_enabled() local
Dowl-gate.h24 struct owl_clk_common common; member
61 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_gate() local
Dowl-divider.h26 struct owl_clk_common common; member
54 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_divider() local
/linux-4.19.296/drivers/clk/sprd/
Dgate.c15 const struct sprd_clk_common *common = &sg->common; in clk_gate_toggle() local
33 const struct sprd_clk_common *common = &sg->common; in clk_sc_gate_toggle() local
85 struct sprd_clk_common *common = &sg->common; in sprd_gate_is_enabled() local
Ddiv.c12 long sprd_div_helper_round_rate(struct sprd_clk_common *common, in sprd_div_helper_round_rate()
31 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, in sprd_div_helper_recalc_rate()
55 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, in sprd_div_helper_set_rate()
Dmux.c14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common, in sprd_mux_helper_get_parent()
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common, in sprd_mux_helper_set_parent()
Ddiv.h35 struct sprd_clk_common common; member
54 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div() local
Dcomposite.h18 struct sprd_clk_common common; member
44 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp() local
Dmux.h29 struct sprd_clk_common common; member
61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_mux() local
/linux-4.19.296/include/scsi/
Dviosrp.h147 struct mad_common common; member
153 struct mad_common common; member
158 struct mad_common common; member
163 struct mad_common common; member
167 struct mad_common common; member
178 struct mad_capability_common common; member
183 struct mad_capability_common common; member
/linux-4.19.296/include/soc/fsl/
Ddpaa2-global.h16 struct common { struct
17 u8 verb;
18 u8 reserved[63];
19 } common; member
/linux-4.19.296/drivers/iio/dac/
Dstm32-dac-core.c30 struct stm32_dac_common common; member
154 struct stm32_dac_common *common = platform_get_drvdata(pdev); in stm32_dac_remove() local

1234