Searched refs:hwtype (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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)); \
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-mxc.c | 377 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local 381 hwtype = pdev->id_entry->driver_data; in mxc_gpio_get_hw() 389 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw() 393 if (hwtype == IMX35_GPIO) in mxc_gpio_get_hw() 395 else if (hwtype == IMX31_GPIO) in mxc_gpio_get_hw() 400 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
|
| /Linux-v5.4/arch/s390/include/uapi/asm/ |
| D | zcrypt.h | 222 unsigned int hwtype:8; member 340 unsigned int hwtype:8; member
|
| /Linux-v5.4/drivers/s390/crypto/ |
| D | zcrypt_ccamisc.c | 1504 ci->hwtype = devstat.hwtype; in fetch_cca_info() 1586 ci.hwtype >= minhwtype && in findcard() 1594 if (ci.hwtype >= minhwtype && in findcard() 1617 if (ci.hwtype >= minhwtype && in findcard() 1621 if (ci.hwtype >= minhwtype && in findcard() 1720 if (minhwtype > 0 && minhwtype > ci.hwtype) in cca_findcard2()
|
| D | zcrypt_ccamisc.h | 200 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
|
| D | ap_card.c | 29 static DEVICE_ATTR_RO(hwtype);
|
| D | zcrypt_api.c | 1110 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask() 1135 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext() 1158 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
|
| /Linux-v5.4/Documentation/s390/ |
| D | vfio-ap.rst | 676 cat /sys/bus/ap/devices/card05/hwtype 678 The hwtype must be 10 or higher (CEX4 or newer) in order to be bound to the
|