Searched refs:__module_param_call (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-9/include/linux/ |
D | moduleparam.h | 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] =… macro 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, nam…
|