Searched refs:fwnode_property_read_string (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/leds/
H A Dleds-gpio.c198 fwnode_property_read_string(child, "label", &led.name); device_for_each_child_node()
207 fwnode_property_read_string(child, "linux,default-trigger", device_for_each_child_node()
210 if (!fwnode_property_read_string(child, "default-state", device_for_each_child_node()
/linux-4.4.14/include/linux/
H A Dproperty.h68 int fwnode_property_read_string(struct fwnode_handle *fwnode,
/linux-4.4.14/drivers/input/keyboard/
H A Dgpio_keys_polled.c191 fwnode_property_read_string(child, "label", &button->desc); device_for_each_child_node()
/linux-4.4.14/drivers/base/
H A Dproperty.c286 return fwnode_property_read_string(dev_fwnode(dev), propname, val); device_property_read_string()
475 * fwnode_property_read_string - return a string property of a firmware node
489 int fwnode_property_read_string(struct fwnode_handle *fwnode, fwnode_property_read_string() function
501 EXPORT_SYMBOL_GPL(fwnode_property_read_string); variable

Completed in 226 milliseconds