Searched defs:module (Results 1 – 3 of 3) sorted by relevance
105 struct module { struct106 struct module *next; argument107 const char *name;108 int gpl_compatible;109 struct symbol *unres;110 int seen;111 int skip;112 int has_init;113 int has_cleanup;114 struct buffer dev_table_buf;[all …]
156 struct module *module; member200 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
349 void *module; member