Searched refs:init_module (Results 1 – 17 of 17) sorted by relevance
160 int (*init_module)(struct device *dev, member
403 .init_module = omap_hwmod_init_module,
91 COND_SYSCALL(init_module);
178 168 n64 init_module sys_init_module
134 105 common init_module sys_init_module
215 the usage of the init_module syscall.
138 128 common init_module sys_init_module
229 210 common init_module sys_init_module
187 175 common init_module sys_init_module
143 128 i386 init_module sys_init_module
145 128 common init_module sys_init_module
229 190 common init_module sys_init_module
119 128 common init_module sys_init_module sys_init_module
173 128 nospu init_module sys_init_module
2101 if (!pdata || !pdata->init_module) in sysc_legacy_init()2104 error = pdata->init_module(ddata->dev, ddata->mdata, &ddata->cookie); in sysc_legacy_init()
3570 SYSCALL_DEFINE3(init_module, void __user *, umod, in SYSCALL_DEFINE3() argument