| /linux/net/rfkill/ |
| H A D | rfkill-gpio.c | 116 device_property_read_string(&pdev->dev, name_property, &rfkill->name); in rfkill_gpio_probe() 117 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe()
|
| /linux/sound/soc/loongson/ |
| H A D | loongson_card.c | 217 ret = device_property_read_string(card->dev, "codec-dai-name", &codec_dai_name); 323 ret = device_property_read_string(dev, "model", &card->name);
|
| /linux/drivers/watchdog/ |
| H A D | gpio_wdt.c | 121 ret = device_property_read_string(dev, "hw_algo", &algo); in gpio_wdt_probe()
|
| /linux/drivers/leds/ |
| H A D | leds-cpcap.c | 187 err = device_property_read_string(&pdev->dev, "label", &led->led.name); in cpcap_led_probe()
|
| H A D | leds-sun50i-a100.c | 256 device_property_read_string(dev, "allwinner,pixel-format", &format); in sun50i_a100_ledc_parse_format()
|
| /linux/drivers/uio/ |
| H A D | uio_pdrv_genirq.c | 129 if (!device_property_read_string(&pdev->dev, "linux,uio-name", &name)) in uio_pdrv_genirq_probe()
|
| /linux/drivers/hwmon/ |
| H A D | ltc4282.c | 1258 ret = device_property_read_string(dev, "adi,gpio1-mode", &func); in ltc4282_gpio_setup() 1274 ret = device_property_read_string(dev, "adi,gpio2-mode", &func); in ltc4282_gpio_setup() 1439 ret = device_property_read_string(dev, "adi,overvoltage-dividers", in ltc4282_setup() 1454 ret = device_property_read_string(dev, "adi,undervoltage-dividers", in ltc4282_setup()
|
| H A D | tmp102.c | 316 device_property_read_string(dev, "label", &tmp102->label); in tmp102_probe()
|
| /linux/drivers/input/misc/ |
| H A D | da7280.c | 786 error = device_property_read_string(dev, "dlg,actuator-type", &str); in da7280_parse_properties() 857 error = device_property_read_string(dev, gpi_str2, &str); in da7280_parse_properties() 864 error = device_property_read_string(dev, gpi_str3, &str); in da7280_parse_properties()
|
| /linux/drivers/base/ |
| H A D | property.c | 274 int device_property_read_string(const struct device *dev, const char *propname, in device_property_read_string() function 279 EXPORT_SYMBOL_GPL(device_property_read_string);
|
| /linux/drivers/clk/ |
| H A D | clk-gpio.c | 374 ret = device_property_read_string(dev, "clock-output-names", &clk_name); in clk_gated_fixed_probe()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_ni.c | 362 if (!device_property_read_string(dev, "transceiver", &portmode)) { in ni16550_probe()
|
| /linux/drivers/iio/pressure/ |
| H A D | mprls0025pa.c | 369 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in mpr_common_probe()
|
| H A D | hsc030pa.c | 473 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in hsc_common_probe()
|
| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 387 ret = device_property_read_string(dev, prop_name, &prop_val); in sdw_slave_read_lane_mapping()
|
| /linux/drivers/input/touchscreen/ |
| H A D | apple_z2.c | 385 error = device_property_read_string(dev, "firmware-name", &z2->fw_name); in apple_z2_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-mockup.c | 435 rv = device_property_read_string(dev, "chip-label", &name); in gpio_mockup_probe()
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | sharp-memory.c | 590 if (device_property_read_string(dev, "sharp,vcom-mode", &vcom_mode_str)) in sharp_memory_probe()
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-fw-loader.c | 261 rv = device_property_read_string(devc, "firmware-name", &val); in get_firmware_variant()
|
| /linux/drivers/vfio/platform/ |
| H A D | vfio_platform_common.c | 615 ret = device_property_read_string(dev, "compatible", in vfio_platform_of_probe()
|
| /linux/drivers/mailbox/ |
| H A D | cix-mailbox.c | 590 if (device_property_read_string(dev, "cix,mbox-dir", &dir_str)) in cix_mbox_probe()
|
| /linux/drivers/iio/adc/ |
| H A D | adi-axi-adc.c | 505 if (device_property_read_string(st->dev, "dma-names", &dma_name)) in axi_adc_request_buffer()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_aml.c | 473 if (device_property_read_string(pdev, "firmware-name", in aml_parse_dt()
|
| /linux/drivers/iio/frequency/ |
| H A D | adf4350.c | 472 if (device_property_read_string(&spi->dev, "clock-output-names", &init.name)) { in adf4350_clk_register()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-xenon-phy.c | 874 if (!device_property_read_string(dev, "marvell,xenon-phy-type", &phy_type)) in xenon_phy_parse_params()
|