rawtype          1316 drivers/s390/crypto/ap_bus.c static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func)
rawtype          1321 drivers/s390/crypto/ap_bus.c 	if (rawtype < AP_DEVICE_TYPE_CEX2A)
rawtype          1324 drivers/s390/crypto/ap_bus.c 	if (rawtype <= AP_DEVICE_TYPE_CEX7)
rawtype          1325 drivers/s390/crypto/ap_bus.c 		return rawtype;
rawtype          1345 drivers/s390/crypto/ap_bus.c 		       AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype);
rawtype          1346 drivers/s390/crypto/ap_bus.c 	else if (comp_type != rawtype)
rawtype          1348 drivers/s390/crypto/ap_bus.c 		       AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype, comp_type);