Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.h165 int raw_hwtype; /* AP raw hardware type. */ member
Dap_bus.c676 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->raw_hwtype); in ap_raw_hwtype_show()
679 static DEVICE_ATTR(raw_hwtype, 0444, ap_raw_hwtype_show, NULL);
1480 ap_dev->raw_hwtype = device_type; in ap_scan_bus()