Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-cti-platform.c128 cs_fwnode = fwnode_find_reference(root_fwnode, CTI_DT_CSDEV_ASSOC, 0); in cti_plat_create_v8_etm_connection()
399 struct fwnode_handle *cs_fwnode = fwnode_find_reference(fwnode, in cti_plat_create_connection()
/Linux-v5.15/drivers/base/
Dproperty.c498 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function
509 EXPORT_SYMBOL_GPL(fwnode_find_reference);
1294 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_match()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c259 node = fwnode_find_reference(dpmac_node, "pcs-handle", 0); in dpaa2_pcs_create()
/Linux-v5.15/include/linux/
Dproperty.h79 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
/Linux-v5.15/drivers/net/phy/
Dphy_device.c2986 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node()
2989 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node()
2991 phy_node = fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()