Searched refs:device_get_named_child_node (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/soundwire/ | 
| D | mipi_disco.c | 45 	link = device_get_named_child_node(bus->dev, name);  in sdw_master_read_prop()182 		node = device_get_named_child_node(&slave->dev, name);  in sdw_slave_read_dpn()
 344 	port = device_get_named_child_node(dev, "mipi-sdw-dp-0-subproperties");  in sdw_slave_read_prop()
 
 | 
| D | intel.c | 1269 	link = device_get_named_child_node(bus->dev, name);  in sdw_master_read_intel_prop()
 | 
| /Linux-v5.10/drivers/platform/x86/ | 
| D | intel_cht_int33fe_typec.c | 153 	data->dp = device_get_named_child_node(&pdev->dev, "DD02");  in cht_int33fe_setup_dp()
 | 
| /Linux-v5.10/drivers/usb/typec/ | 
| D | hd3ss3220.c | 177 	connector = device_get_named_child_node(hd3ss3220->dev, "connector");  in hd3ss3220_probe()
 | 
| D | qcom-pmic-typec.c | 162 	fwnode = device_get_named_child_node(dev, "connector");  in qcom_pmic_typec_probe()
 | 
| D | tps6598x.c | 518 	fwnode = device_get_named_child_node(&client->dev, "connector");  in tps6598x_probe()
 | 
| D | stusb160x.c | 684 	fwnode = device_get_named_child_node(chip->dev, "connector");  in stusb160x_probe()
 | 
| /Linux-v5.10/drivers/base/ | 
| D | property.c | 749 struct fwnode_handle *device_get_named_child_node(struct device *dev,  in device_get_named_child_node()  function754 EXPORT_SYMBOL_GPL(device_get_named_child_node);
 
 | 
| /Linux-v5.10/drivers/input/keyboard/ | 
| D | iqs62x-keys.c | 71 		child = device_get_named_child_node(&pdev->dev,  in iqs62x_keys_parse_prop()
 | 
| /Linux-v5.10/include/linux/ | 
| D | property.h | 113 struct fwnode_handle *device_get_named_child_node(struct device *dev,
 | 
| /Linux-v5.10/drivers/usb/typec/tcpm/ | 
| D | tcpci.c | 594 	tcpci->tcpc.fwnode = device_get_named_child_node(tcpci->dev,  in tcpci_parse_config()
 | 
| D | fusb302.c | 1664 	fwnode = device_get_named_child_node(dev, "connector");  in fusb302_fwnode_get()
 | 
| /Linux-v5.10/sound/soc/codecs/ | 
| D | da7219-aad.c | 623 	aad_np = device_get_named_child_node(dev, "da7219_aad");  in da7219_aad_fw_to_pdata()
 |