Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/base/
Dcore.c1922 struct fwnode_handle *sup_handle) in __fw_devlink_relax_cycles() argument
1929 if (!sup_handle) in __fw_devlink_relax_cycles()
1936 if (sup_handle->flags & FWNODE_FLAG_VISITED) in __fw_devlink_relax_cycles()
1939 sup_handle->flags |= FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
1941 sup_dev = get_dev_from_fwnode(sup_handle); in __fw_devlink_relax_cycles()
1960 list_for_each_entry(link, &sup_handle->suppliers, c_hook) { in __fw_devlink_relax_cycles()
1974 par_dev = fwnode_get_next_parent_dev(sup_handle); in __fw_devlink_relax_cycles()
2000 sup_handle->flags &= ~FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
2027 struct fwnode_handle *sup_handle, in fw_devlink_create_devlink() argument
2054 if (sup_handle->flags & FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD && in fw_devlink_create_devlink()
[all …]