Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c1248 static struct bus_attribute *const ap_bus_attrs[] = { variable
1661 for (i = 0; ap_bus_attrs[i]; i++) { in ap_module_init()
1662 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
1709 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()