Lines Matching defs:module
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;115 char srcversion[25];