Searched refs:fwnode_property_present (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dproperty.h52 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname);
117 return fwnode_property_present(fwnode, propname); fwnode_property_read_bool()
/linux-4.4.14/drivers/leds/
H A Dleds-gpio.c197 if (fwnode_property_present(child, "label")) { device_for_each_child_node()
220 if (fwnode_property_present(child, "retain-state-suspended")) device_for_each_child_node()
/linux-4.4.14/drivers/base/
H A Dproperty.c123 return fwnode_property_present(dev_fwnode(dev), propname); device_property_present()
128 * fwnode_property_present - check if a property of a firmware node is present
132 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) fwnode_property_present() function
141 EXPORT_SYMBOL_GPL(fwnode_property_present); variable

Completed in 164 milliseconds