Home
last modified time | relevance | path

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

/linux-4.4.14/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);
/linux-4.4.14/include/linux/
Dproperty.h49 int device_property_match_string(struct device *dev,
/linux-4.4.14/drivers/dma/
Dacpi-dma.c428 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()