Searched refs:hwtype (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | moduleparam.h | 551 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument 556 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 559 #define module_param_hw(name, type, hwtype, perm) \ argument 560 module_param_hw_named(name, name, type, hwtype, perm) 576 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 586 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|