Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-lt3593.c142 ret = fwnode_property_read_string(child, "label", &tmp); in lt3593_led_probe()
150 fwnode_property_read_string(child, "linux,default-trigger", in lt3593_led_probe()
153 if (!fwnode_property_read_string(child, "default-state", &tmp)) { in lt3593_led_probe()
Dleds-gpio.c179 ret = fwnode_property_read_string(child, "label", &led.name); in gpio_leds_create()
195 fwnode_property_read_string(child, "linux,default-trigger", in gpio_leds_create()
198 if (!fwnode_property_read_string(child, "default-state", in gpio_leds_create()
Dleds-cr0014114.c194 ret = fwnode_property_read_string(child, "label", &str); in cr0014114_probe_dt()
202 fwnode_property_read_string(child, "linux,default-trigger", in cr0014114_probe_dt()
Dleds-lm3692x.c350 fwnode_property_read_string(child, "linux,default-trigger", in lm3692x_probe_dt()
353 ret = fwnode_property_read_string(child, "label", &name); in lm3692x_probe_dt()
Dleds-lm3601x.c379 ret = fwnode_property_read_string(child, "label", &name); in lm3601x_parse_node()
/Linux-v4.19/drivers/base/
Dproperty.c478 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string()
676 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string() function
683 EXPORT_SYMBOL_GPL(fwnode_property_read_string);
1227 err = fwnode_property_read_string(fwnode, "phy-mode", &pm); in fwnode_get_phy_mode()
1229 err = fwnode_property_read_string(fwnode, in fwnode_get_phy_mode()
/Linux-v4.19/include/linux/
Dproperty.h72 int fwnode_property_read_string(const struct fwnode_handle *fwnode,
/Linux-v4.19/drivers/input/keyboard/
Dgpio_keys_polled.c179 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_polled_get_devtree_pdata()
Dgpio_keys.c737 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_get_devtree_pdata()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c698 rc = fwnode_property_read_string(mac_cb->fw_port, in hns_mac_register_phydev()
923 if (!fwnode_property_read_string(mac_cb->fw_port, "media-type", in hns_mac_get_info()
/Linux-v4.19/sound/soc/codecs/
Dda7219-aad.c666 if (!fwnode_property_read_string(aad_np, "dlg,jack-det-rate", &fw_str)) in da7219_aad_fw_to_pdata()
/Linux-v4.19/drivers/gpio/
Dgpiolib-acpi.c1005 fwnode_property_read_string(fwnode, "line-name", name); in acpi_gpiochip_parse_own_gpio()
/Linux-v4.19/drivers/misc/eeprom/
Didt_89hpesx.c1102 ret = fwnode_property_read_string(fwnode, "compatible", &compatible); in idt_ee_match_id()
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c4351 ret = fwnode_property_read_string(fwnode, "data-role", &cap_str); in tcpm_fw_get_caps()
4358 ret = fwnode_property_read_string(fwnode, "power-role", &cap_str); in tcpm_fw_get_caps()
4387 ret = fwnode_property_read_string(fwnode, "try-power-role", &cap_str); in tcpm_fw_get_caps()
/Linux-v4.19/drivers/net/phy/
Dphylink.c252 if (fwnode_property_read_string(fwnode, "managed", &managed) == 0 && in phylink_parse_mode()