Home
last modified time | relevance | path

Searched refs:fwnode_get_named_child_node (Results 1 – 18 of 18) sorted by relevance

/linux/sound/hda/core/
H A Dintel-sdw-acpi.c39 link = fwnode_get_named_child_node(fw_node, name); in is_link_enabled()
/linux/drivers/base/
H A Dproperty.c861 * fwnode_get_named_child_node - Return first matching named child node handle
869 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node() function
874 EXPORT_SYMBOL_GPL(fwnode_get_named_child_node);
887 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
/linux/sound/soc/sdca/
H A Dsdca_functions.c125 control5 = fwnode_get_named_child_node(function_node, in find_sdca_function()
997 control_node = fwnode_get_named_child_node(entity_node, control_property); in find_sdca_entity_controls()
1441 entity_node = fwnode_get_named_child_node(function_node, entity_property); in find_sdca_entities()
1511 clock_node = fwnode_get_named_child_node(entity_node, in find_sdca_entity_connection_iot()
1693 connected_node = fwnode_get_named_child_node(entity_node, pin_property); in find_sdca_entity_connection()
1749 entity_node = fwnode_get_named_child_node(function_node, entity_property); in find_sdca_connections()
1842 channel_node = fwnode_get_named_child_node(cluster_node, channel_property); in find_sdca_cluster_channels()
1905 cluster_node = fwnode_get_named_child_node(function_node, cluster_property); in find_sdca_clusters()
/linux/drivers/spi/
H A Dspi-cs42l43.c276 ext_fwnode = fwnode_get_named_child_node(child_fwnode, in cs42l43_find_xu_node()
385 fwnode = fwnode_get_named_child_node(fwnode, "spi"); in cs42l43_spi_probe()
/linux/drivers/iio/dac/
H A Dad3552r-common.c216 fwnode_get_named_child_node(child, in ad3552r_get_custom_gain()
/linux/drivers/net/phy/
H A Dmdio_bus_provider.c188 fwnode = fwnode_get_named_child_node(dev_fwnode(&bus->dev), in mdiobus_scan()
H A Dphylink.c660 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link"); in phylink_parse_fixedlink()
770 dn = fwnode_get_named_child_node(fwnode, "fixed-link"); in phylink_parse_mode()
/linux/rust/kernel/device/
H A Dproperty.rs205 unsafe { bindings::fwnode_get_named_child_node(self.as_raw(), name.as_char_ptr()) }; in get_child_by_name()
210 // - `fwnode_get_named_child_node` returns a pointer with its refcount in get_child_by_name()
/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c566 fwnode = fwnode_get_named_child_node(fwnode, "pinctrl"); in cs42l43_pin_probe()
/linux/drivers/acpi/
H A Dmipi-disco-img.c591 return fwnode_get_named_child_node(adev_fwnode, port_name); in get_mipi_port_handle()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dleds.c766 leds = fwnode_get_named_child_node(p->fwnode, "leds"); in mv88e6xxx_port_setup_leds()
/linux/drivers/input/misc/
H A Diqs7222.c2387 fwnode_get_named_child_node(chan_node, event_name); in iqs7222_parse_chan()
2604 fwnode_get_named_child_node(sldr_node, event_name); in iqs7222_parse_sldr()
2740 fwnode_get_named_child_node(tpad_node, event_name); in iqs7222_parse_tpad()
H A Diqs626a.c512 ev_node = fwnode_get_named_child_node(ch_node, ev_name); in iqs626_parse_events()
777 fwnode_get_named_child_node(ch_node, tc_name); in iqs626_parse_trackpad()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_mdio.c636 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link"); in stmmac_mdio_register()
/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c731 fw_ssoled = fwnode_get_named_child_node(fwnode, "ssoled"); in sso_led_dt_parse()
/linux/drivers/media/i2c/
H A Dds90ub960.c4500 rxport->ser.fwnode = fwnode_get_named_child_node(link_fwnode, "serializer"); in ub960_parse_dt_rxport_link_properties()
4649 links_fwnode = fwnode_get_named_child_node(dev_fwnode(dev), "links"); in ub960_parse_dt_rxports()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7341 capabilities = fwnode_get_named_child_node(fwnode, "capabilities"); in tcpm_fw_get_caps()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6809 !fwnode_get_named_child_node(port_fwnode, "fixed-link")); in mvpp2_use_acpi_compat_mode()