device_property_match_string
EXPORT_SYMBOL_GPL(device_property_match_string);
index = device_property_match_string(dev, "dma-names", name);
irq = device_property_match_string(parent, "interrupt-names", "smbus_alert");
ret = device_property_match_string(dev, "clock-names", "xtal");
ret = device_property_match_string(dev, "io-backend-names",
!device_property_match_string(dev, "rotary-encoder,encoding",
} else if (!device_property_match_string(dev, "rotary-encoder,encoding",
idx = device_property_match_string(dev, "io-channel-names", name);
int index = device_property_match_string(cl->dev, "mbox-names", name);
index = device_property_match_string(dev, "pinctrl-resource-names", "iomux");
if (device_property_match_string(dev, "reset-names", "gpu-clkgen") < 0)
if (device_property_match_string(&pdev->dev, "dma-names", "offload0-rx") >= 0) {
if (device_property_match_string(&pdev->dev, "dma-names", "offload0-tx") >= 0) {
if (device_property_match_string(&pdev->dev,
} else if (device_property_match_string(&pdev->dev,
if (device_property_match_string(dev, "compatible", "spidev") < 0)
xtal = device_property_match_string(dev, "clock-names", "osc") < 0;
if (device_property_match_string(dev, "phy-names", "usb3-phy") < 0) {
ret = device_property_match_string(w->dev->parent, "rohm,wdg-action",
ret = device_property_match_string(w->dev->parent, "rohm,wdg-action",
int device_property_match_string(const struct device *dev,