/drivers/leds/ |
D | leds-lt3593.c | 90 fwnode_property_read_string(child, "linux,default-trigger", in lt3593_led_probe() 93 if (!fwnode_property_read_string(child, "default-state", &tmp)) { in lt3593_led_probe()
|
D | leds-max77650.c | 102 rv = fwnode_property_read_string(child, "label", &label); in max77650_led_probe() 114 fwnode_property_read_string(child, "linux,default-trigger", in max77650_led_probe()
|
D | leds-lm36274.c | 85 ret = fwnode_property_read_string(child, "label", &name); in lm36274_parse_dt() 105 fwnode_property_read_string(child, "linux,default-trigger", in lm36274_parse_dt()
|
D | leds-pwm.c | 129 ret = fwnode_property_read_string(fwnode, "label", &led.name); in led_pwm_create_fwnode() 138 fwnode_property_read_string(fwnode, "linux,default-trigger", in led_pwm_create_fwnode()
|
D | leds-gpio.c | 169 fwnode_property_read_string(child, "linux,default-trigger", in gpio_leds_create() 172 if (!fwnode_property_read_string(child, "default-state", in gpio_leds_create()
|
D | leds-lm3697.c | 271 fwnode_property_read_string(child, "linux,default-trigger", in lm3697_probe_dt() 274 ret = fwnode_property_read_string(child, "label", &name); in lm3697_probe_dt()
|
D | led-core.c | 378 ret = fwnode_property_read_string(fwnode, "label", &props->label); in led_parse_fwnode_props() 398 ret = fwnode_property_read_string(fwnode, "function", &props->function); in led_parse_fwnode_props()
|
D | leds-pca963x.c | 304 res = fwnode_property_read_string(child, "label", &led.name); in pca963x_get_pdata() 308 fwnode_property_read_string(child, "linux,default-trigger", in pca963x_get_pdata()
|
D | leds-pca955x.c | 393 res = fwnode_property_read_string(child, "label", &name); in pca955x_get_pdata() 402 fwnode_property_read_string(child, "linux,default-trigger", in pca955x_get_pdata()
|
D | leds-lm3532.c | 639 fwnode_property_read_string(child, "linux,default-trigger", in lm3532_parse_node() 642 ret = fwnode_property_read_string(child, "label", &name); in lm3532_parse_node()
|
D | leds-cr0014114.c | 191 fwnode_property_read_string(child, "linux,default-trigger", in cr0014114_probe_dt()
|
D | leds-lm3692x.c | 356 fwnode_property_read_string(child, "linux,default-trigger", in lm3692x_probe_dt()
|
/drivers/base/ |
D | property.c | 203 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string() 401 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string() function 408 EXPORT_SYMBOL_GPL(fwnode_property_read_string); 774 err = fwnode_property_read_string(fwnode, "phy-mode", &pm); in fwnode_get_phy_mode() 776 err = fwnode_property_read_string(fwnode, in fwnode_get_phy_mode()
|
/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 178 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_polled_get_devtree_pdata()
|
D | gpio_keys.c | 731 fwnode_property_read_string(child, "label", &button->desc); in gpio_keys_get_devtree_pdata()
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 694 rc = fwnode_property_read_string(mac_cb->fw_port, in hns_mac_register_phydev() 930 if (!fwnode_property_read_string(mac_cb->fw_port, "media-type", in hns_mac_get_info()
|
/drivers/video/backlight/ |
D | lm3630a_bl.c | 447 ret = fwnode_property_read_string(node, "label", &label); in lm3630a_parse_bank()
|
/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 1100 ret = fwnode_property_read_string(fwnode, "compatible", &compatible); in idt_ee_match_id()
|
/drivers/gpio/ |
D | gpiolib-acpi.c | 1098 fwnode_property_read_string(fwnode, "line-name", name); in acpi_gpiochip_parse_own_gpio()
|
/drivers/usb/typec/tcpm/ |
D | tcpm.c | 4410 ret = fwnode_property_read_string(fwnode, "data-role", &cap_str); in tcpm_fw_get_caps() 4418 ret = fwnode_property_read_string(fwnode, "power-role", &cap_str); in tcpm_fw_get_caps() 4447 ret = fwnode_property_read_string(fwnode, "try-power-role", &cap_str); in tcpm_fw_get_caps()
|
/drivers/net/phy/ |
D | phylink.c | 264 if (fwnode_property_read_string(fwnode, "managed", &managed) == 0 && in phylink_parse_mode()
|