| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia.c | 21 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 27 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 33 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument 38 #define PREFIX(MODULE) MS_U32 MODULE_##MODULE##_OPEN = MODULE_##MODULE; argument 42 #define PREFIX(MODULE) \ argument 43 extern __attribute__((weak)) MS_U32 MODULE##RegisterToUtopia(FUtopiaOpen ModuleType); 60 #define PREFIX(MODULE) \ argument 61 FUResgisterModuleList MODULE##ResgisterModule = emptyRegisterToUtopia; 71 #define PREFIX(MODULE) \ in autoRegisterModule() argument 72 if (MODULE##RegisterToUtopia != NULL && MODULE_TYPE_##MODULE##_FULL) \ in autoRegisterModule() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 9 #define PREFIX(MODULE) CONFIG_API_##MODULE##_MODULE=0, 15 #define PREFIX(MODULE) CONFIG_DRV_##MODULE##_MODULE=0, 53 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 59 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 65 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument 71 #define PREFIX(MODULE) 0, argument 78 #define PREFIX(MODULE) MS_U32 MODULE_##MODULE##_OPEN = MODULE_##MODULE | \ 79 ((CONFIG_API_##MODULE##_MODULE | CONFIG_DRV_##MODULE##_MODULE) << 31); 87 #define PREFIX(MODULE) \ argument 88 extern MS_U32 MODULE##RegisterToUtopia(FUtopiaOpen ModuleType); [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/ |
| H A D | utopia_dev.c | 41 #define PREFIX(MODULE) \ argument 42 extern __attribute__((weak)) MS_U32 MODULE##_adp_Init(FUtopiaIOctl* pIoctl); 87 #define PREFIX(MODULE) \ argument 88 FUIOCTLSetModule_adp_Init MODULE##IOCTLSetModule_adp_Init = emptyIoctlSetModule; 95 #define PREFIX(MODULE) \ in autoIoctlSetModule() argument 96 if (MODULE##_adp_Init != NULL) \ in autoIoctlSetModule() 98 MODULE##IOCTLSetModule_adp_Init = MODULE##_adp_Init; \ in autoIoctlSetModule() 213 #define PREFIX(MODULE) \ in utopia_proc_ioctl() argument 214 case MODULE_##MODULE : \ in utopia_proc_ioctl() 215 if (MODULE##_adp_Init != NULL) \ in utopia_proc_ioctl() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/ |
| H A D | utopia.c | 14 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 20 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 26 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/ |
| H A D | utopia.c | 15 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 21 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 27 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/ |
| H A D | utopia.c | 14 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 20 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 26 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/ |
| H A D | utopia.c | 14 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 20 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 26 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/ |
| H A D | utopia.c | 16 #define PREFIX(MODULE) "MODULE_"#MODULE, argument 22 #define PREFIX(MODULE) "RPOOL_"#MODULE, argument 28 #define PREFIX(MODULE) "RESOURCE_"#MODULE, argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | export_report.pl | 65 my (%SYMBOL, %MODULE, %opt, @allcfiles); 133 push(@{$MODULE{$thismod}} , $sym); 176 for my $thismod (sort keys %MODULE) { 177 my $list = $MODULE{$thismod};
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ |
| H A D | utopia_driver_id.h | 191 #define PREFIX(MODULE) MODULE_##MODULE, argument 197 #define PREFIX(MODULE) extern MS_U32 MODULE_##MODULE##_OPEN; argument
|