Searched refs:find_module (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c289 static struct module *find_module(const char *name) function
672 mod = find_module(name);
1711 if (find_module(mod->name)) {
2217 if ((mod = find_module(name)) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c93 static struct module *find_module(char *modname) function
1510 if (!(mod = find_module(modname))) {

Completed in 43 milliseconds