Searched refs:fwnode_find_reference (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/hwtracing/coresight/ | 
| D | coresight-cti-platform.c | 128 	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/ | 
| D | property.c | 498 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/ | 
| D | dpaa2-mac.c | 259 	node = fwnode_find_reference(dpmac_node, "pcs-handle", 0);  in dpaa2_pcs_create()
  | 
| /Linux-v5.15/include/linux/ | 
| D | property.h | 79 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
  | 
| /Linux-v5.15/drivers/net/phy/ | 
| D | phy_device.c | 2986 	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()
  |