Home
last modified time | relevance | path

Searched defs:module (Results 1 – 2 of 2) sorted by relevance

/scripts/mod/
Dmodpost.h105 struct module { struct
106 struct module *next; argument
107 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 …]
Dmodpost.c144 struct module *module; member
188 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()