Lines Matching defs:perm
72 const u16 perm; member
125 #define module_param(name, type, perm) \ argument
131 #define module_param_unsafe(name, type, perm) \ argument
145 #define module_param_named(name, value, type, perm) \ argument
153 #define module_param_named_unsafe(name, value, type, perm) \ argument
166 #define module_param_cb(name, ops, arg, perm) \ argument
169 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
182 #define __level_param_cb(name, ops, arg, perm, level) \ argument
185 #define core_param_cb(name, ops, arg, perm) \ argument
188 #define postcore_param_cb(name, ops, arg, perm) \ argument
191 #define arch_param_cb(name, ops, arg, perm) \ argument
194 #define subsys_param_cb(name, ops, arg, perm) \ argument
197 #define fs_param_cb(name, ops, arg, perm) \ argument
200 #define device_param_cb(name, ops, arg, perm) \ argument
203 #define late_param_cb(name, ops, arg, perm) \ argument
218 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument
228 #define module_param_call(name, set, get, arg, perm) \ argument
267 #define core_param(name, var, type, perm) \ argument
274 #define core_param_unsafe(name, var, type, perm) \ argument
291 #define module_param_string(name, string, len, perm) \ argument
428 #define module_param_array(name, type, nump, perm) \ argument
442 #define module_param_array_named(name, array, type, nump, perm) \ argument