Home
last modified time | relevance | path

Searched refs:c_hook (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dfwnode.h53 struct list_head c_hook; member
/linux-6.1.9/drivers/base/
Dcore.c96 INIT_LIST_HEAD(&link->c_hook); in fwnode_link_add()
99 list_add(&link->c_hook, &con->suppliers); in fwnode_link_add()
119 list_del(&link->c_hook); in __fwnode_link_del()
134 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers()
1017 c_hook)->supplier; in device_links_check_suppliers()
2043 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) { in __fw_devlink_link_to_suppliers()