Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dadc-keys.c76 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
Dgpio_keys_polled.c153 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
/drivers/leds/
Dleds-gpio.c163 count = device_get_child_node_count(dev); in gpio_leds_create()
/drivers/base/
Dproperty.c941 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
951 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/drivers/gpio/
Dgpio-dwapb.c466 nports = device_get_child_node_count(dev); in dwapb_gpio_get_pdata()