Searched refs:fwnode_find_reference (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/ |
H A D | property.c | 488 * fwnode_find_reference - Find named reference to a fwnode_handle 498 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function 509 EXPORT_SYMBOL_GPL(fwnode_find_reference); variable 1222 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_match()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | property.c | 547 * fwnode_find_reference - Find named reference to a fwnode_handle 560 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function 571 EXPORT_SYMBOL_GPL(fwnode_find_reference); variable 1333 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
|
/kernel/linux/linux-5.10/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() 400 cs_fwnode = fwnode_find_reference(fwnode, in cti_plat_create_connection()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 574 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | property.h | 79 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | property.h | 105 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 603 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 560 vcm_fwnode = fwnode_find_reference(dev_fwnode(sensor), "lens-focus", 0); in ipu_bridge_instantiate_vcm()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 3236 * Refer return conditions of fwnode_find_reference(). 3246 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node() 3249 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node() 3251 phy_node = fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()
|
H A D | sfp.c | 2940 h = fwnode_find_reference(dev_fwnode(sfp->dev), "i2c-bus", 0); in sfp_i2c_get()
|
Completed in 24 milliseconds