Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soundwire/
Dmipi_disco.c44 link = device_get_named_child_node(bus->dev, name); in sdw_master_read_prop()
180 node = device_get_named_child_node(&slave->dev, name); in sdw_slave_read_dpn()
345 port = device_get_named_child_node(dev, "mipi-sdw-dp-0-subproperties"); in sdw_slave_read_prop()
/Linux-v4.19/include/linux/
Dproperty.h106 struct fwnode_handle *device_get_named_child_node(struct device *dev,
/Linux-v4.19/drivers/base/
Dproperty.c1123 struct fwnode_handle *device_get_named_child_node(struct device *dev, in device_get_named_child_node() function
1128 EXPORT_SYMBOL_GPL(device_get_named_child_node);
/Linux-v4.19/drivers/usb/typec/
Dtcpci.c484 tcpci->tcpc.fwnode = device_get_named_child_node(tcpci->dev, in tcpci_parse_config()
/Linux-v4.19/sound/soc/codecs/
Dda7219-aad.c628 aad_np = device_get_named_child_node(dev, "da7219_aad"); in da7219_aad_fw_to_pdata()