Searched defs:mod (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
H A Dexpr.h27 no, mod, yes enumerator in enum:tristate
/scripts/mod/
H A Dfile2alias.c163 unsigned char max, struct module *mod)
215 buf_printf(&mod->dev_table_buf,
258 static void do_usb_entry_multi(struct usb_device_id *id, struct module *mod) argument
301 do_usb_entry(id, devlo, ndigits, clo, chi, max, mod);
309 ndigits, clo, max, max, mod);
315 ndigits, 0x0, chi, max, mod);
320 struct module *mod)
325 device_id_check(mod->name, "usb", size, id_size, symval);
331 do_usb_entry_multi(symval + i, mod);
492 struct module *mod)
160 do_usb_entry(struct usb_device_id *id, unsigned int bcdDevice_initial, int bcdDevice_initial_digits, unsigned char range_lo, unsigned char range_hi, unsigned char max, struct module *mod) argument
319 do_usb_table(void *symval, unsigned long size, struct module *mod) argument
491 do_pnp_device_entry(void *symval, unsigned long size, struct module *mod) argument
518 do_pnp_card_entries(void *symval, unsigned long size, struct module *mod) argument
1066 do_table(void *symval, unsigned long size, unsigned long id_size, const char *device_id, void *function, struct module *mod) argument
1091 handle_moddevtable(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) argument
1152 add_moddevtable(struct buffer *buf, struct module *mod) argument
[all...]
H A Dmodpost.c115 struct module *mod; local
117 for (mod = modules; mod; mod = mod->next)
118 if (strcmp(mod->name, modname) == 0)
120 return mod;
125 struct module *mod; local
128 mod = NOFAIL(malloc(sizeof(*mod)));
301 sym_add_exported(const char *name, struct module *mod, enum export export) argument
326 sym_update_crc(const char *name, struct module *mod, unsigned int crc, enum export export) argument
586 handle_modversions(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) argument
1668 check_sec_ref(struct module *mod, const char *modname, struct elf_info *elf) argument
1690 struct module *mod; local
1820 check_exports(struct module *mod) argument
1843 add_header(struct buffer *b, struct module *mod) argument
1881 add_versions(struct buffer *b, struct module *mod) argument
1930 add_depends(struct buffer *b, struct module *mod, struct module *modules) argument
1965 add_srcversion(struct buffer *b, struct module *mod) argument
2034 struct module *mod; local
2107 struct module *mod; local
[all...]

Completed in 2397 milliseconds