Symbol: device_property_match_string
drivers/base/property.c
293
EXPORT_SYMBOL_GPL(device_property_match_string);
drivers/dma/acpi-dma.c
426
index = device_property_match_string(dev, "dma-names", name);
drivers/i2c/i2c-core-smbus.c
717
irq = device_property_match_string(parent, "interrupt-names", "smbus_alert");
drivers/iio/adc/ti-ads131m02.c
861
ret = device_property_match_string(dev, "clock-names", "xtal");
drivers/iio/industrialio-backend.c
961
ret = device_property_match_string(dev, "io-backend-names",
drivers/input/misc/rotary_encoder.c
214
!device_property_match_string(dev, "rotary-encoder,encoding",
drivers/input/misc/rotary_encoder.c
218
} else if (!device_property_match_string(dev, "rotary-encoder,encoding",
drivers/input/touchscreen/resistive-adc-touch.c
140
idx = device_property_match_string(dev, "io-channel-names", name);
drivers/mailbox/mailbox.c
453
int index = device_property_match_string(cl->dev, "mbox-names", name);
drivers/pinctrl/pinctrl-amd.c
1142
index = device_property_match_string(dev, "pinctrl-resource-names", "iomux");
drivers/pmdomain/thead/th1520-pm-domains.c
148
if (device_property_match_string(dev, "reset-names", "gpu-clkgen") < 0)
drivers/spi/spi-axi-spi-engine.c
1147
if (device_property_match_string(&pdev->dev, "dma-names", "offload0-rx") >= 0) {
drivers/spi/spi-axi-spi-engine.c
1152
if (device_property_match_string(&pdev->dev, "dma-names", "offload0-tx") >= 0) {
drivers/spi/spi-synquacer.c
630
if (device_property_match_string(&pdev->dev,
drivers/spi/spi-synquacer.c
634
} else if (device_property_match_string(&pdev->dev,
drivers/spi/spidev.c
714
if (device_property_match_string(dev, "compatible", "spidev") < 0)
drivers/tty/serial/max310x.c
1288
xtal = device_property_match_string(dev, "clock-names", "osc") < 0;
drivers/usb/dwc3/dwc3-google.c
396
if (device_property_match_string(dev, "phy-names", "usb3-phy") < 0) {
drivers/watchdog/bd96801_wdt.c
307
ret = device_property_match_string(w->dev->parent, "rohm,wdg-action",
drivers/watchdog/bd96801_wdt.c
316
ret = device_property_match_string(w->dev->parent, "rohm,wdg-action",
include/linux/property.h
54
int device_property_match_string(const struct device *dev,