hwtype 222 arch/s390/include/uapi/asm/zcrypt.h unsigned int hwtype:8; hwtype 340 arch/s390/include/uapi/asm/zcrypt.h unsigned int hwtype:8; hwtype 377 drivers/gpio/gpio-mxc.c enum mxc_gpio_hwtype hwtype; hwtype 381 drivers/gpio/gpio-mxc.c hwtype = pdev->id_entry->driver_data; hwtype 389 drivers/gpio/gpio-mxc.c BUG_ON(mxc_gpio_hwtype != hwtype); hwtype 393 drivers/gpio/gpio-mxc.c if (hwtype == IMX35_GPIO) hwtype 395 drivers/gpio/gpio-mxc.c else if (hwtype == IMX31_GPIO) hwtype 400 drivers/gpio/gpio-mxc.c mxc_gpio_hwtype = hwtype; hwtype 29 drivers/s390/crypto/ap_card.c static DEVICE_ATTR_RO(hwtype); hwtype 1110 drivers/s390/crypto/zcrypt_api.c stat->hwtype = zc->card->ap_dev.device_type; hwtype 1135 drivers/s390/crypto/zcrypt_api.c stat->hwtype = zc->card->ap_dev.device_type; hwtype 1158 drivers/s390/crypto/zcrypt_api.c devstat->hwtype = zc->card->ap_dev.device_type; hwtype 1504 drivers/s390/crypto/zcrypt_ccamisc.c ci->hwtype = devstat.hwtype; hwtype 1586 drivers/s390/crypto/zcrypt_ccamisc.c ci.hwtype >= minhwtype && hwtype 1594 drivers/s390/crypto/zcrypt_ccamisc.c if (ci.hwtype >= minhwtype && hwtype 1617 drivers/s390/crypto/zcrypt_ccamisc.c if (ci.hwtype >= minhwtype && hwtype 1621 drivers/s390/crypto/zcrypt_ccamisc.c if (ci.hwtype >= minhwtype && hwtype 1720 drivers/s390/crypto/zcrypt_ccamisc.c if (minhwtype > 0 && minhwtype > ci.hwtype) hwtype 200 drivers/s390/crypto/zcrypt_ccamisc.h int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ hwtype 469 include/linux/moduleparam.h #define module_param_hw_named(name, value, type, hwtype, perm) \ hwtype 474 include/linux/moduleparam.h KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ hwtype 477 include/linux/moduleparam.h #define module_param_hw(name, type, hwtype, perm) \ hwtype 478 include/linux/moduleparam.h module_param_hw_named(name, name, type, hwtype, perm) hwtype 494 include/linux/moduleparam.h #define module_param_hw_array(name, type, hwtype, nump, perm) \ hwtype 504 include/linux/moduleparam.h KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \