Searched refs:hwtype (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | moduleparam.h | 572 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument 577 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 580 #define module_param_hw(name, type, hwtype, perm) \ argument 581 module_param_hw_named(name, name, type, hwtype, perm) 597 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 607 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | zcrypt.h | 221 unsigned int hwtype:8; member 341 unsigned int hwtype:8; member
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ap.rst | 769 cat /sys/bus/ap/devices/card05/hwtype 771 The hwtype must be 10 or higher (CEX4 or newer) in order to be bound to the
|