/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/ |
D | system_config.ld.S | 3 #define LOS_CB_START(module) __##module##_start argument 4 #define LOS_CB_END(module) __##module##_end argument 5 #define LOS_BLOCK_START(module) __block_##module##_start argument 6 #define LOS_BLOCK_END(module) __block_##module##_end argument 7 #define LOS_GET_SPACE_FOR_SYSTEM(module, X) \ argument 9 LOS_BLOCK_START(module) = .;\ 10 LOS_CB_START(module) = .;\ 11 KEEP(*(.##module)); \ 12 LOS_CB_END(module) = .;\ 13 . += (LOS_CB_END(module) - LOS_CB_START(module))*((X) - 1);\ [all …]
|
/device/soc/hpmicro/sdk/hpm_sdk/components/adc/ |
D | hpm_adc.h | 55 adc_module module; member 72 adc_module module; member 89 adc_module module; member 106 adc_module module; member 123 adc_module module; member 140 adc_module module; member 154 adc_module module; member 172 if (config->module == adc_module_adc12) { in hpm_adc_init_default_config() 176 } else if (config->module == adc_module_adc16) { in hpm_adc_init_default_config() 191 if (config->module == adc_module_adc12) { in hpm_adc_init_channel_default_config() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
D | scons_env_cfg.py | 113 def set_environs(self, env, env_name='all', env_value=None, module='common'): argument 120 env['ARFLAGS'] = get_proj_env_value('ar_flags', module) 121 env.Append(CCFLAGS=get_proj_env_value('opts', module)) 122 env.Append(ASLAGS=get_proj_env_value('as_flags', module)) 123 env.Append(LINKFLAGS=get_proj_env_value('link_flags', module)) 124 env['LINK_SCRIPTS_FLAG'] = get_proj_env_value('link_scripts_flag', module) 127 env.Append(CPPPATH=get_proj_env_value('common_inc_path', module)) 128 env.Append(CPPDEFINES=get_proj_env_value('defines', module)) 129 if get_proj_env_value('liteos_inc_path', module) is not None: 130 …d(CPPPATH = [os.path.join(self.os_root, x) for x in get_proj_env_value('liteos_inc_path', module)]) [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
D | scons_env_cfg.py | 113 def set_environs(self, env, env_name='all', env_value=None, module='common'): argument 120 env['ARFLAGS'] = get_proj_env_value('ar_flags', module) 121 env.Append(CCFLAGS=get_proj_env_value('opts', module)) 122 env.Append(ASLAGS=get_proj_env_value('as_flags', module)) 123 env.Append(LINKFLAGS=get_proj_env_value('link_flags', module)) 124 env['LINK_SCRIPTS_FLAG'] = get_proj_env_value('link_scripts_flag', module) 127 env.Append(CPPPATH=get_proj_env_value('common_inc_path', module)) 128 env.Append(CPPDEFINES=get_proj_env_value('defines', module)) 129 if get_proj_env_value('liteos_inc_path', module) is not None: 130 …d(CPPPATH = [os.path.join(self.os_root, x) for x in get_proj_env_value('liteos_inc_path', module)]) [all …]
|
/device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
D | Kconfig | 51 To compile this driver as a module, choose M here: the module 61 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 85 To compile this driver as a module, choose M here: the module 97 To compile this driver as a module, choose M here: the module 108 To compile this driver as a module, choose M here: the module 117 To compile this driver as a module, choose M here: the module 126 To compile this driver as a module, choose M here: the module 136 To compile this driver as a module, choose M Here: the module 146 To compile this driver as a module, choose M here: the module [all …]
|
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/ |
D | Kconfig | 39 To compile this driver as a module, choose M here: the module will be 51 To compile this driver as a module, choose M here: the 52 module will be called ad7192. 64 To compile this driver as a module, choose M here: the module will be 74 To compile this driver as a module, choose M here: the 75 module will be called ad7291. 84 To compile this driver as a module, choose M here: the 85 module will be called ad7292. 96 To compile this driver as a module, choose M here: the 97 module will be called ad7298. [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/ |
D | acamera_logger.h | 130 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 132 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 134 level, module, __VA_ARGS__ ); \ 137 #define ACAMERA_LOG_ISR( level, module, ... ) \ argument 139 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 141 level, module, __VA_ARGS__ ); \ 144 #define ACAMERA_LOG_ISR( level, module, ... ) (void)0 argument 151 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 153 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 154 _acamera_log_write( level, module, __VA_ARGS__ ); \ [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/ |
D | acamera_logger.h | 130 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 132 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 134 level, module, __VA_ARGS__ ); \ 137 #define ACAMERA_LOG_ISR( level, module, ... ) \ argument 139 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 141 level, module, __VA_ARGS__ ); \ 144 #define ACAMERA_LOG_ISR( level, module, ... ) (void)0 argument 151 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 153 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 154 _acamera_log_write( level, module, __VA_ARGS__ ); \ [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/ |
D | acamera_logger.h | 130 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 132 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 134 level, module, __VA_ARGS__ ); \ 137 #define ACAMERA_LOG_ISR( level, module, ... ) \ argument 139 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 141 level, module, __VA_ARGS__ ); \ 144 #define ACAMERA_LOG_ISR( level, module, ... ) (void)0 argument 151 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 153 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 154 _acamera_log_write( level, module, __VA_ARGS__ ); \ [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/ |
D | acamera_logger.h | 130 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 132 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 134 level, module, __VA_ARGS__ ); \ 137 #define ACAMERA_LOG_ISR( level, module, ... ) \ argument 139 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 141 level, module, __VA_ARGS__ ); \ 144 #define ACAMERA_LOG_ISR( level, module, ... ) (void)0 argument 151 #define ACAMERA_LOG_WRITE( level, module, ... ) \ argument 153 if ( ACAMERA_LOG_ON( level, 1 << module ) ) \ 154 _acamera_log_write( level, module, __VA_ARGS__ ); \ [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
D | los_build.h | 36 #define LOS_CB_START(module) __##module##_start argument 37 #define LOS_CB_END(module) __##module##_end argument 38 #define LOS_BLOCK_START(module) __block_##module##_start argument 39 #define LOS_BLOCK_END(module) __block_##module##_end argument
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
D | prepare.py | 48 def transform_env_to_make(env_cfg, module = 'common'): argument 54 … flg_cfg = fixed_env_cfg[flag[flg]][module] if module in fixed_env_cfg[flag[flg]] else None 58 inc_path = common_inc[module] if module in common_inc else None 66 inc_path = os_inc[module] if module in os_inc else None 172 def prepare_module_lib_cfg(env_cfg, module): argument 173 src_makefile = os.path.join(proj_top_dir, env_cfg.get_module_dir(module), 'module_config.mk') 174 print('module:',module) 179 lib_cfg = get_fixed_config('lib_cfg')[module] 190 … flg_cfg = fixed_env_cfg[flag[flg]][module] if module in fixed_env_cfg[flag[flg]] else None 194 inc_path = common_inc[module] if module in common_inc else None [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/scripts/ |
D | lib.mk | 169 extra-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(extra-y)),$(extra… 170 always := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(always)),$(always)) 171 targets := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(targets)),$(targe… 172 obj-y := $(if $(filter-module-pattern) $(filter-obj),$(filter-out $(filter-module-pattern) $(filte… 173 lib-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(lib-y)),$(lib-y)) 174 subdir-obj-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(subdir-obj-y)… 175 real-objs-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(real-objs-y)),… 176 multi-used-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(multi-used-y)… 177 multi-objs-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(multi-objs-y)… 178 subdir-y := $(if $(filter-module-pattern),$(filter-out $(filter-module-pattern),$(subdir-y)),$(subd… [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/compiler/ |
D | compiler.h | 53 #define SHARED_HOST_DECLARE(module, type, name) \ argument 54 type backup_ ## name __SHARED_HOST_N(module, name) 57 #define SHARED_HOST_ARRAY_DECLARE(module, type, count, name) \ argument 58 type backup_ ## name[count] __SHARED_HOST_N(module, name) 61 #define SHARED_HOST_ARRAY2_DECLARE(module, type, count1, count2, name) \ argument 62 type backup_ ## name[count1][count2] __SHARED_HOST_N(module, name) 67 #define PRIVATE_HOST_DECLARE(module, type, name) \ argument 68 type backup_ ## name __PRIVATE_HOST_N(module, name) 71 #define PRIVATE_HOST_ARRAY_DECLARE(module, type, count, name) \ argument 72 type backup_ ## name[count] __PRIVATE_HOST_N(module, name) [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
D | cmpi_mod.c | 188 hi_s32 cmpi_register_module(umap_module *module) in cmpi_register_module() argument 193 if (module == HI_NULL || in cmpi_register_module() 194 module->pfn_init == HI_NULL || in cmpi_register_module() 195 module->pfn_exit == HI_NULL) { in cmpi_register_module() 200 HI_ASSERT(module->mod_id < MAX_MPP_MODULES); in cmpi_register_module() 204 if (tmp->mod_id == module->mod_id) { in cmpi_register_module() 206 module->mod_name); in cmpi_register_module() 212 ret = module->pfn_init(module->data); in cmpi_register_module() 215 module->mod_name); in cmpi_register_module() 219 module->inited = HI_TRUE; in cmpi_register_module() [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/norflash_api/ |
D | app_flash_api.h | 38 void app_flash_register_module(uint8_t module, 53 void app_flash_flush_pending_op(enum NORFLASH_API_MODULE_ID_T module, 70 void app_flash_sector_erase(enum NORFLASH_API_MODULE_ID_T module, uint32_t flashOffset); 79 void app_flash_erase(enum NORFLASH_API_MODULE_ID_T module, uint32_t flashOffset, uint32_t len); 96 void app_flash_program(enum NORFLASH_API_MODULE_ID_T module, 110 void app_flash_read(enum NORFLASH_API_MODULE_ID_T module,
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
D | module.h | 3 #define TRACE_SYSTEM module 14 struct module; 16 TP_PROTO(const struct module *mod), 20 TP_PROTO(const struct module *mod),
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/utility/ |
D | config.c | 319 struct modules_config *module; in parse_modules_from_device_tree() local 402 module = &vind->modules[i]; in parse_modules_from_device_tree() 403 sensors = &module->sensors; in parse_modules_from_device_tree() 423 module->flash_used = 0; in parse_modules_from_device_tree() 424 module->act_used = 0; in parse_modules_from_device_tree() 447 struct modules_config *module = NULL; in parse_modules_from_device_tree() 465 module = &vind->modules[i]; in parse_modules_from_device_tree() 466 sensors = &module->sensors; in parse_modules_from_device_tree() 492 module->act_used = 0; in parse_modules_from_device_tree() 498 module->act_used = 1; in parse_modules_from_device_tree() [all …]
|
D | vin_supply.c | 34 struct modules_config *module = NULL; in sd_to_modules() local 38 module = &vind->modules[i]; in sd_to_modules() 41 if (!strcmp(module->sensors.inst[j].cam_name, sd->name)) in sd_to_modules() 42 return module; in sd_to_modules() 44 if ((sd == module->modules.sensor[j].sd) || in sd_to_modules() 45 (sd == module->modules.act[j].sd) || in sd_to_modules() 46 (sd == module->modules.flash.sd)) in sd_to_modules() 47 return module; in sd_to_modules() 58 struct modules_config *module = sd_to_modules(sd); in find_power_pmic() local 60 if (!module) { in find_power_pmic() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | hi_error_def.h | 64 #define HI_APP_DEF_ERR(module, level, errid) \ argument 65 ((HI_S32)((HI_ERR_APP_APPID) | ((module) << 16) | ((level) << 13) | (errid))) 67 #define HI_EXT_APP_DEF_ERR(module, level, errid) \ argument 68 ((HI_S32)((HI_ERR_EXT_APP_APPID) | ((module) << 16) | ((level) << 13) | (errid)))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/hilink/ |
D | SConscript | 10 module_path = env_cfg.get_module_dir(module) 12 module_libs = env_cfg.get_module_libs(module) 16 env_cfg.append_environs(env, module) 17 common_env.print_log_env(env, env_cfg.get_module_dir(module))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/ |
D | SConscript | 9 module_path = env_cfg.get_module_dir(module) 11 module_libs = env_cfg.get_module_libs(module) 15 env_cfg.append_environs(env, module) 16 common_env.print_log_env(env, env_cfg.get_module_dir(module))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/ |
D | SConscript | 23 module_path = env_cfg.get_module_dir(module) 25 module_libs = env_cfg.get_module_libs(module) 29 env_cfg.append_environs(env, module) 30 common_env.print_log_env(env, env_cfg.get_module_dir(module))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/ |
D | SConscript | 10 module_path = env_cfg.get_module_dir(module) 12 module_libs = env_cfg.get_module_libs(module) 16 env_cfg.append_environs(env, module) 17 common_env.print_log_env(env, env_cfg.get_module_dir(module))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/ |
D | SConscript | 10 module_path = env_cfg.get_module_dir(module) 12 module_libs = env_cfg.get_module_libs(module) 16 env_cfg.append_environs(env, module) 17 common_env.print_log_env(env, env_cfg.get_module_dir(module))
|