Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dcore.c1990 struct fwnode_handle *sup_handle) in __fw_devlink_relax_cycles() argument
1997 if (!sup_handle) in __fw_devlink_relax_cycles()
2004 if (sup_handle->flags & FWNODE_FLAG_VISITED) in __fw_devlink_relax_cycles()
2007 sup_handle->flags |= FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
2010 if (sup_handle == con_handle) { in __fw_devlink_relax_cycles()
2016 sup_dev = get_dev_from_fwnode(sup_handle); in __fw_devlink_relax_cycles()
2029 list_for_each_entry(link, &sup_handle->suppliers, c_hook) { in __fw_devlink_relax_cycles()
2046 par_dev = fwnode_get_next_parent_dev(sup_handle); in __fw_devlink_relax_cycles()
2049 pr_debug("%pfwf: cycle: child of %pfwf\n", sup_handle, in __fw_devlink_relax_cycles()
2068 pr_debug("%pfwf: cycle: depends on %pfwf\n", sup_handle, in __fw_devlink_relax_cycles()
[all …]