Searched refs:AP_FUNC_COPRO (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/s390/crypto/ |
D | zcrypt_cex2c.c | 294 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_card_probe() 315 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_card_remove() 367 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_queue_probe() 388 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_queue_remove()
|
D | zcrypt_cex4.c | 524 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 607 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 635 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove() 668 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 697 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 725 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex4_queue_remove()
|
D | ap_bus.h | 80 #define AP_FUNC_COPRO 3 macro
|
D | ap_bus.c | 640 else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in ap_uevent() 652 else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in ap_uevent()
|