Searched refs:fwnode_property_read_string (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/leds/ |
H A D | leds-gpio.c | 197 fwnode_property_read_string(child, "label", &led.name); device_for_each_child_node() 204 fwnode_property_read_string(child, "linux,default-trigger", device_for_each_child_node() 207 if (!fwnode_property_read_string(child, "default-state", device_for_each_child_node()
|
/linux-4.1.27/drivers/base/ |
H A D | property.c | 277 return fwnode_property_read_string(dev_fwnode(dev), propname, val); device_property_read_string() 441 * fwnode_property_read_string - return a string property of a firmware node 455 int fwnode_property_read_string(struct fwnode_handle *fwnode, fwnode_property_read_string() function 466 EXPORT_SYMBOL_GPL(fwnode_property_read_string); variable
|
/linux-4.1.27/include/linux/ |
H A D | property.h | 60 int fwnode_property_read_string(struct fwnode_handle *fwnode,
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 149 fwnode_property_read_string(child, "label", &button->desc); device_for_each_child_node()
|
Completed in 420 milliseconds