Lines Matching refs:cores
91 list_for_each_entry(core, &bus->cores, list) {
271 INIT_LIST_HEAD(&bus->cores);
295 list_for_each_entry(core, &bus->cores, list) {
296 /* We support that cores ourself */
309 /* Early cores were already registered */
363 list_for_each_entry_safe(core, tmp, &bus->cores, list) {
372 /* Now noone uses internally-handled cores, we can free them */
373 list_for_each_entry_safe(core, tmp, &bus->cores, list) {
384 /* Scan for devices (cores) */
409 list_for_each_entry(core, &bus->cores, list) {
470 /* Register found cores */
495 * It scans bus and performs basic initialization of main cores only.
503 /* Scan for devices (cores) */
534 list_for_each_entry(core, &bus->cores, list) {
555 list_for_each_entry(core, &bus->cores, list) {