Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/watchdog/
Dbd96801_wdt.c307 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw()
316 ret = device_property_match_string(w->dev->parent, "rohm,wdg-action", in init_wdg_hw()
/linux-6.12.1/drivers/base/
Dproperty.c250 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string() function
255 EXPORT_SYMBOL_GPL(device_property_match_string);
/linux-6.12.1/drivers/input/touchscreen/
Dresistive-adc-touch.c140 idx = device_property_match_string(dev, "io-channel-names", name); in grts_map_channel()
/linux-6.12.1/drivers/dma/
Dacpi-dma.c445 index = device_property_match_string(dev, "dma-names", name); in acpi_dma_request_slave_chan_by_name()
/linux-6.12.1/drivers/spi/
Dspi-synquacer.c631 if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
635 } else if (device_property_match_string(&pdev->dev, in synquacer_spi_probe()
Dspidev.c724 if (device_property_match_string(dev, "compatible", "spidev") < 0) in spidev_of_check()
/linux-6.12.1/drivers/iio/
Dindustrialio-backend.c730 ret = device_property_match_string(dev, "io-backend-names", in __devm_iio_backend_fwnode_get()
/linux-6.12.1/include/linux/
Dproperty.h52 int device_property_match_string(const struct device *dev,
/linux-6.12.1/drivers/i2c/
Di2c-core-smbus.c715 irq = device_property_match_string(parent, "interrupt-names", "smbus_alert"); in i2c_setup_smbus_alert()
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-amd.c1060 index = device_property_match_string(dev, "pinctrl-resource-names", "iomux"); in amd_get_iomux_res()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-imx6.c1145 if (device_property_match_string(dev, "reg-names", "dbi2") >= 0) in imx_add_pcie_ep()
/linux-6.12.1/drivers/tty/serial/
Dmax310x.c1275 xtal = device_property_match_string(dev, "clock-names", "osc") < 0; in max310x_probe()