Home
last modified time | relevance | path

Searched defs:common (Results 201 - 225 of 975) sorted by relevance

12345678910>>...39

/third_party/skia/bin/
H A Dcompare36 common = set(a.keys()).intersection(b.keys()) variable
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h49 HiEventCommon common; member
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp42 NormalContext::CommonParts common = MakeCommonParts(); in CreateContext() local
58 void NormalContext::InitAppStartMonitor(const NormalContext::CommonParts& common) in InitAppStartMonitor() argument
75 IMonitor* NormalContext::MakeAppStartMonitor(const NormalContext::CommonParts& common) in MakeAppStartMonitor() argument
90 InitJankAnimatorMonitor(const NormalContext::CommonParts& common) InitJankAnimatorMonitor() argument
98 MakeJankAnimatorMonitor(const NormalContext::CommonParts& common) MakeJankAnimatorMonitor() argument
[all...]
/base/powermgr/battery_manager/charger/include/
H A Danimation_config.h45 struct CommonInfo common; member
53 struct CommonInfo common; member
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp44 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo() argument
/kernel/linux/linux-5.10/drivers/clk/actions/
H A 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
[all...]
H A 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() argument
140 const struct owl_clk_common *common = &pll->common; owl_pll_enable() local
150 const struct owl_clk_common *common = &pll->common; owl_pll_disable() local
160 const struct owl_clk_common *common = &pll->common; owl_pll_set_rate() local
[all...]
H A Dowl-pll.h38 struct owl_clk_common common; member
103 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_pll() local
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c70 u32 common, sym; in sun8i_ce_prng_generate() local
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A DMakefile
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_gate.c12 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable() argument
35 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable() argument
60 ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) ccu_gate_helper_is_enabled() argument
[all...]
H A Dccu_mult.h42 struct ccu_common common; member
63 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mult() local
/kernel/linux/linux-5.10/drivers/clk/sprd/
H A Dgate.h19 struct sprd_clk_common common; member
159 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_gate() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dwow.c53 struct ath_common *common = ath9k_hw_common(ah); in ath9k_wow_add_disassoc_deauth_pattern() local
172 struct ath_common *common = ath9k_hw_common(ah); in ath9k_suspend() local
284 struct ath_common *common = ath9k_hw_common(ah); ath9k_resume() local
317 struct ath_common *common = ath9k_hw_common(sc->sc_ah); ath9k_set_wakeup() local
[all...]
H A Dahb.c54 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) in ath_ahb_read_cachesize() argument
59 static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) in ath_ahb_eeprom_read() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Doffloading.c102 struct iwl_proto_offload_cmd_common *common; in iwl_mvm_send_proto_offload() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) in ath5k_ahb_read_cachesize() argument
36 ath5k_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) in ath5k_ahb_eeprom_read() argument
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c65 void rsi_sdio_rx_thread(struct rsi_common *common) in rsi_sdio_rx_thread() argument
88 static int rsi_process_pkt(struct rsi_common *common) in rsi_process_pkt() argument
235 struct rsi_common *common = adapter->priv; in rsi_rx_handler() local
346 struct rsi_common *common = adapter->priv; rsi_sdio_check_buffer_status() local
[all...]
H A Drsi_91x_coex.c53 static void rsi_coex_scheduler_thread(struct rsi_common *common) in rsi_coex_scheduler_thread() argument
69 int rsi_coex_recv_pkt(struct rsi_common *common, u8 *msg) in rsi_coex_recv_pkt() argument
103 struct rsi_common *common = (struct rsi_common *)priv; in rsi_coex_send_pkt() local
140 rsi_coex_attach(struct rsi_common *common) rsi_coex_attach() argument
169 rsi_coex_detach(struct rsi_common *common) rsi_coex_detach() argument
[all...]
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_skbedit.h25 struct tc_action common; member
H A Dtc_mpls.h25 struct tc_action common; member
H A Dtc_ct.h34 struct tc_action common; member
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A DMakefile
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_pedit.h24 struct tc_action common; member
H A Dtc_mpls.h25 struct tc_action common; member

Completed in 9 milliseconds

12345678910>>...39