Home
last modified time | relevance | path

Searched defs:common (Results 101 - 125 of 727) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/drivers/clk/actions/
H A Dowl-divider.c16 long owl_divider_helper_round_rate(struct owl_clk_common *common, in owl_divider_helper_round_rate() argument
35 unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common, in owl_divider_helper_recalc_rate() argument
61 int owl_divider_helper_set_rate(const struct owl_clk_common *common, in owl_divider_helper_set_rate() argument
[all...]
H A 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
/kernel/linux/linux-6.6/drivers/clk/sprd/
H A Ddiv.c21 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, in sprd_div_helper_recalc_rate() argument
45 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, in sprd_div_helper_set_rate() argument
[all...]
H A Ddiv.h35 struct sprd_clk_common common; member
62 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div() local
H A Dcomposite.h18 struct sprd_clk_common common; member
61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp() local
H A Dmux.h29 struct sprd_clk_common common; member
75 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_mux() local
H A Dmux.c14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common, in sprd_mux_helper_get_parent() argument
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common, in sprd_mux_helper_set_parent() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled() argument
25 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable() argument
55 ccu_sdm_helper_disable(struct ccu_common *common, struct ccu_sdm_internal *sdm) ccu_sdm_helper_disable() argument
93 ccu_sdm_helper_has_rate(struct ccu_common *common, struct ccu_sdm_internal *sdm, unsigned long rate) ccu_sdm_helper_has_rate() argument
110 ccu_sdm_helper_read_rate(struct ccu_common *common, struct ccu_sdm_internal *sdm, u32 m, u32 n) ccu_sdm_helper_read_rate() argument
141 ccu_sdm_helper_get_factors(struct ccu_common *common, struct ccu_sdm_internal *sdm, unsigned long rate, unsigned long *m, unsigned long *n) ccu_sdm_helper_get_factors() argument
[all...]
H A Dccu_nkm.h31 struct ccu_common common; member
78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm() local
H A Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled() argument
23 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable() argument
39 ccu_frac_helper_disable(struct ccu_common *common, struct ccu_frac_internal *cf) ccu_frac_helper_disable() argument
55 ccu_frac_helper_has_rate(struct ccu_common *common, struct ccu_frac_internal *cf, unsigned long rate) ccu_frac_helper_has_rate() argument
66 ccu_frac_helper_read_rate(struct ccu_common *common, struct ccu_frac_internal *cf) ccu_frac_helper_read_rate() argument
88 ccu_frac_helper_set_rate(struct ccu_common *common, struct ccu_frac_internal *cf, unsigned long rate, u32 lock) ccu_frac_helper_set_rate() argument
[all...]
H A Dccu_mp.h31 struct ccu_common common; member
136 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp() local
H A Dccu_gate.h16 struct ccu_common common; member
116 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c32 u32 common; in sun8i_ce_trng_read() local
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A DMakefile
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c45 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_sta() local
117 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_adhoc() local
148 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_ap() local
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dhw.c118 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask() argument
142 ath_hw_cycle_counters_update(struct ath_common *common) ath_hw_cycle_counters_update() argument
178 ath_hw_get_listen_time(struct ath_common *common) ath_hw_get_listen_time() argument
[all...]
H A Dmain.c29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() argument
63 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() argument
71 void ath_printk(const char *level, const struct ath_common* common, in ath_printk() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A DMakefile
/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-composite.h34 struct owl_clk_common common; member
113 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_comp() local
[all...]
H A Dowl-factor.h32 struct owl_clk_common common; member
62 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_factor() local
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_common.c19 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock) in ccu_helper_wait_for_lock() argument
[all...]
H A Dccu_nm.h35 struct ccu_common common; member
160 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nm() local
/kernel/linux/linux-5.10/drivers/clk/sprd/
H A 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
96 struct sprd_clk_common *common = &sg->common; sprd_gate_is_enabled() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c125 int ath9k_cmn_init_channels_rates(struct ath_common *common) in ath9k_cmn_init_channels_rates() argument
175 struct ath_common *common = ath9k_hw_common(ah); ath9k_cmn_setup_ht_cap() local
232 struct ath_common *common = ath9k_hw_common(ah); ath9k_cmn_reload_chainmask() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dattach.c107 struct ath_common *common = ath5k_hw_common(ah); in ath5k_hw_init() local

Completed in 8 milliseconds

12345678910>>...30