Searched refs:device_get_named_child_node (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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() 343 port = device_get_named_child_node(dev, "mipi-sdw-dp-0-subproperties"); in sdw_slave_read_prop()
|
D | intel.c | 955 link = device_get_named_child_node(bus->dev, name); in sdw_master_read_intel_prop()
|
/Linux-v5.4/drivers/base/ |
D | property.c | 670 struct fwnode_handle *device_get_named_child_node(struct device *dev, in device_get_named_child_node() function 675 EXPORT_SYMBOL_GPL(device_get_named_child_node);
|
/Linux-v5.4/drivers/platform/x86/ |
D | intel_cht_int33fe.c | 161 data->dp = device_get_named_child_node(&pdev->dev, "DD02"); in cht_int33fe_setup_dp()
|
/Linux-v5.4/include/linux/ |
D | property.h | 108 struct fwnode_handle *device_get_named_child_node(struct device *dev,
|
/Linux-v5.4/drivers/usb/typec/tcpm/ |
D | tcpci.c | 488 tcpci->tcpc.fwnode = device_get_named_child_node(tcpci->dev, in tcpci_parse_config()
|
D | fusb302.c | 1677 fwnode = device_get_named_child_node(dev, "connector"); in fusb302_fwnode_get()
|
/Linux-v5.4/sound/soc/codecs/ |
D | da7219-aad.c | 624 aad_np = device_get_named_child_node(dev, "da7219_aad"); in da7219_aad_fw_to_pdata()
|