Home
last modified time | relevance | path

Searched refs:fwnode_property_read_string (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/base/
A Dproperty.c202 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string()
400 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string() function
407 EXPORT_SYMBOL_GPL(fwnode_property_read_string);
908 err = fwnode_property_read_string(fwnode, "phy-mode", &pm); in fwnode_get_phy_mode()
910 err = fwnode_property_read_string(fwnode, in fwnode_get_phy_mode()
/linux/drivers/leds/
A Dled-core.c374 ret = fwnode_property_read_string(fwnode, "label", &props->label); in led_parse_fwnode_props()
394 ret = fwnode_property_read_string(fwnode, "function", &props->function); in led_parse_fwnode_props()
485 if (!fwnode_property_read_string(fwnode, "default-state", &state)) { in led_init_default_state_get()
A Dleds-lt3593.c87 if (!fwnode_property_read_string(child, "default-state", &tmp)) { in lt3593_led_probe()
A Dleds-pwm.c144 ret = fwnode_property_read_string(fwnode, "label", &led.name); in led_pwm_create_fwnode()
A Dleds-tca6507.c696 if (fwnode_property_read_string(child, "label", &led.name)) in tca6507_led_dt_init()
699 fwnode_property_read_string(child, "linux,default-trigger", in tca6507_led_dt_init()
A Dled-class.c354 fwnode_property_read_string(init_data->fwnode, in led_classdev_register_ext()
A Dleds-pca955x.c454 if (!fwnode_property_read_string(child, "default-state", in pca955x_get_pdata()
/linux/drivers/base/test/
A Dproperty-entry-test.c274 error = fwnode_property_read_string(node, "str", &str); in pe_test_strings()
290 error = fwnode_property_read_string(node, "no-str", &str); in pe_test_strings()
296 error = fwnode_property_read_string(node, "empty", &str); in pe_test_strings()
317 error = fwnode_property_read_string(node, "strs", &str); in pe_test_strings()
/linux/drivers/usb/typec/
A Dqcom-pmic-typec.c166 ret = fwnode_property_read_string(fwnode, "power-role", &buf); in qcom_pmic_typec_probe()
176 ret = fwnode_property_read_string(fwnode, "data-role", &buf); in qcom_pmic_typec_probe()
A Dstusb160x.c545 ret = fwnode_property_read_string(fwnode, "power-role", &cap_str); in stusb160x_get_fw_caps()
565 ret = fwnode_property_read_string(fwnode, "typec-power-opmode", &cap_str); in stusb160x_get_fw_caps()
/linux/drivers/usb/typec/mux/
A Dintel_pmc_mux.c502 ret = fwnode_property_read_string(fwnode, "sbu-orientation", &str); in pmc_usb_register_port()
506 ret = fwnode_property_read_string(fwnode, "hsl-orientation", &str); in pmc_usb_register_port()
/linux/drivers/platform/chrome/
A Dcros_ec_typec.c96 ret = fwnode_property_read_string(fwnode, "power-role", &buf); in cros_typec_parse_port_props()
107 ret = fwnode_property_read_string(fwnode, "data-role", &buf); in cros_typec_parse_port_props()
118 ret = fwnode_property_read_string(fwnode, "try-power-role", &buf); in cros_typec_parse_port_props()
/linux/drivers/leds/blink/
A Dleds-lgm-sso.c647 fwnode_property_read_string(fwnode_child, in __sso_led_dt_parse()
698 if (!fwnode_property_read_string(fwnode_child, "default-state", &tmp)) { in __sso_led_dt_parse()
/linux/drivers/media/v4l2-core/
A Dv4l2-fwnode.c642 err = fwnode_property_read_string(fwnode, "compatible", &type_name); in v4l2_fwnode_get_connector_type()
680 err = fwnode_property_read_string(connector_node, "label", &label); in v4l2_fwnode_connector_parse()
/linux/drivers/input/keyboard/
A Dgpio_keys_polled.c177 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_polled_get_devtree_pdata()
A Dgpio_keys.c767 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_get_devtree_pdata()
/linux/drivers/hwtracing/coresight/
A Dcoresight-cti-platform.c389 fwnode_property_read_string(fwnode, CTI_DT_CONN_NAME, &assoc_name); in cti_plat_create_connection()
/linux/drivers/hwmon/
A Dgsc-hwmon.c278 if (fwnode_property_read_string(child, "label", &ch->name)) { in gsc_hwmon_get_devtree_pdata()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_dsaf_mac.c695 rc = fwnode_property_read_string(mac_cb->fw_port, in hns_mac_register_phydev()
929 if (!fwnode_property_read_string(mac_cb->fw_port, "media-type", in hns_mac_get_info()
/linux/include/linux/
A Dproperty.h71 int fwnode_property_read_string(const struct fwnode_handle *fwnode,
/linux/drivers/iio/adc/
A Dad7768-1.c567 if (fwnode_property_read_string(child, "label", &label)) in ad7768_set_channel_label()
/linux/drivers/video/backlight/
A Dlm3630a_bl.c449 ret = fwnode_property_read_string(node, "label", &label); in lm3630a_parse_bank()
/linux/sound/soc/codecs/
A Dda7219-aad.c661 if (!fwnode_property_read_string(aad_np, "dlg,jack-det-rate", &fw_str)) in da7219_aad_fw_to_pdata()
/linux/drivers/misc/eeprom/
A Didt_89hpesx.c1069 ret = fwnode_property_read_string(fwnode, "compatible", &compatible); in idt_ee_match_id()
/linux/drivers/gpio/
A Dgpiolib-acpi.c1249 fwnode_property_read_string(fwnode, "line-name", name); in acpi_gpiochip_parse_own_gpio()

Completed in 53 milliseconds

12