Searched refs:device_property_match_string (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | rotary_encoder.c | 221 !device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe() 225 } else if (!device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | resistive-adc-touch.c | 140 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-backend.c | 289 ret = device_property_match_string(dev, "io-backend-names", in devm_iio_backend_get()
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 249 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string() function 254 EXPORT_SYMBOL_GPL(device_property_match_string);
|
/openbmc/linux/drivers/dma/ |
H A D | acpi-dma.c | 445 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-synquacer.c | 631 if (device_property_match_string(&pdev->dev, in synquacer_spi_probe() 635 } else if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
|
H A D | spidev.c | 729 if (device_property_match_string(dev, "compatible", "spidev") < 0) in spidev_of_check()
|
/openbmc/linux/include/linux/ |
H A D | property.h | 56 int device_property_match_string(const struct device *dev,
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 715 irq = device_property_match_string(parent, "interrupt-names", "smbus_alert"); in i2c_setup_smbus_alert()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-amd.c | 1060 index = device_property_match_string(dev, "pinctrl-resource-names", "iomux"); in amd_get_iomux_res()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | max310x.c | 1307 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()
|