Home
last modified time | relevance | path

Searched refs:aliases_lookup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dof_private.h13 * @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 Dbase.c34 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 Ddevice.c330 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent()
/kernel/linux/linux-6.6/drivers/of/
H A Dof_private.h15 * @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 Ddevice.c274 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent()
H A Dbase.c33 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