Home
last modified time | relevance | path

Searched refs:device_get_named_child_node (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/soundwire/
Dmipi_disco.c45 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()
Dintel.c955 link = device_get_named_child_node(bus->dev, name); in sdw_master_read_intel_prop()
/Linux-v5.4/drivers/base/
Dproperty.c670 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/
Dintel_cht_int33fe.c161 data->dp = device_get_named_child_node(&pdev->dev, "DD02"); in cht_int33fe_setup_dp()
/Linux-v5.4/include/linux/
Dproperty.h108 struct fwnode_handle *device_get_named_child_node(struct device *dev,
/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpci.c488 tcpci->tcpc.fwnode = device_get_named_child_node(tcpci->dev, in tcpci_parse_config()
Dfusb302.c1677 fwnode = device_get_named_child_node(dev, "connector"); in fusb302_fwnode_get()
/Linux-v5.4/sound/soc/codecs/
Dda7219-aad.c624 aad_np = device_get_named_child_node(dev, "da7219_aad"); in da7219_aad_fw_to_pdata()