Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Dcore.c1924 struct fwnode_handle *sup_handle) in __fw_devlink_relax_cycles() argument
1931 if (!sup_handle) in __fw_devlink_relax_cycles()
1938 if (sup_handle->flags & FWNODE_FLAG_VISITED) in __fw_devlink_relax_cycles()
1941 sup_handle->flags |= FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
1943 sup_dev = get_dev_from_fwnode(sup_handle); in __fw_devlink_relax_cycles()
1962 list_for_each_entry(link, &sup_handle->suppliers, c_hook) { in __fw_devlink_relax_cycles()
1976 par_dev = fwnode_get_next_parent_dev(sup_handle); in __fw_devlink_relax_cycles()
2002 sup_handle->flags &= ~FWNODE_FLAG_VISITED; in __fw_devlink_relax_cycles()
2029 struct fwnode_handle *sup_handle, in fw_devlink_create_devlink() argument
2056 if (sup_handle->flags & FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD && in fw_devlink_create_devlink()
[all …]