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

/linux-4.1.27/include/linux/
H A Dproperty.h72 unsigned int device_get_child_node_count(struct device *dev);
/linux-4.1.27/drivers/base/
H A Dproperty.c509 * device_get_child_node_count - return the number of child nodes for device
512 unsigned int device_get_child_node_count(struct device *dev) device_get_child_node_count() function
522 EXPORT_SYMBOL_GPL(device_get_child_node_count); variable
/linux-4.1.27/drivers/leds/
H A Dleds-gpio.c175 count = device_get_child_node_count(dev); gpio_leds_create()
/linux-4.1.27/drivers/input/keyboard/
H A Dgpio_keys_polled.c111 nbuttons = device_get_child_node_count(dev); gpio_keys_polled_get_devtree_pdata()

Completed in 163 milliseconds