Lines Matching defs:perm

73 	const u16 perm;  member
126 #define module_param(name, type, perm) \ argument
132 #define module_param_unsafe(name, type, perm) \ argument
146 #define module_param_named(name, value, type, perm) \ argument
154 #define module_param_named_unsafe(name, value, type, perm) \ argument
167 #define module_param_cb(name, ops, arg, perm) \ argument
170 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
183 #define __level_param_cb(name, ops, arg, perm, level) \ argument
186 #define core_param_cb(name, ops, arg, perm) \ argument
189 #define postcore_param_cb(name, ops, arg, perm) \ argument
192 #define arch_param_cb(name, ops, arg, perm) \ argument
195 #define subsys_param_cb(name, ops, arg, perm) \ argument
198 #define fs_param_cb(name, ops, arg, perm) \ argument
201 #define device_param_cb(name, ops, arg, perm) \ argument
204 #define late_param_cb(name, ops, arg, perm) \ argument
219 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument
229 #define module_param_call(name, _set, _get, arg, perm) \ argument
260 #define core_param(name, var, type, perm) \ argument
267 #define core_param_unsafe(name, var, type, perm) \ argument
284 #define module_param_string(name, string, len, perm) \ argument
421 #define module_param_array(name, type, nump, perm) \ argument
435 #define module_param_array_named(name, array, type, nump, perm) \ argument
469 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
477 #define module_param_hw(name, type, hwtype, perm) \ argument
494 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument