Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/misc/
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()
/Linux-v5.15/drivers/input/touchscreen/
Dresistive-adc-touch.c140 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
/Linux-v5.15/drivers/base/
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);
/Linux-v5.15/drivers/dma/
Dacpi-dma.c445 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
/Linux-v5.15/drivers/spi/
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()
/Linux-v5.15/include/linux/
Dproperty.h49 int device_property_match_string(struct device *dev,
/Linux-v5.15/drivers/tty/serial/
Dmax310x.c1274 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()