Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dproperty.c589 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
599 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/linux-4.4.14/include/linux/
Dproperty.h82 unsigned int device_get_child_node_count(struct device *dev);
/linux-4.4.14/drivers/leds/
Dleds-gpio.c176 count = device_get_child_node_count(dev); in gpio_leds_create()
/linux-4.4.14/drivers/input/keyboard/
Dgpio_keys_polled.c153 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()