Searched refs:device_property_match_string (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/base/ |
A D | property.c | 245 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() function 250 EXPORT_SYMBOL_GPL(device_property_match_string);
|
/linux-6.3-rc2/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-6.3-rc2/drivers/spi/ |
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()
|
A D | spidev.c | 726 if (device_property_match_string(dev, "compatible", "spidev") < 0) in spidev_of_check()
|
/linux-6.3-rc2/include/linux/ |
A D | property.h | 56 int device_property_match_string(struct device *dev,
|
/linux-6.3-rc2/drivers/i2c/ |
A D | i2c-core-smbus.c | 715 irq = device_property_match_string(parent, "interrupt-names", "smbus_alert"); in i2c_setup_smbus_alert()
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-amd.c | 1062 index = device_property_match_string(dev, "pinctrl-resource-names", "iomux"); in amd_get_iomux_res()
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | max310x.c | 1285 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()
|
Completed in 19 milliseconds