Searched refs:fwnode_get_named_child_node (Results 1 – 18 of 18) sorted by relevance
| /linux/sound/hda/ |
| A D | intel-sdw-acpi.c | 39 link = fwnode_get_named_child_node(fw_node, name); in is_link_enabled()
|
| /linux/drivers/base/ |
| A D | property.c | 831 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node() function 836 EXPORT_SYMBOL_GPL(fwnode_get_named_child_node); 849 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
|
| /linux/drivers/spi/ |
| A D | spi-cs42l43.c | 246 ext_fwnode = fwnode_get_named_child_node(child_fwnode, in cs42l43_find_xu_node() 354 fwnode = fwnode_get_named_child_node(fwnode, "spi"); in cs42l43_spi_probe()
|
| /linux/drivers/net/dsa/qca/ |
| A D | qca8k-leds.c | 374 leds = fwnode_get_named_child_node(port, "leds"); in qca8k_parse_port_leds()
|
| /linux/drivers/pinctrl/cirrus/ |
| A D | pinctrl-cs42l43.c | 561 fwnode = fwnode_get_named_child_node(fwnode, "pinctrl"); in cs42l43_pin_probe()
|
| /linux/include/linux/ |
| A D | property.h | 183 struct fwnode_handle *fwnode_get_named_child_node(const struct fwnode_handle *fwnode,
|
| /linux/drivers/acpi/ |
| A D | mipi-disco-img.c | 591 return fwnode_get_named_child_node(adev_fwnode, port_name); in get_mipi_port_handle()
|
| /linux/drivers/input/misc/ |
| A D | iqs7222.c | 2390 event_node = fwnode_get_named_child_node(chan_node, event_name); in iqs7222_parse_chan() 2610 event_node = fwnode_get_named_child_node(sldr_node, event_name); in iqs7222_parse_sldr() 2747 event_node = fwnode_get_named_child_node(tpad_node, event_name); in iqs7222_parse_tpad()
|
| A D | iqs626a.c | 512 ev_node = fwnode_get_named_child_node(ch_node, ev_name); in iqs626_parse_events() 782 tc_node = fwnode_get_named_child_node(ch_node, tc_name); in iqs626_parse_trackpad()
|
| A D | iqs269a.c | 737 ev_node = fwnode_get_named_child_node(ch_node, in iqs269_parse_chan()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_mdio.c | 634 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link"); in stmmac_mdio_register()
|
| /linux/drivers/leds/blink/ |
| A D | leds-lgm-sso.c | 729 fw_ssoled = fwnode_get_named_child_node(fwnode, "ssoled"); in sso_led_dt_parse()
|
| /linux/drivers/iio/dac/ |
| A D | ad3552r.c | 808 = fwnode_get_named_child_node(child, in ad3552r_configure_custom_gain()
|
| /linux/drivers/net/phy/ |
| A D | phylink.c | 784 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link"); in phylink_parse_fixedlink() 896 dn = fwnode_get_named_child_node(fwnode, "fixed-link"); in phylink_parse_mode()
|
| /linux/drivers/media/i2c/ |
| A D | ds90ub960.c | 3309 rxport->ser.fwnode = fwnode_get_named_child_node(link_fwnode, "serializer"); in ub960_parse_dt_rxport_link_properties() 3450 links_fwnode = fwnode_get_named_child_node(dev_fwnode(dev), "links"); in ub960_parse_dt_rxports()
|
| /linux/drivers/input/touchscreen/ |
| A D | iqs7211.c | 2071 event_node = fwnode_get_named_child_node(reg_grp_node, in iqs7211_parse_reg_grp()
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 7124 capabilities = fwnode_get_named_child_node(fwnode, "capabilities"); in tcpm_fw_get_caps()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_main.c | 6727 !fwnode_get_named_child_node(port_fwnode, "fixed-link")); in mvpp2_use_acpi_compat_mode()
|
Completed in 89 milliseconds