Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h63 struct list_head c_hook; member
/openbmc/linux/drivers/base/
H A Dcore.c84 INIT_LIST_HEAD(&link->c_hook); in __fwnode_link_add()
88 list_add(&link->c_hook, &con->suppliers); in __fwnode_link_add()
116 list_del(&link->c_hook); in __fwnode_link_del()
144 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers()
1027 list_for_each_entry(link, &fwnode->suppliers, c_hook) in fwnode_links_check_suppliers()
1979 list_for_each_entry(link, &sup_handle->suppliers, c_hook) { in __fw_devlink_relax_cycles()
2244 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) { in __fw_devlink_link_to_suppliers()