Searched refs:loadKernelModule (Results 1 – 3 of 3) sorted by relevance
58 int loadKernelModule(char *modpath, const char *args);
61 int Controller::loadKernelModule(char *modpath, const char *args) { in loadKernelModule() function in Controller
122 if (loadKernelModule(mModulePath, mModuleArgs)) { in enable()