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

/linux-4.4.14/include/linux/
H A Dproperty.h82 unsigned int device_get_child_node_count(struct device *dev);
/linux-4.4.14/drivers/leds/
H A Dleds-gpio.c176 count = device_get_child_node_count(dev); gpio_leds_create()
/linux-4.4.14/drivers/input/keyboard/
H A Dgpio_keys_polled.c153 nbuttons = device_get_child_node_count(dev); gpio_keys_polled_get_devtree_pdata()
/linux-4.4.14/drivers/base/
H A Dproperty.c586 * device_get_child_node_count - return the number of child nodes for device
589 unsigned int device_get_child_node_count(struct device *dev) device_get_child_node_count() function
599 EXPORT_SYMBOL_GPL(device_get_child_node_count); variable

Completed in 116 milliseconds