Home
last modified time | relevance | path

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

12

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/
Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled()
22 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable()
37 void ccu_frac_helper_disable(struct ccu_common *common, in ccu_frac_helper_disable()
52 bool ccu_frac_helper_has_rate(struct ccu_common *common, in ccu_frac_helper_has_rate()
62 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common, in ccu_frac_helper_read_rate()
83 int ccu_frac_helper_set_rate(struct ccu_common *common, in ccu_frac_helper_set_rate()
Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled()
24 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable()
53 void ccu_sdm_helper_disable(struct ccu_common *common, in ccu_sdm_helper_disable()
90 bool ccu_sdm_helper_has_rate(struct ccu_common *common, in ccu_sdm_helper_has_rate()
106 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common, in ccu_sdm_helper_read_rate()
136 int ccu_sdm_helper_get_factors(struct ccu_common *common, in ccu_sdm_helper_get_factors()
Dccu_mux.c15 static u16 ccu_mux_get_prediv(struct ccu_common *common, in ccu_mux_get_prediv()
60 unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common, in ccu_mux_helper_apply_prediv()
68 static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common, in ccu_mux_helper_unapply_prediv()
76 int ccu_mux_helper_determine_rate(struct ccu_common *common, in ccu_mux_helper_determine_rate()
156 u8 ccu_mux_helper_get_parent(struct ccu_common *common, in ccu_mux_helper_get_parent()
178 int ccu_mux_helper_set_parent(struct ccu_common *common, in ccu_mux_helper_set_parent()
Dccu_gate.c12 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable()
40 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable()
71 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) in ccu_gate_helper_is_enabled()
Dccu_phase.h17 struct ccu_common common; member
35 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase() local
Dccu_nk.h30 struct ccu_common common; member
56 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk() local
Dccu_nkmp.h32 struct ccu_common common; member
59 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkmp() local
Dccu_mux.h47 struct ccu_common common; member
95 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mux() local
123 struct ccu_common *common; member
Dccu_nkm.h31 struct ccu_common common; member
78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm() local
Dccu_mult.h42 struct ccu_common common; member
63 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mult() local
Dccu_gate.h17 struct ccu_common common; member
132 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
Dccu_mp.h31 struct ccu_common common; member
107 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp() local
Dccu_nm.h35 struct ccu_common common; member
160 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nm() local
Dccu_div.h83 struct ccu_common common; member
171 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_div() local
/device/board/unionman/unionpi_tiger/bootloader/images/
Daml_sdc_burn.ini11 [common] section
12 erase_bootloader = 1
13 erase_flash = 0
14 reboot = 0
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c35 static void dualBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in dualBitAllocation()
51 static void stereoBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in stereoBitAllocation()
101 PRIVATE void OI_SBC_ComputeBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_SBC_ComputeBitAllocation()
121 OI_UINT8 OI_CODEC_SBC_GetMaxBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_CODEC_SBC_GetMaxBitneed()
156 OI_UINT16 OI_CODEC_SBC_CalculatePcmBytes(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_CODEC_SBC_CalculatePcmBytes()
Ddecoder-private.c95 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *data) in OI_SBC_ReadHeader()
167 PRIVATE void OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT *common, in OI_SBC_ReadScalefactors()
213 OI_CODEC_SBC_COMMON_CONTEXT *common = &context->common; in OI_SBC_ReadSamples() local
Dbitalloc.c129 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed()
353 void oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common, in oneChannelBitAllocation()
390 void monoBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in monoBitAllocation()
Dalloc.c29 PRIVATE OI_STATUS OI_CODEC_SBC_Alloc(OI_CODEC_SBC_COMMON_CONTEXT *common, in OI_CODEC_SBC_Alloc()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/inc/
Dhal_gapm.h97 struct gapm_actv_tag common; member
114 struct gapm_actv_tag common; member
125 struct gapm_actv_tag common; member
139 struct gapm_actv_tag common; member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
Ddrv_media_mem.c210 struct mmz_iommu *common = &g_mmz_iommu; in flush_outer() local
623 struct mmz_iommu *common = get_mmz_iommu_root(); in real_page_buffer_alloc_and_map() local
828 struct mmz_iommu *common = &g_mmz_iommu; in __dma_clear_buffer() local
880 struct mmz_iommu *common = &g_mmz_iommu; in _map2kern() local
1223 struct mmz_iommu *common = &g_mmz_iommu; in hil_mmb_alloc_iommu() local
1380 struct mmz_iommu *common = &g_mmz_iommu; in hil_get_meminfo() local
2040 struct mmz_iommu *common = &g_mmz_iommu; in client_init() local
2089 struct mmz_iommu *common = &g_mmz_iommu; in hi_drv_mmz_exit() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/
DMakefile34 common: target
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/mbed/
DMQTTSocket.h31 int common(unsigned char* buffer, int len, int timeout, bool read) in common() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_upg_file.h177 hi_upg_common_head common; /**< Common head of upg file.CNcomment:公共文件头。CNend */ member
186 hi_upg_common_head common; /**< Common head of upg file.CNcomment:公共文件头。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_upg_file.h188 hi_upg_common_head common; /**< Common head of upg file.CNcomment:公共文件头。CNend */ member
197 hi_upg_common_head common; /**< Common head of upg file.CNcomment:公共文件头。CNend */ member

12