Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Drotary_encoder.c221 !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()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c222 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() function
227 EXPORT_SYMBOL_GPL(device_property_match_string);
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dacpi-dma.c437 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-synquacer.c632 if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
636 } else if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h49 int device_property_match_string(struct device *dev,