Home
last modified time | relevance | path

Searched refs:device_property_match_string (Results 1 – 2 of 2) sorted by relevance

/drivers/base/
Dproperty.c305 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() function
310 EXPORT_SYMBOL_GPL(device_property_match_string);
/drivers/dma/
Dacpi-dma.c435 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()