Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c122 struct module *mod; in find_module() local
124 for (mod = modules; mod; mod = mod->next) in find_module()
125 if (strcmp(mod->name, modname) == 0) in find_module()
127 return mod; in find_module()
132 struct module *mod; in new_module() local
135 mod = NOFAIL(malloc(sizeof(*mod))); in new_module()
136 memset(mod, 0, sizeof(*mod)); in new_module()
142 mod->is_dot_o = 1; in new_module()
146 mod->name = p; in new_module()
147 mod->gpl_compatible = -1; in new_module()
[all …]
Dfile2alias.c190 unsigned char max, struct module *mod) in do_usb_entry() argument
251 buf_printf(&mod->dev_table_buf, in do_usb_entry()
294 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi() argument
341 do_usb_entry(symval, devlo, ndigits, clo, chi, max, mod); in do_usb_entry_multi()
349 ndigits, clo, max, max, mod); in do_usb_entry_multi()
355 ndigits, 0x0, chi, max, mod); in do_usb_entry_multi()
360 struct module *mod) in do_usb_table() argument
365 device_id_check(mod->name, "usb", size, id_size, symval); in do_usb_table()
371 do_usb_entry_multi(symval + i, mod); in do_usb_table()
374 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi() argument
[all …]
Dmodpost.h175 void handle_moddevtable(struct module *mod, struct elf_info *info,
177 void add_moddevtable(struct buffer *buf, struct module *mod);
/scripts/
DMakefile.modpost72 modpost = scripts/mod/modpost \
109 quiet_cmd_kernel-mod = MODPOST $@
110 cmd_kernel-mod = $(modpost) $@
113 $(call cmd,kernel-mod)
117 $(modules:.ko=$(modpost-ext).mod.c): __modpost ;
122 modname = $(notdir $(@:.mod.o=))
128 $(modules:.ko=.mod.o): %.mod.o: %$(modpost-ext).mod.c FORCE
131 targets += $(modules:.ko=$(modpost-ext).mod.o)
158 $(modules): %.ko: %$(modpost-ext).o %.mod.o FORCE
DMakefile.fwinst20 mod-fw := $(fw-shipped-m)
24 mod-fw += $(fw-shipped-y)
36 installed-mod-fw := $(addprefix $(INSTALL_FW_PATH)/,$(mod-fw))
52 __fw_modinst: $(installed-mod-fw)
55 __fw_modbuild: $(addprefix $(obj)/,$(mod-fw))
DMakefile.modsign10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
24 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
30 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
32 modinst_dir ?= $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
Dexport_report.pl28 for my $mod (sort keys %$href) {
29 my $list = $href->{$mod};
30 print "\t$mod:\n";
54 while (<.tmp_versions/*.mod>) {
Dadjust_autoksyms.sh62 sed -ns -e '3{s/ /\n/g;/^$/!p;}' "$MODVERDIR"/*.mod | sort -u |
DMakefile44 subdir-y += mod
DMakefile.build113 cmd_secanalysis = ; scripts/mod/modpost $@
340 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod)
632 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod)
/scripts/kconfig/
Dconf.c182 case mod: in conf_sym()
191 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
211 newval = mod; in conf_sym()
250 case mod: in conf_choice()
259 case mod: in conf_choice()
396 if (sym->curr.tri != mod) in conf()
Dsymbol.c20 .curr = { "m", mod },
229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
234 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
246 if (tri == mod) in sym_calc_visibility()
255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
416 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
497 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
550 newval = mod; in sym_toggle_tristate_value()
552 case mod: in sym_toggle_tristate_value()
640 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
[all …]
Dmconf.c549 case mod: ch = 'M'; break; in build_conf()
602 case mod: ch = 'M'; break; in build_conf()
606 if (sym->rev_dep.tri == mod) in build_conf()
726 if (sym_set_tristate_value(sym, mod)) in conf()
736 sym_set_tristate_value(sym, mod); in conf()
Dnconf.c815 case mod: in build_conf()
870 case mod: in build_conf()
878 if (sym->rev_dep.tri == mod) in build_conf()
1195 if (sym_set_tristate_value(sym, mod)) in conf()
1205 sym_set_tristate_value(sym, mod); in conf()
Dconfdata.c133 sym->def[def].tri = mod; in conf_set_sym_val()
389 case mod: in conf_read_simple()
1185 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
1200 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
Dqconf.cc173 case mod: in updateMenu()
189 if (expr != mod) in updateMenu()
190 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
750 setValue(item, mod); in keyPressEvent()
808 setValue(item, mod); in mouseReleaseEvent()
1065 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
Dexpr.h28 no, mod, yes enumerator
Dgconf.c817 newval = mod; in change_sym_value()
1127 case mod: in fill_row()
1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()