Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/
H A Dmove.sh3 mkdir -p modules/msos/utopia_adaption
4 mkdir -p modules/msos/drv
5 mkdir -p modules/msos/hal/manhattan
6 mkdir -p modules/msos/hal/maserati
7 mkdir -p modules/msos/hal/M7821
9 mkdir -p modules/xc/drv
10 mkdir -p modules/xc/api
11 mkdir -p modules/xc/hal/maserati
12 mkdir -p modules/xc/hal/M7821
13 mkdir -p modules/xc/hal/manhattan
[all …]
H A DTagLog.sh8 ./modules/msos
9 ./modules/xc
10 ./modules/acp
11 ./modules/ch34
12 ./modules/dac
13 ./modules/dlc
14 ./modules/mfc
15 ./modules/pq
16 ./modules/sc
17 ./modules/ve
[all …]
H A Dgenlink.sh113 ln -s -v $PWD/modules/msos/msos $PWD/mxlib/msos
114 ln -s -v $PWD/modules/msos/utopia_core $PWD/mxlib/utopia_core
115 ln -s -v $PWD/modules/msos/utopia_api_relation $PWD/mxlib/utopia_api_relation
128 ln -s -v $PWD/modules/${MODULE_FOLDER[$index]}/api/${API_FOLDER[$jndex]} $PWD/mxlib/api/${API_FOLDE…
137 ln -s -v $PWD/modules/${MODULE_FOLDER[$index]}/drv/${DRV_FOLDER[$jndex]} $PWD/mxlib/drv/${DRV_FOLDE…
146 ln -s -v $PWD/modules/${MODULE_FOLDER[$index]}/utopia_adaption/${ADAPTION_FOLDER[$jndex]} $PWD/mxli…
157 ln -s -v $PWD/modules/${MODULE_FOLDER[$index]}/hal/${CHIP[$jndex]}/${HAL_FOLDER[$kndex]} $PWD/mxlib…
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DMakefile.modpost64 modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o)))
67 _modpost: $(if $(KBUILD_MODPOST_NOFINAL), $(modules:.ko:.o),$(modules))
86 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
90 __modpost: $(modules:.ko=.o) FORCE
101 $(modules:.ko=.mod.c): __modpost ;
113 $(modules:.ko=.mod.o): %.mod.o: %.mod.c FORCE
116 targets += $(modules:.ko=.mod.o)
124 $(modules): %.ko :%.o %.mod.o FORCE
127 targets += $(modules)
H A DMakefile.modinst13 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
15 PHONY += $(modules)
16 __modinst: $(modules)
28 $(modules):
H A DMakefile.modbuiltin34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym))
36 modbuiltin-target := $(obj)/modules.builtin
H A Dver_linux95 if [ -e /proc/modules ]; then
96 X=`cat /proc/modules | sed -e "s/ .*$//"`
H A DMakefile.build139 modorder-target := $(obj)/modules.order
385 $(if $(filter %/modules.order, $m), \
H A DMakefile.lib36 modorder := $(patsubst %/,%/modules.order, $(filter %/, $(obj-y)) $(obj-m:.o=.ko))
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dstreamline_config.pl323 my %modules;
358 $modules{$1} = 1;
366 foreach my $module (keys(%modules)) {
465 foreach my $module (keys(%modules)) {
H A Dzconf.hash.c_shipped111 char kconf_id_strings_str27[sizeof("modules")];
146 "modules",
H A Dzconf.gperf44 modules, T_OPT_MODULES, TF_OPTION keyword
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c111 static struct module *modules; variable
117 for (mod = modules; mod; mod = mod->next) in find_module()
143 mod->next = modules; in new_module()
144 modules = mod; in new_module()
1916 struct module *modules) in add_depends() argument
1922 for (m = modules; m; m = m->next) in add_depends()
2158 for (mod = modules; mod; mod = mod->next) { in main()
2166 for (mod = modules; mod; mod = mod->next) { in main()
2177 add_depends(&buf, mod, modules); in main()
/utopia/UTPA2-700.0.x/projects/build/
H A DCreateKsym--.sh168 find $PWD/../../modules/pq -name "drvPQ.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
169 … find $PWD/../../modules/pq -name "drvPQ_cus.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
H A DMakefile42 MODULESPATH = $(ROOT)/modules
1403 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
1411 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
H A Dnvr_msr620q_config_nand-jinyan730 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
H A DbspOneUtopia.dxyfile1308 # in the modules index. If set to NO, only the current project's groups will
/utopia/
H A DCreateKsym.sh175 find $PWD/../../modules/pq -name "drvPQ.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
176 … find $PWD/../../modules/pq -name "drvPQ_cus.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
/utopia/UTPA2-700.0.x/projects/build/scripts/checkconfig/
H A Dconfig.required.all102 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt157 code means all the source code for all modules it contains, plus any
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c2762 This field is unique chip data that can be shared with other non-NDS modules. in HAL_NSK2_GetPubOTP()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/
H A DhalNSK2.c4173 This field is unique chip data that can be shared with other non-NDS modules. in HAL_NSK2_GetPubOTP()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c2746 This field is unique chip data that can be shared with other non-NDS modules. in HAL_NSK2_GetPubOTP()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c2759 This field is unique chip data that can be shared with other non-NDS modules. in HAL_NSK2_GetPubOTP()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c2764 This field is unique chip data that can be shared with other non-NDS modules. in HAL_NSK2_GetPubOTP()

12