Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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);
1366 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
/linux-6.15/drivers/thunderbolt/
H A Dacpi.c26 fwnode = fwnode_find_reference(acpi_fwnode_handle(adev), "usb4-host-interface", 0); in tb_acpi_add_link()
/linux-6.15/drivers/usb/core/
H A Dusb-acpi.c171 fwnode_find_reference(dev_fwnode(&port_dev->dev), "usb4-host-interface", 0); in usb_acpi_add_usb4_devlink()
/linux-6.15/arch/x86/pci/
H A Dacpi.c303 fwnode = fwnode_find_reference(dev_fwnode(&pdev->dev), in pcie_has_usb4_host_interface()
/linux-6.15/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-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c258 node = fwnode_find_reference(dpmac_node, "pcs-handle", 0); in dpaa2_pcs_create()
/linux-6.15/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1241 gpio_fwnode = fwnode_find_reference(fwnode, "nomadik-gpio-chips", i); in nmk_pinctrl_probe()
1256 prcm_fwnode = fwnode_find_reference(fwnode, "prcm", 0); in nmk_pinctrl_probe()
/linux-6.15/drivers/iio/
H A Dindustrialio-backend.c879 fwnode_back = fwnode_find_reference(fwnode, "io-backends", index); in __devm_iio_backend_fwnode_get()
/linux-6.15/include/linux/
H A Dproperty.h143 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode,
/linux-6.15/drivers/usb/typec/altmodes/
H A Ddisplayport.c760 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe()
/linux-6.15/drivers/media/pci/intel/
H A Dipu-bridge.c588 vcm_fwnode = fwnode_find_reference(dev_fwnode(sensor), "lens-focus", 0); in ipu_bridge_instantiate_vcm()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_mdio.c511 pcsnode = fwnode_find_reference(devnode, "pcs-handle", 0); in stmmac_pcs_setup()
/linux-6.15/drivers/net/phy/
H A Dphy_device.c3264 phy_node = fwnode_find_reference(fwnode, "phy-handle", 0); in fwnode_get_phy_node()
3267 phy_node = fwnode_find_reference(fwnode, "phy", 0); in fwnode_get_phy_node()
3269 phy_node = fwnode_find_reference(fwnode, "phy-device", 0); in fwnode_get_phy_node()
H A Dsfp.c3036 h = fwnode_find_reference(dev_fwnode(sfp->dev), "i2c-bus", 0); in sfp_i2c_get()
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.c34 switch_fwnode = fwnode_find_reference(fwnode, "usb-role-switch", 0); in cros_typec_role_switch_quirk()