Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dap_bus.h164 int raw_hwtype; /* AP raw hardware type. */ member
Dap_bus.c674 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->raw_hwtype); in ap_raw_hwtype_show()
677 static DEVICE_ATTR(raw_hwtype, 0444, ap_raw_hwtype_show, NULL);
1439 ap_dev->raw_hwtype = device_type; in ap_scan_bus()