Home
last modified time | relevance | path

Searched refs:device_property_read_string (Results 1 – 25 of 50) sorted by relevance

12

/linux/net/rfkill/
H A Drfkill-gpio.c116 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 Dloongson_card.c217 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 Dgpio_wdt.c121 ret = device_property_read_string(dev, "hw_algo", &algo); in gpio_wdt_probe()
/linux/drivers/leds/
H A Dleds-cpcap.c187 err = device_property_read_string(&pdev->dev, "label", &led->led.name); in cpcap_led_probe()
H A Dleds-sun50i-a100.c256 device_property_read_string(dev, "allwinner,pixel-format", &format); in sun50i_a100_ledc_parse_format()
/linux/drivers/uio/
H A Duio_pdrv_genirq.c129 if (!device_property_read_string(&pdev->dev, "linux,uio-name", &name)) in uio_pdrv_genirq_probe()
/linux/drivers/hwmon/
H A Dltc4282.c1258 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 Dtmp102.c316 device_property_read_string(dev, "label", &tmp102->label); in tmp102_probe()
/linux/drivers/input/misc/
H A Dda7280.c786 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 Dproperty.c274 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 Dclk-gpio.c374 ret = device_property_read_string(dev, "clock-output-names", &clk_name); in clk_gated_fixed_probe()
/linux/drivers/tty/serial/8250/
H A D8250_ni.c362 if (!device_property_read_string(dev, "transceiver", &portmode)) { in ni16550_probe()
/linux/drivers/iio/pressure/
H A Dmprls0025pa.c369 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in mpr_common_probe()
H A Dhsc030pa.c473 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in hsc_common_probe()
/linux/drivers/soundwire/
H A Dmipi_disco.c387 ret = device_property_read_string(dev, prop_name, &prop_val); in sdw_slave_read_lane_mapping()
/linux/drivers/input/touchscreen/
H A Dapple_z2.c385 error = device_property_read_string(dev, "firmware-name", &z2->fw_name); in apple_z2_probe()
/linux/drivers/gpio/
H A Dgpio-mockup.c435 rv = device_property_read_string(dev, "chip-label", &name); in gpio_mockup_probe()
/linux/drivers/gpu/drm/tiny/
H A Dsharp-memory.c590 if (device_property_read_string(dev, "sharp,vcom-mode", &vcom_mode_str)) in sharp_memory_probe()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c261 rv = device_property_read_string(devc, "firmware-name", &val); in get_firmware_variant()
/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c615 ret = device_property_read_string(dev, "compatible", in vfio_platform_of_probe()
/linux/drivers/mailbox/
H A Dcix-mailbox.c590 if (device_property_read_string(dev, "cix,mbox-dir", &dir_str)) in cix_mbox_probe()
/linux/drivers/iio/adc/
H A Dadi-axi-adc.c505 if (device_property_read_string(st->dev, "dma-names", &dma_name)) in axi_adc_request_buffer()
/linux/drivers/bluetooth/
H A Dhci_aml.c473 if (device_property_read_string(pdev, "firmware-name", in aml_parse_dt()
/linux/drivers/iio/frequency/
H A Dadf4350.c472 if (device_property_read_string(&spi->dev, "clock-output-names", &init.name)) { in adf4350_clk_register()
/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c874 if (!device_property_read_string(dev, "marvell,xenon-phy-type", &phy_type)) in xenon_phy_parse_params()

12