Home
last modified time | relevance | path

Searched refs:fwnode_property_present (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dproperty.h44 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname);
107 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool()
/linux-4.1.27/drivers/base/
Dproperty.c120 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present() function
138 EXPORT_SYMBOL_GPL(fwnode_property_present);
/linux-4.1.27/drivers/leds/
Dleds-gpio.c196 if (fwnode_property_present(child, "label")) { in gpio_leds_create()
217 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c155 button->wakeup = fwnode_property_present(child, "gpio-key,wakeup"); in gpio_keys_polled_get_devtree_pdata()