Searched refs:aliases_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 13 * @link: List node to link the structure in aliases_lookup list 20 * an entry in aliases_lookup list. 39 extern struct list_head aliases_lookup;
|
H A D | base.c | 34 LIST_HEAD(aliases_lookup); variable 1954 list_add_tail(&ap->link, &aliases_lookup); in of_alias_add() 2045 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id() 2085 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_alias_list() 2126 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id()
|
H A D | device.c | 330 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 15 * @link: List node to link the structure in aliases_lookup list 22 * an entry in aliases_lookup list. 42 extern struct list_head aliases_lookup;
|
H A D | device.c | 274 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent()
|
H A D | base.c | 33 LIST_HEAD(aliases_lookup); variable 1722 list_add_tail(&ap->link, &aliases_lookup); in of_alias_add() 1815 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id() 1843 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id()
|
Completed in 8 milliseconds