Searched refs:device_property_match_string (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/input/misc/ |
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()
|
/linux/drivers/base/ |
A D | property.c | 221 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() function 226 EXPORT_SYMBOL_GPL(device_property_match_string);
|
/linux/drivers/input/touchscreen/ |
A D | resistive-adc-touch.c | 140 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
|
/linux/drivers/dma/ |
A D | acpi-dma.c | 445 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
|
/linux/drivers/spi/ |
A D | spi-synquacer.c | 632 if (device_property_match_string(&pdev->dev, in synquacer_spi_probe() 636 } else if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
|
/linux/include/linux/ |
A D | property.h | 50 int device_property_match_string(struct device *dev,
|
/linux/drivers/tty/serial/ |
A D | max310x.c | 1274 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()
|
/linux/ |
A D | vmlinux.symvers | 11135 0x00000000 device_property_match_string vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31193 ffff8000108091e0 T device_property_match_string
|
A D | .tmp_System.map | 31193 ffff8000108091e0 T device_property_match_string
|
Completed in 298 milliseconds