Lines Matching defs:perm

75 	const u16 perm;  member
128 #define module_param(name, type, perm) \ argument
134 #define module_param_unsafe(name, type, perm) \ argument
148 #define module_param_named(name, value, type, perm) \ argument
156 #define module_param_named_unsafe(name, value, type, perm) \ argument
169 #define module_param_cb(name, ops, arg, perm) \ argument
172 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
185 #define __level_param_cb(name, ops, arg, perm, level) \ argument
188 #define core_param_cb(name, ops, arg, perm) \ argument
191 #define postcore_param_cb(name, ops, arg, perm) \ argument
194 #define arch_param_cb(name, ops, arg, perm) \ argument
197 #define subsys_param_cb(name, ops, arg, perm) \ argument
200 #define fs_param_cb(name, ops, arg, perm) \ argument
203 #define device_param_cb(name, ops, arg, perm) \ argument
206 #define late_param_cb(name, ops, arg, perm) \ argument
221 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument
231 #define module_param_call(name, _set, _get, arg, perm) \ argument
262 #define core_param(name, var, type, perm) \ argument
269 #define core_param_unsafe(name, var, type, perm) \ argument
286 #define module_param_string(name, string, len, perm) \ argument
423 #define module_param_array(name, type, nump, perm) \ argument
437 #define module_param_array_named(name, array, type, nump, perm) \ argument
471 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
479 #define module_param_hw(name, type, hwtype, perm) \ argument
496 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument