| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 111 static struct module *modules; 113 static struct module *find_module(char *modname) in find_module() 115 struct module *mod; in find_module() 123 static struct module *new_module(char *modname) in new_module() 125 struct module *mod; in new_module() 156 struct module *module; member 200 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol() argument 208 new->module = module; in new_symbol() 301 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported() 312 s->module->name, in sym_add_exported() [all …]
|
| H A D | file2alias.c | 107 unsigned char max, struct module *mod) in do_usb_entry() 202 static void do_usb_entry_multi(struct usb_device_id *id, struct module *mod) in do_usb_entry_multi() 264 struct module *mod) in do_usb_table() 428 struct module *mod) in do_pnp_device_entry() 455 struct module *mod) in do_pnp_card_entries() 877 struct module *mod) in do_table() 898 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() 1033 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
|
| H A D | modpost.h | 105 struct module { struct 106 struct module *next; argument 169 void handle_moddevtable(struct module *mod, struct elf_info *info, 171 void add_moddevtable(struct buffer *buf, struct module *mod);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | export_report.pl | 97 my (undef, $symbol, $module, $gpl) = split; 98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl]; 108 my $module; 110 unless (open ($module, '<', $thismod)) { 116 while ( <$module> ) { 131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}}; 132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl]; 140 close($module); 158 my ($module, $value, $symbol, $gpl) = @{$list}; 159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value); [all …]
|
| H A D | namespace.pl | 377 foreach my $module (@{$def{$name}}) { 378 printf "\t$module\n"; 446 my @module = @{$def{$name}}; 447 foreach my $module (@module) { 448 if (! exists($noref{$module})) { 449 $noref{$module} = []; 451 push(@{$noref{$module}}, $name); 457 foreach my $module (sort(keys(%noref))) { 458 printf " $module\n"; 459 foreach (sort(@{$noref{$module}})) {
|
| H A D | markup_oops.pl | 42 my $module = ""; 178 $module = $3; 181 $module = $3; 194 if ($module ne "") { 196 $modulefile = `modinfo -F filename $module`; 201 print "Module .ko file for $module not found. Aborting\n";
|
| H A D | config | 12 --module|-m option Turn option into a module 23 --module-after|-M beforeopt option 24 Turn option into module directly after other option
|
| H A D | Makefile.build | 169 $(if $(part-of-module), \ 174 $(real-objs-m) : part-of-module := y 175 $(real-objs-m:.o=.i) : part-of-module := y 176 $(real-objs-m:.o=.s) : part-of-module := y 177 $(real-objs-m:.o=.lst): part-of-module := y
|
| H A D | module-common.lds | 2 * Common module linker script, always used when linking a module.
|
| H A D | depmod.sh | 12 if ! "$DEPMOD" -V 2>/dev/null | grep -q module-init-tools; then
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | streamline_config.pl | 366 foreach my $module (keys(%modules)) { 367 if (defined($objects{$module})) { 368 my @arr = @{$objects{$module}}; 370 $configs{$conf} = $module; 374 print STDERR "$module config not found!!\n"; 465 foreach my $module (keys(%modules)) { 466 if (defined($objects{$module})) { 467 my @arr = @{$objects{$module}}; 473 print STDERR "module $module did not have configs";
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | ppp-comp.h | 45 struct module; 113 struct module *owner;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stab.def | 62 optimization flags used in this module. */ 86 /* GNU Modula-2 definition module dependency. Value is the modification time
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 1175 # configuration options related to the Perl module output 1179 # generate a Perl module file that captures the structure of 1188 # to generate PDF and DVI output from the Perl module output. 1192 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 1195 # tag is set to NO the size of the Perl module output will be much smaller
|
| H A D | bsp.dxyfile | 1174 # configuration options related to the Perl module output 1178 # generate a Perl module file that captures the structure of 1187 # to generate PDF and DVI output from the Perl module output. 1191 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 1194 # tag is set to NO the size of the Perl module output will be much smaller
|
| H A D | nvr_msr620q_config_nand-jinyan | 1458 # Altera FPGA firmware download module
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 349 void *module; member
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c.0 | 108 #include <linux/module.h> /* Needed by all modules */ 12002 // wait xc front module resume done
|