Lines Matching full:cores
91 list_for_each_entry(core, &bus->cores, list) { in bcma_find_core_unit()
270 INIT_LIST_HEAD(&bus->cores); in bcma_init_bus()
295 list_for_each_entry(core, &bus->cores, list) { in bcma_register_devices()
296 /* We support that cores ourself */ in bcma_register_devices()
309 /* Early cores were already registered */ in bcma_register_devices()
363 list_for_each_entry_safe(core, tmp, &bus->cores, list) { in bcma_unregister_cores()
372 /* Now noone uses internally-handled cores, we can free them */ in bcma_unregister_cores()
373 list_for_each_entry_safe(core, tmp, &bus->cores, list) { in bcma_unregister_cores()
384 /* Scan for devices (cores) */ in bcma_bus_register()
408 /* Cores providing flash access go before SPROM init */ in bcma_bus_register()
409 list_for_each_entry(core, &bus->cores, list) { in bcma_bus_register()
470 /* Register found cores */ in bcma_bus_register()
495 * It scans bus and performs basic initialization of main cores only.
503 /* Scan for devices (cores) */ in bcma_bus_early_register()
534 list_for_each_entry(core, &bus->cores, list) { in bcma_bus_suspend()
555 list_for_each_entry(core, &bus->cores, list) { in bcma_bus_resume()