Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A 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 …]
H A Dmodpost.c156 struct module *module; member
200 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h349 void *module; member