| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
| D | ccu_frac.c | 13 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()
|
| D | ccu_sdm.c | 12 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()
|
| D | ccu_mux.c | 15 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()
|
| D | ccu_gate.c | 12 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()
|
| D | ccu_phase.h | 17 struct ccu_common common; member 35 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase() local
|
| D | ccu_nk.h | 30 struct ccu_common common; member 56 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk() local
|
| D | ccu_nkmp.h | 32 struct ccu_common common; member 59 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkmp() local
|
| D | ccu_mux.h | 47 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
|
| D | ccu_nkm.h | 31 struct ccu_common common; member 78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm() local
|
| D | ccu_mult.h | 42 struct ccu_common common; member 63 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mult() local
|
| D | ccu_gate.h | 17 struct ccu_common common; member 132 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
|
| D | ccu_mp.h | 31 struct ccu_common common; member 107 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp() local
|
| D | ccu_nm.h | 35 struct ccu_common common; member 160 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nm() local
|
| D | ccu_div.h | 83 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/ |
| D | aml_sdc_burn.ini | 11 [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/ |
| D | bitalloc-sbc.c | 35 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()
|
| D | decoder-private.c | 95 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
|
| D | bitalloc.c | 129 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()
|
| D | alloc.c | 29 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/ |
| D | hal_gapm.h | 97 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/ |
| D | drv_media_mem.c | 210 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/ |
| D | Makefile | 34 common: target
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/mbed/ |
| D | MQTTSocket.h | 31 int common(unsigned char* buffer, int len, int timeout, bool read) in common() function
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_upg_file.h | 177 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/ |
| D | hi_upg_file.h | 188 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
|