Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dcore.c1922 * @sup_handle: Potential supplier's fwnode.
1926 * Check if @sup_handle or any of its ancestors or suppliers direct/indirectly
1927 * depend on @con. This function can detect multiple cyles between @sup_handle
1940 struct fwnode_handle *sup_handle) in __fw_devlink_relax_cycles() argument
1947 if (!sup_handle) in __fw_devlink_relax_cycles()
1952 * sup_handle. in __fw_devlink_relax_cycles()
1954 if (sup_handle->flags & FWNODE_FLAG_VISITED) in __fw_devlink_relax_cycles()
1957 sup_handle->flags |= FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
1960 if (sup_handle == con_handle) { in __fw_devlink_relax_cycles()
1966 sup_dev = get_dev_from_fwnode(sup_handle); in __fw_devlink_relax_cycles()
2054 fw_devlink_create_devlink(struct device * con,struct fwnode_handle * sup_handle,struct fwnode_link * link) fw_devlink_create_devlink() argument
[all...]