Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dproperty.h119 struct device *fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode);
/linux-6.6.21/drivers/base/
Dproperty.c651 struct device *fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode) in fwnode_get_next_parent_dev() function
Dcore.c1976 par_dev = fwnode_get_next_parent_dev(sup_handle); in __fw_devlink_relax_cycles()
2081 sup_dev = fwnode_get_next_parent_dev(sup_handle); in fw_devlink_create_devlink()
2164 con_dev = fwnode_get_next_parent_dev(link->consumer); in __fw_devlink_link_to_consumers()