Lines Matching defs:perm
73 const u16 perm; member
126 #define module_param(name, type, perm) \ argument
135 #define module_param_unsafe(name, type, perm) \ argument
149 #define module_param_named(name, value, type, perm) \ argument
161 #define module_param_named_unsafe(name, value, type, perm) \ argument
175 #define module_param_cb(name, ops, arg, perm) \ argument
178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
182 #define __level_param_cb(name, ops, arg, perm, level) \ argument
194 #define core_param_cb(name, ops, arg, perm) \ argument
207 #define postcore_param_cb(name, ops, arg, perm) \ argument
220 #define arch_param_cb(name, ops, arg, perm) \ argument
233 #define subsys_param_cb(name, ops, arg, perm) \ argument
246 #define fs_param_cb(name, ops, arg, perm) \ argument
259 #define device_param_cb(name, ops, arg, perm) \ argument
272 #define late_param_cb(name, ops, arg, perm) \ argument
287 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument
301 #define module_param_call(name, _set, _get, arg, perm) \ argument
332 #define core_param(name, var, type, perm) \ argument
343 #define core_param_unsafe(name, var, type, perm) \ argument
360 #define module_param_string(name, string, len, perm) \ argument
504 #define module_param_array(name, type, nump, perm) \ argument
518 #define module_param_array_named(name, array, type, nump, perm) \ argument
552 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
560 #define module_param_hw(name, type, hwtype, perm) \ argument
577 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument