Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dproperty.c512 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
522 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/linux-4.1.27/include/linux/
Dproperty.h72 unsigned int device_get_child_node_count(struct device *dev);
/linux-4.1.27/drivers/leds/
Dleds-gpio.c175 count = device_get_child_node_count(dev); in gpio_leds_create()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c111 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()