Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/base/
Dproperty.c545 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function
556 EXPORT_SYMBOL_GPL(fwnode_find_reference);
1258 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
/Linux-v6.1/drivers/iio/temperature/
Dltc2983.c661 ref = fwnode_find_reference(child, "adi,cold-junction-handle", 0); in ltc2983_thermocouple_new()
715 ref = fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_rtd_new()
887 ref = fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_thermistor_new()
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c252 node = fwnode_find_reference(dpmac_node, "pcs-handle", 0); in dpaa2_pcs_create()
/Linux-v6.1/include/linux/
Dproperty.h80 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
/Linux-v6.1/drivers/usb/typec/altmodes/
Ddisplayport.c555 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
/Linux-v6.1/drivers/net/phy/
Dphy_device.c3008 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node()
3011 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node()
3013 phy_node = fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()