Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A 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()
H A Dcoresight-platform.c252 fwnode_find_reference(&ep->fwnode, "filter-source", 0); in of_coresight_parse_endpoint()
/linux/drivers/base/
H A Dproperty.c635 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference() function
646 EXPORT_SYMBOL_GPL(fwnode_find_reference);
1393 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
/linux/drivers/thunderbolt/
H A Dacpi.c26 fwnode = fwnode_find_reference(acpi_fwnode_handle(adev), "usb4-host-interface", 0); in tb_acpi_add_link()
H A Dusb4_port.c136 nhi_fwnode = fwnode_find_reference(usb3_port_fwnode, "usb4-host-interface", 0); in usb4_usb3_port_match()
/linux/drivers/power/supply/
H A Dpower_supply_core.c202 np = fwnode_find_reference(psy->dev.fwnode, "power-supplies", i++); in __power_supply_populate_supplied_from()
278 np = fwnode_find_reference(psy->dev.fwnode, "power-supplies", cnt++); in power_supply_check_supplies()
523 power_supply_fwnode = fwnode_find_reference(fwnode, property, 0); in power_supply_get_by_reference()
595 fwnode = fwnode_find_reference(srcnode, "monitored-battery", 0); in power_supply_get_battery_info()
/linux/drivers/usb/core/
H A Dusb-acpi.c173 fwnode_find_reference(dev_fwnode(&port_dev->dev), "usb4-host-interface", 0); in usb_acpi_add_usb4_devlink()
/linux/drivers/iio/temperature/
H A Dltc2983.c705 fwnode_find_reference(child, "adi,cold-junction-handle", 0); in ltc2983_thermocouple_new()
751 fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_rtd_new()
901 fwnode_find_reference(child, "adi,rsense-handle", 0); in ltc2983_thermistor_new()
/linux/include/linux/
H A Dproperty.h144 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
/linux/drivers/iio/
H A Dindustrialio-backend.c969 fwnode_back = fwnode_find_reference(fwnode, "io-backends", index); in __devm_iio_backend_fwnode_get()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_mdio.c511 pcsnode = fwnode_find_reference(devnode, "pcs-handle", 0); in stmmac_pcs_setup()
/linux/drivers/net/phy/
H A Dphy_device.c3378 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node()
3381 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node()
3384 return fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()
H A Dsfp.c3058 h = fwnode_find_reference(dev_fwnode(sfp->dev), "i2c-bus", 0); in sfp_i2c_get()
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c791 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c36 switch_fwnode = fwnode_find_reference(fwnode, "usb-role-switch", 0); in cros_typec_role_switch_quirk()