/linux-4.19.296/drivers/clk/sunxi-ng/ |
D | ccu_frac.c | 16 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()
|
D | ccu_sdm.c | 15 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()
|
D | ccu_mux.c | 18 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()
|
D | ccu_gate.c | 15 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()
|
D | ccu_gate.h | 24 struct ccu_common common; member 41 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
|
D | ccu_phase.h | 25 struct ccu_common common; member 43 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase() local
|
D | ccu_nk.h | 38 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/ |
D | owl-gate.c | 16 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
|
D | owl-pll.c | 86 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
|
D | owl-factor.c | 120 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
|
D | owl-divider.c | 16 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()
|
D | owl-mux.c | 16 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()
|
D | owl-mux.h | 24 struct owl_clk_common common; member 49 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_mux() local
|
D | owl-composite.c | 33 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
|
D | owl-gate.h | 24 struct owl_clk_common common; member 61 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_gate() local
|
D | owl-divider.h | 26 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/ |
D | gate.c | 15 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
|
D | div.c | 12 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()
|
D | mux.c | 14 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()
|
D | div.h | 35 struct sprd_clk_common common; member 54 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div() local
|
D | composite.h | 18 struct sprd_clk_common common; member 44 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp() local
|
D | mux.h | 29 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/ |
D | viosrp.h | 147 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/ |
D | dpaa2-global.h | 16 struct common { struct 17 u8 verb; 18 u8 reserved[63]; 19 } common; member
|
/linux-4.19.296/drivers/iio/dac/ |
D | stm32-dac-core.c | 30 struct stm32_dac_common common; member 154 struct stm32_dac_common *common = platform_get_drvdata(pdev); in stm32_dac_remove() local
|