Searched refs:device_get_named_child_node (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/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 | 1197 link = device_get_named_child_node(bus->dev, name); in sdw_master_read_intel_prop()
|
/Linux-v5.15/drivers/platform/x86/intel/int33fe/ |
D | intel_cht_int33fe_typec.c | 172 data->dp = device_get_named_child_node(&pdev->dev, "DD04"); in cht_int33fe_setup_dp()
|
/Linux-v5.15/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 | stusb160x.c | 684 fwnode = device_get_named_child_node(chip->dev, "connector"); in stusb160x_probe()
|
D | class.c | 1939 altmodes_node = device_get_named_child_node(&port->dev, "altmodes"); in typec_port_register_altmodes()
|
/Linux-v5.15/drivers/base/ |
D | property.c | 796 struct fwnode_handle *device_get_named_child_node(struct device *dev, in device_get_named_child_node() function 801 EXPORT_SYMBOL_GPL(device_get_named_child_node);
|
/Linux-v5.15/drivers/input/keyboard/ |
D | iqs62x-keys.c | 71 child = device_get_named_child_node(&pdev->dev, in iqs62x_keys_parse_prop()
|
/Linux-v5.15/include/linux/ |
D | property.h | 116 struct fwnode_handle *device_get_named_child_node(struct device *dev,
|
/Linux-v5.15/drivers/usb/typec/tipd/ |
D | core.c | 635 fwnode = device_get_named_child_node(&client->dev, "connector"); in tps6598x_probe()
|
/Linux-v5.15/drivers/usb/typec/tcpm/ |
D | tcpci.c | 737 tcpci->tcpc.fwnode = device_get_named_child_node(tcpci->dev, in tcpci_parse_config()
|
D | fusb302.c | 1671 fwnode = device_get_named_child_node(dev, "connector"); in fusb302_fwnode_get()
|
/Linux-v5.15/sound/soc/codecs/ |
D | da7219-aad.c | 623 aad_np = device_get_named_child_node(dev, "da7219_aad"); in da7219_aad_fw_to_pdata()
|
/Linux-v5.15/drivers/input/misc/ |
D | iqs626a.c | 1372 ch_node = device_get_named_child_node(&client->dev, in iqs626_parse_prop()
|