Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/crypto/
Dap_bus.c1282 int comp_type = 0; in ap_get_compatible_type() local
1305 comp_type = apinfo.cat; in ap_get_compatible_type()
1307 if (!comp_type) in ap_get_compatible_type()
1310 else if (comp_type != rawtype) in ap_get_compatible_type()
1312 AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype, comp_type); in ap_get_compatible_type()
1313 return comp_type; in ap_get_compatible_type()
1343 int comp_type, depth = 0, type = 0; in ap_scan_bus() local
1416 comp_type = ap_get_compatible_type(qid, type, func); in ap_scan_bus()
1417 if (!comp_type) in ap_scan_bus()
1422 comp_type, func); in ap_scan_bus()
[all …]
Dap_card.c174 int comp_type, unsigned int functions) in ap_card_create() argument
185 ac->ap_dev.device_type = comp_type; in ap_card_create()