/linux-6.8/drivers/usb/common/ |
D | common.c | 113 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed() 140 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_ssp_rate() 196 err = device_property_read_string(dev, "dr_mode", &dr_mode); in usb_get_dr_mode() 216 ret = device_property_read_string(dev, "role-switch-default-mode", &str); in usb_get_role_switch_default_mode()
|
/linux-6.8/net/rfkill/ |
D | rfkill-gpio.c | 95 device_property_read_string(&pdev->dev, name_property, &rfkill->name); in rfkill_gpio_probe() 96 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe()
|
/linux-6.8/sound/soc/loongson/ |
D | loongson_card.c | 107 device_property_read_string(card->dev, "codec-dai-name", in loongson_card_parse_acpi() 177 ret = device_property_read_string(&pdev->dev, "model", &card->name); in loongson_asoc_card_probe()
|
/linux-6.8/drivers/watchdog/ |
D | gpio_wdt.c | 122 ret = device_property_read_string(dev, "hw_algo", &algo); in gpio_wdt_probe()
|
/linux-6.8/drivers/leds/ |
D | leds-cpcap.c | 187 err = device_property_read_string(&pdev->dev, "label", &led->led.name); in cpcap_led_probe()
|
D | leds-lp3952.c | 100 ret = device_property_read_string(dev, label, &str); in lp3952_get_label()
|
D | leds-sun50i-a100.c | 257 device_property_read_string(dev, "allwinner,pixel-format", &format); in sun50i_a100_ledc_parse_format()
|
/linux-6.8/drivers/iio/frequency/ |
D | admv1013.c | 536 ret = device_property_read_string(&spi->dev, "adi,input-mode", &str); in admv1013_properties_parse() 547 ret = device_property_read_string(&spi->dev, "adi,quad-se-mode", &str); in admv1013_properties_parse()
|
/linux-6.8/drivers/i2c/ |
D | i2c-slave-eeprom.c | 128 int ret = device_property_read_string(&client->dev, "firmware-name", &eeprom_data); in i2c_slave_init_eeprom_data()
|
/linux-6.8/drivers/remoteproc/ |
D | meson_mx_ao_arc.c | 152 device_property_read_string(dev, "firmware-name", &fw_name); in meson_mx_ao_arc_rproc_probe()
|
/linux-6.8/drivers/base/ |
D | property.c | 227 int device_property_read_string(const struct device *dev, const char *propname, in device_property_read_string() function 232 EXPORT_SYMBOL_GPL(device_property_read_string);
|
/linux-6.8/drivers/input/misc/ |
D | da7280.c | 787 error = device_property_read_string(dev, "dlg,actuator-type", &str); in da7280_parse_properties() 858 error = device_property_read_string(dev, gpi_str2, &str); in da7280_parse_properties() 865 error = device_property_read_string(dev, gpi_str3, &str); in da7280_parse_properties()
|
/linux-6.8/drivers/power/supply/ |
D | gpio-charger.c | 142 if (!device_property_read_string(dev, "charger-type", &chargetype)) { in gpio_charger_get_type()
|
/linux-6.8/drivers/input/touchscreen/ |
D | goodix_fwupload.c | 332 device_property_read_string(&ts->client->dev, in goodix_firmware_check()
|
/linux-6.8/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 167 device_property_read_string(dev, "label", &pdata->name); in gpio_keys_polled_get_devtree_pdata()
|
/linux-6.8/drivers/iio/adc/ |
D | adi-axi-adc.c | 102 if (device_property_read_string(dev, "dma-names", &dma_name)) in adi_axi_adc_config_dma_buffer()
|
/linux-6.8/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-platform.c | 375 ret = device_property_read_string(dev, XGBE_PHY_MODE_PROPERTY, in xgbe_platform_probe()
|
/linux-6.8/drivers/usb/typec/tipd/ |
D | core.c | 881 ret = device_property_read_string(tps->dev, "firmware-name", in tps_request_firmware() 983 ret = device_property_read_string(tps->dev, "firmware-name", in tps25750_start_patch_burst_mode() 1139 ret = device_property_read_string(tps->dev, "firmware-name", in tps6598x_apply_patch()
|
/linux-6.8/sound/soc/codecs/ |
D | tas5805m.c | 506 if (device_property_read_string(dev, "ti,dsp-config-name", in tas5805m_i2c_probe()
|
/linux-6.8/drivers/iio/light/ |
D | gp2ap002.c | 458 ret = device_property_read_string(dev, "compatible", &compat); in gp2ap002_probe()
|
/linux-6.8/drivers/gpio/ |
D | gpio-mockup.c | 432 rv = device_property_read_string(dev, "chip-label", &name); in gpio_mockup_probe()
|
/linux-6.8/drivers/usb/dwc3/ |
D | core.c | 1522 ret = device_property_read_string(dev, "usb-psy-name", &usb_psy_name); in dwc3_get_properties() 1616 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1776 if (device_property_read_string(dev, "linux,extcon-name", &name) == 0) in dwc3_get_extcon()
|
/linux-6.8/include/linux/ |
D | property.h | 54 int device_property_read_string(const struct device *dev, const char *propname,
|
/linux-6.8/drivers/iio/pressure/ |
D | hsc030pa.c | 432 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in hsc_common_probe()
|
/linux-6.8/drivers/rtc/ |
D | rtc-max31335.c | 387 if (device_property_read_string(dev, "adi,tc-diode", &diode)) in max31335_trickle_charger_setup()
|