Searched refs:device_property_match_string (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/input/misc/ |
| H A D | rotary_encoder.c | 214 !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 D | bd96801_wdt.c | 306 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw() 315 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw()
|
| /linux/drivers/input/touchscreen/ |
| H A D | resistive-adc-touch.c | 139 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
|
| /linux/drivers/dma/ |
| H A D | acpi-dma.c | 426 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
|
| /linux/drivers/base/ |
| H A D | property.c | 296 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string() function 301 EXPORT_SYMBOL_GPL(device_property_match_string);
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-smbus.c | 730 irq = device_property_match_string(parent, "interrupt-names", "smbus_alert"); in i2c_setup_smbus_alert()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-ads131m02.c | 860 ret = device_property_match_string(dev, "clock-names", "xtal"); in ads131m_parse_clock()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-google.c | 395 if (device_property_match_string(dev, "phy-names", "usb3-phy") < 0) { in dwc3_google_probe()
|
| /linux/drivers/spi/ |
| H A D | spidev.c | 713 if (device_property_match_string(dev, "compatible", "spidev") < 0) in spidev_of_check()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-amd.c | 1141 index = device_property_match_string(dev, "pinctrl-resource-names", "iomux"); in amd_get_iomux_res()
|
| /linux/drivers/tty/serial/ |
| H A D | max310x.c | 1330 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()
|