Searched refs:ap_bus_attrs (Results 1 – 1 of 1) sorted by relevance
1542 static struct bus_attribute *const ap_bus_attrs[] = { variable1780 for (i = 0; ap_bus_attrs[i]; i++) { in ap_module_init()1781 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()1828 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()1854 for (i = 0; ap_bus_attrs[i]; i++) in ap_module_exit()1855 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_exit()