Searched refs:fwnode_find_reference (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/hwtracing/coresight/ |
H A 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()
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 560 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function 571 EXPORT_SYMBOL_GPL(fwnode_find_reference); 1333 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | acpi.c | 26 fwnode = fwnode_find_reference(acpi_fwnode_handle(adev), "usb4-host-interface", 0); in tb_acpi_add_link()
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-backend.c | 298 fwnode = fwnode_find_reference(dev_fwnode(dev), "io-backends", index); in devm_iio_backend_get()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | ltc2983.c | 706 ref = fwnode_find_reference(child, "adi,cold-junction-handle", 0); in ltc2983_thermocouple_new() 760 ref = fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_rtd_new() 932 ref = fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_thermistor_new()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-mac.c | 258 node = fwnode_find_reference(dpmac_node, "pcs-handle", 0); in dpaa2_pcs_create()
|
/openbmc/linux/include/linux/ |
H A D | property.h | 132 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
|
/openbmc/linux/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 603 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
|
/openbmc/linux/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 579 vcm_fwnode = fwnode_find_reference(dev_fwnode(sensor), "lens-focus", 0); in ipu_bridge_instantiate_vcm()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy_device.c | 3252 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node() 3255 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node() 3257 phy_node = fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()
|
H A D | sfp.c | 2942 h = fwnode_find_reference(dev_fwnode(sfp->dev), "i2c-bus", 0); in sfp_i2c_get()
|