Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dap_bus.c1211 static struct bus_attribute *const ap_bus_attrs[] = { variable
1564 for (i = 0; ap_bus_attrs[i]; i++) { in ap_module_init()
1565 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
1612 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()