Searched refs:hwtype (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | moduleparam.h | 469 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument 474 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 477 #define module_param_hw(name, type, hwtype, perm) \ argument 478 module_param_hw_named(name, name, type, hwtype, perm) 494 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 504 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|