Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Drotary_encoder.c214 !device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe()
218 } else if (!device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe()
/linux/drivers/watchdog/
H A Dbd96801_wdt.c307 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw()
316 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw()
/linux/drivers/pmdomain/thead/
H A Dth1520-pm-domains.c148 if (device_property_match_string(dev, "reset-names", "gpu-clkgen") < 0) in th1520_pd_pwrseq_gpu_init()
/linux/drivers/base/
H A Dproperty.c288 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string() function
293 EXPORT_SYMBOL_GPL(device_property_match_string);
/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c140 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
/linux/drivers/dma/
H A Dacpi-dma.c426 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
/linux/drivers/mailbox/
H A Dmailbox.c453 int index = device_property_match_string(cl->dev, "mbox-names", name); in mbox_request_channel_byname()
/linux/drivers/spi/
H A Dspi-axi-spi-engine.c1147 if (device_property_match_string(&pdev->dev, "dma-names", "offload0-rx") >= 0) { in spi_engine_probe()
1152 if (device_property_match_string(&pdev->dev, "dma-names", "offload0-tx") >= 0) { in spi_engine_probe()
H A Dspidev.c714 if (device_property_match_string(dev, "compatible", "spidev") < 0) in spidev_of_check()
/linux/drivers/iio/adc/
H A Dti-ads131m02.c861 ret = device_property_match_string(dev, "clock-names", "xtal"); in ads131m_parse_clock()
/linux/drivers/iio/
H A Dindustrialio-backend.c961 ret = device_property_match_string(dev, "io-backend-names", in __devm_iio_backend_fwnode_get()
/linux/drivers/i2c/
H A Di2c-core-smbus.c717 irq = device_property_match_string(parent, "interrupt-names", "smbus_alert"); in i2c_setup_smbus_alert()
/linux/drivers/usb/dwc3/
H A Ddwc3-google.c396 if (device_property_match_string(dev, "phy-names", "usb3-phy") < 0) { in dwc3_google_probe()
/linux/include/linux/
H A Dproperty.h54 int device_property_match_string(const struct device *dev,
/linux/drivers/pinctrl/
H A Dpinctrl-amd.c1142 index = device_property_match_string(dev, "pinctrl-resource-names", "iomux"); in amd_get_iomux_res()
/linux/drivers/tty/serial/
H A Dmax310x.c1288 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()