Lines Matching defs:type
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
262 #define core_param(name, var, type, perm) \ argument
269 #define core_param_unsafe(name, var, type, perm) \ argument
338 #define __param_check(name, p, type) \ 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