Lines Matching defs:module
117 struct module { struct
118 struct module *next; argument
119 const char *name;
120 int gpl_compatible;
121 struct symbol *unres;
122 int seen;
123 int skip;
124 int has_init;
125 int has_cleanup;
126 struct buffer dev_table_buf;
127 char srcversion[25];
128 int is_dot_o;
130 struct namespace_list *required_namespaces;
132 struct namespace_list *imported_namespaces;