Lines Matching defs:perm
71 u16 perm; member
124 #define module_param(name, type, perm) \ argument
130 #define module_param_unsafe(name, type, perm) \ argument
144 #define module_param_named(name, value, type, perm) \ argument
152 #define module_param_named_unsafe(name, value, type, perm) \ argument
165 #define module_param_cb(name, ops, arg, perm) \ argument
168 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
181 #define __level_param_cb(name, ops, arg, perm, level) \ argument
184 #define core_param_cb(name, ops, arg, perm) \ argument
187 #define postcore_param_cb(name, ops, arg, perm) \ argument
190 #define arch_param_cb(name, ops, arg, perm) \ argument
193 #define subsys_param_cb(name, ops, arg, perm) \ argument
196 #define fs_param_cb(name, ops, arg, perm) \ argument
199 #define device_param_cb(name, ops, arg, perm) \ argument
202 #define late_param_cb(name, ops, arg, perm) \ argument
217 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument
227 #define module_param_call(name, set, get, arg, perm) \ argument
310 #define core_param(name, var, type, perm) \ argument
325 #define module_param_string(name, string, len, perm) \ argument
454 #define module_param_array(name, type, nump, perm) \ argument
468 #define module_param_array_named(name, array, type, nump, perm) \ argument