Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c1206 static struct bus_attribute *const ap_bus_attrs[] = { variable
1569 for (i = 0; ap_bus_attrs[i]; i++) { in ap_module_init()
1570 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
1617 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()