Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c45 { .dev_type = AP_DEVICE_TYPE_CEX4,
61 { .dev_type = AP_DEVICE_TYPE_CEX4,
476 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
514 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
554 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
H A Dvfio_ap_drv.c45 { .dev_type = AP_DEVICE_TYPE_CEX4,
H A Dap_bus.h72 #define AP_DEVICE_TYPE_CEX4 10 macro
H A Dpkey_ep11.c24 { .dev_type = AP_DEVICE_TYPE_CEX4 },
H A Dpkey_cca.c23 { .dev_type = AP_DEVICE_TYPE_CEX4 },
H A Dap_bus.c1857 if (rawtype < AP_DEVICE_TYPE_CEX4) { in ap_get_compatible_type()
1879 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
H A Dvfio_ap_ops.c2698 if (info.at < AP_DEVICE_TYPE_CEX4) { in vfio_ap_filter_apid_by_qtype()