Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dmoduleparam.h556 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
561 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
564 #define module_param_hw(name, type, hwtype, perm) \ argument
565 module_param_hw_named(name, name, type, hwtype, perm)
581 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument
591 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \

Completed in 4 milliseconds