| /linux/drivers/base/ |
| H A D | property.c | 277 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string() 493 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string() function 500 EXPORT_SYMBOL_GPL(fwnode_property_read_string); 568 ret = fwnode_property_read_string(fwnode, propname, &string); in fwnode_property_match_property_string() 1022 err = fwnode_property_read_string(fwnode, "phy-mode", &pm); in fwnode_get_phy_mode() 1024 err = fwnode_property_read_string(fwnode, in fwnode_get_phy_mode()
|
| /linux/drivers/usb/typec/ |
| H A D | hd3ss3220.c | 297 ret = fwnode_property_read_string(connector, "typec-power-opmode", &cap_str); in hd3ss3220_configure_power_opmode() 315 ret = fwnode_property_read_string(connector, "power-role", &cap_str); in hd3ss3220_configure_port_type() 337 ret = fwnode_property_read_string(connector, "try-power-role", &cap_str); in hd3ss3220_configure_source_pref()
|
| H A D | wusb3801.c | 355 ret = fwnode_property_read_string(connector, "typec-power-opmode", &cap_str); in wusb3801_probe()
|
| H A D | anx7411.c | 1169 ret = fwnode_property_read_string(fwnode, "power-role", &buf); in anx7411_typec_port_probe() 1180 ret = fwnode_property_read_string(fwnode, "data-role", &buf); in anx7411_typec_port_probe() 1191 ret = fwnode_property_read_string(fwnode, "try-power-role", &buf); in anx7411_typec_port_probe()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | prop.c | 239 fwnode_property_read_string(props->fwnode, "label", in zl3073x_pin_props_get() 245 if (!fwnode_property_read_string(props->fwnode, "connection-type", in zl3073x_pin_props_get()
|
| /linux/drivers/base/test/ |
| H A D | property-entry-test.c | 276 error = fwnode_property_read_string(node, "str", &str); in pe_test_strings() 292 error = fwnode_property_read_string(node, "no-str", &str); in pe_test_strings() 298 error = fwnode_property_read_string(node, "empty", &str); in pe_test_strings() 319 error = fwnode_property_read_string(node, "strs", &str); in pe_test_strings()
|
| /linux/drivers/leds/ |
| H A D | leds-lt3593.c | 86 if (!fwnode_property_read_string(child, "default-state", &tmp)) { in lt3593_led_probe()
|
| H A D | leds-max5970.c | 83 if (fwnode_property_read_string(child, "label", &ddata->cdev.name)) in max5970_led_probe()
|
| /linux/drivers/net/phy/ |
| H A D | phy_port.c | 59 ret = fwnode_property_read_string(fwnode, "media", &med_str); in phy_of_parse_port()
|
| /linux/drivers/pinctrl/intel/ |
| H A D | pinctrl-intel-platform.c | 69 ret = fwnode_property_read_string(child, "intc-gpio-group-name", &name); in intel_platform_pinctrl_prepare_group()
|
| /linux/sound/soc/codecs/ |
| H A D | da7219-aad.c | 709 if (!fwnode_property_read_string(aad_np, "dlg,jack-ins-det-pty", &fw_str)) in da7219_aad_fw_to_pdata() 715 if (!fwnode_property_read_string(aad_np, "dlg,jack-det-rate", &fw_str)) in da7219_aad_fw_to_pdata()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_mac.c | 724 rc = fwnode_property_read_string(mac_cb->fw_port, in hns_mac_register_phydev() 959 if (!fwnode_property_read_string(mac_cb->fw_port, "media-type", in hns_mac_get_info()
|
| /linux/drivers/extcon/ |
| H A D | extcon-usbc-tusb320.c | 457 if (!fwnode_property_read_string(connector, "typec-power-opmode", in tusb320_typec_probe()
|
| H A D | extcon-rtk-type-c.c | 1253 ret = fwnode_property_read_string(fwnode, "power-role", &buf); in extcon_rtk_type_c_init() 1264 ret = fwnode_property_read_string(fwnode, "data-role", &buf); in extcon_rtk_type_c_init()
|
| /linux/drivers/power/supply/ |
| H A D | power_supply_core.c | 747 err = fwnode_property_read_string(fwnode, "compatible", &value); in power_supply_get_battery_info() 814 if (!fwnode_property_read_string(fwnode, "device-chemistry", &value)) { in power_supply_get_battery_info()
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_functions.c | 1471 ret = fwnode_property_read_string(entity_node, "mipi-sdca-entity-label", in find_sdca_entity() 1666 ret = fwnode_property_read_string(clock_node, "mipi-sdca-entity-label", in find_sdca_entity_connection_iot() 1850 ret = fwnode_property_read_string(connected_node, "mipi-sdca-entity-label", in find_sdca_entity_connection()
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-adc5.c | 670 ret = fwnode_property_read_string(fwnode, "label", &channel_name); in adc5_get_fw_channel_data()
|
| H A D | qcom-spmi-adc5-gen3.c | 472 fwnode_property_read_string(fwnode, "label", &channel_name); in adc5_gen3_get_fw_channel_data()
|
| H A D | qcom-spmi-vadc.c | 681 ret = fwnode_property_read_string(fwnode, "label", &label); in vadc_get_fw_channel_data()
|
| H A D | qcom-pm8xxx-xoadc.c | 777 fwnode_property_read_string(fwnode, "label", &ch->label); in pm8xxx_xoadc_parse_channel()
|
| H A D | pac1934.c | 1196 ret = fwnode_property_read_string(node, "label", in pac1934_fw_parse_channel_config()
|
| /linux/drivers/leds/flash/ |
| H A D | leds-mt6360.c | 698 fwnode_property_read_string(init_data->fwnode, "linux,default-trigger", in mt6360_init_isnk_properties()
|
| /linux/drivers/mtd/ubi/ |
| H A D | vmt.c | 138 if (!fwnode_property_read_string(fw_vol, "volname", &volname) && in find_volume_fwnode()
|
| /linux/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 1056 ret = fwnode_property_read_string(fwnode, "compatible", &compatible); in idt_ee_match_id()
|
| /linux/drivers/iio/dac/ |
| H A D | mcp47feb02.c | 978 ret = fwnode_property_read_string(child, "label", &data->labels[reg]); in mcp47feb02_parse_fw()
|