Searched refs:ap_bus_attrs (Results 1 – 1 of 1) sorted by relevance
1208 static struct bus_attribute *const ap_bus_attrs[] = { variable2013 for (i = 0; ap_bus_attrs[i]; i++) { in ap_module_init()2014 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()2068 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()2104 for (i = 0; ap_bus_attrs[i]; i++) in ap_module_exit()2105 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_exit()