Home
last modified time | relevance | path

Searched refs:raw_hwtype (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/s390/crypto/ !
Dap_card.c37 return scnprintf(buf, PAGE_SIZE, "%d\n", ac->raw_hwtype); in raw_hwtype_show()
40 static DEVICE_ATTR_RO(raw_hwtype);
244 ac->raw_hwtype = raw_type; in ap_card_create()
Dap_bus.h180 int raw_hwtype; /* AP raw hardware type. */ member
Dap_bus.c1985 if (ac->raw_hwtype != type) { in ap_scan_adapter()