Searched refs:AP_FUNC_COPRO (Results 1 – 4 of 4) sorted by relevance
/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 | 477 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 546 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 574 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove() 607 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 636 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 664 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex4_queue_remove()
|
D | ap_bus.h | 78 #define AP_FUNC_COPRO 3 macro
|
D | ap_bus.c | 620 else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in ap_uevent() 632 else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in ap_uevent()
|