Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 24 of 24) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c115 struct module *mod; in find_module() local
117 for (mod = modules; mod; mod = mod->next) in find_module()
118 if (strcmp(mod->name, modname) == 0) in find_module()
120 return mod; in find_module()
125 struct module *mod; in new_module() local
128 mod = NOFAIL(malloc(sizeof(*mod))); in new_module()
129 memset(mod, 0, sizeof(*mod)); in new_module()
137 mod->is_dot_o = 1; in new_module()
141 mod->name = p; in new_module()
142 mod->gpl_compatible = -1; in new_module()
[all …]
H A Dfile2alias.c107 unsigned char max, struct module *mod) in do_usb_entry() argument
159 buf_printf(&mod->dev_table_buf, in do_usb_entry()
202 static void do_usb_entry_multi(struct usb_device_id *id, struct module *mod) in do_usb_entry_multi() argument
245 do_usb_entry(id, devlo, ndigits, clo, chi, max, mod); in do_usb_entry_multi()
253 ndigits, clo, max, max, mod); in do_usb_entry_multi()
259 ndigits, 0x0, chi, max, mod); in do_usb_entry_multi()
264 struct module *mod) in do_usb_table() argument
269 device_id_check(mod->name, "usb", size, id_size, symval); in do_usb_table()
275 do_usb_entry_multi(symval + i, mod); in do_usb_table()
428 struct module *mod) in do_pnp_device_entry() argument
[all …]
H A Dmodpost.h169 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 DMakefile.modpost63 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
75 modpost = scripts/mod/modpost \
93 quiet_cmd_kernel-mod = MODPOST $@
94 cmd_kernel-mod = $(modpost) $@
97 $(call cmd,kernel-mod)
101 $(modules:.ko=.mod.c): __modpost ;
107 modname = $(notdir $(@:.mod.o=))
113 $(modules:.ko=.mod.o): %.mod.o: %.mod.c FORCE
116 targets += $(modules:.ko=.mod.o)
124 $(modules): %.ko :%.o %.mod.o FORCE
H A DMakefile.fwinst20 mod-fw := $(fw-shipped-m)
24 mod-fw += $(fw-shipped-y)
27 installed-mod-fw := $(addprefix $(INSTALL_FW_PATH)/,$(mod-fw))
54 __fw_modinst: $(installed-mod-fw)
57 __fw_modbuild: $(addprefix $(obj)/,$(mod-fw))
H A Dexport_report.pl28 for my $mod (sort keys %$href) {
29 my $list = $href->{$mod};
30 print "\t$mod:\n";
54 while (<.tmp_versions/*.mod>) {
H A DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
24 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
26 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
H A DMakefile.build161 cmd_secanalysis = ; scripts/mod/modpost $@
313 @{ echo $(@:.o=.ko); echo $@; } > $(MODVERDIR)/$(@F:.o=.mod)
431 @{ echo $(@:.o=.ko); echo $(link_multi_deps); } > $(MODVERDIR)/$(@F:.o=.mod)
H A DMakefile31 subdir-y += mod
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx852 U32 mod in get_iso_range() argument
894 now %= mod; in get_iso_range()
895 end = now + mod; in get_iso_range()
902 *start = last % mod; in get_iso_range()
903 *max = (last + 1) % mod; in get_iso_range()
914 temp += mod; in get_iso_range()
949 U32 mod = ehci->periodic_size << 3; in itd_schedule() local
956 if ((status = get_iso_range (ehci, urb, &start, &max, mod)) != 0) in itd_schedule()
970 uframe %= mod; in itd_schedule()
998 uframe %= mod; in itd_schedule()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c21 .curr = { "m", mod },
200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
212 if (tri == mod) in sym_calc_visibility()
221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
367 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
466 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
519 newval = mod; in sym_toggle_tristate_value()
521 case mod: in sym_toggle_tristate_value()
609 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
632 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
[all …]
H A Dconf.c177 case mod: in conf_sym()
186 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
206 newval = mod; in conf_sym()
245 case mod: in conf_choice()
254 case mod: in conf_choice()
389 if (sym->curr.tri != mod) in conf()
H A Dmconf.c420 case mod: ch = 'M'; break; in build_conf()
473 case mod: ch = 'M'; break; in build_conf()
477 if (sym->rev_dep.tri == mod) in build_conf()
593 if (sym_set_tristate_value(sym, mod)) in conf()
603 sym_set_tristate_value(sym, mod); in conf()
H A Dconfdata.c127 sym->def[def].tri = mod; in conf_set_sym_val()
319 case mod: in conf_read_simple()
456 case mod: in conf_write_symbol()
834 case mod: in conf_write_autoconf()
1001 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
H A Dnconf.c814 case mod: in build_conf()
869 case mod: in build_conf()
877 if (sym->rev_dep.tri == mod) in build_conf()
1199 if (sym_set_tristate_value(sym, mod)) in conf()
1209 sym_set_tristate_value(sym, mod); in conf()
H A Dqconf.cc183 case mod: in updateMenu()
199 if (expr != mod) in updateMenu()
200 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
699 setValue(item, mod); in keyPressEvent()
758 setValue(item, mod); in contentsMouseReleaseEvent()
1003 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
H A Dgconf.c845 newval = mod; in change_sym_value()
1184 case mod: in fill_row()
1199 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
H A Dexpr.h26 no, mod, yes enumerator
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DXtvTypes.h217 #define X_WARN_CREATE(mod,num,txt) ((XSTATUS)(((mod & 0x7f)<< 8) | (num & 0xff))) argument
218 #define X_ERR_CREATE(mod,num,txt) ((XSTATUS)(0x8000 | X_WARN_CREATE(mod,num,txt))) argument
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsTypes.h383 MS_U16 mod; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsTypes.h450 MS_U16 mod; member
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd291 $(wildcard include/config/mp/ion/patch/cache/flush/mod.h) \
292 $(wildcard include/config/mp/ion/patch/cache/flush/mod/debug.h) \
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.01305 // Set PAFRC mixed with noise dither disable---Move the control to pnl mod init
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt10903 MS_U16 mod;