Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dadc-keys.c76 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
Dgpio_keys_polled.c154 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
Dgpio_keys.c706 nbuttons = device_get_child_node_count(dev); in gpio_keys_get_devtree_pdata()
/Linux-v4.19/drivers/leds/
Dleds-lt3593.c131 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
Dleds-cr0014114.c234 count = device_get_child_node_count(&spi->dev); in cr0014114_probe()
Dleds-gpio.c165 count = device_get_child_node_count(dev); in gpio_leds_create()
/Linux-v4.19/include/linux/
Dproperty.h114 unsigned int device_get_child_node_count(struct device *dev);
/Linux-v4.19/drivers/base/
Dproperty.c1173 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
1183 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/Linux-v4.19/drivers/gpio/
Dgpio-dwapb.c569 nports = device_get_child_node_count(dev); in dwapb_gpio_get_pdata()