Lines Matching defs:type
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
328 #define core_param(name, var, type, perm) \ argument
339 #define core_param_unsafe(name, var, type, perm) \ argument
408 #define __param_check(name, p, type) \ argument
500 #define module_param_array(name, type, nump, perm) \ argument
514 #define module_param_array_named(name, array, type, nump, perm) \ argument
548 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
556 #define module_param_hw(name, type, hwtype, perm) \ argument
573 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument