device_get_child_node_count  730 drivers/base/property.c EXPORT_SYMBOL_GPL(device_get_child_node_count);
device_get_child_node_count  567 drivers/gpio/gpio-dwapb.c 	nports = device_get_child_node_count(dev);
device_get_child_node_count   73 drivers/input/keyboard/adc-keys.c 	st->num_keys = device_get_child_node_count(dev);
device_get_child_node_count  700 drivers/input/keyboard/gpio_keys.c 	nbuttons = device_get_child_node_count(dev);
device_get_child_node_count  151 drivers/input/keyboard/gpio_keys_polled.c 	nbuttons = device_get_child_node_count(dev);
device_get_child_node_count  347 drivers/input/keyboard/qt1050.c 	nbuttons = device_get_child_node_count(dev);
device_get_child_node_count  223 drivers/leds/leds-cr0014114.c 	count = device_get_child_node_count(&spi->dev);
device_get_child_node_count  141 drivers/leds/leds-gpio.c 	count = device_get_child_node_count(dev);
device_get_child_node_count  684 drivers/leds/leds-lm3532.c 	count = device_get_child_node_count(&client->dev);
device_get_child_node_count   80 drivers/leds/leds-lm36274.c 	child_cnt = device_get_child_node_count(dev);
device_get_child_node_count  309 drivers/leds/leds-lm3697.c 	count = device_get_child_node_count(&client->dev);
device_get_child_node_count   79 drivers/leds/leds-lt3593.c 	if (device_get_child_node_count(dev) != 1) {
device_get_child_node_count   84 drivers/leds/leds-max77650.c 	num_leds = device_get_child_node_count(dev);
device_get_child_node_count  370 drivers/leds/leds-pca955x.c 	count = device_get_child_node_count(&client->dev);
device_get_child_node_count  288 drivers/leds/leds-pca963x.c 	count = device_get_child_node_count(&client->dev);
device_get_child_node_count  166 drivers/leds/leds-pwm.c 		count = device_get_child_node_count(&pdev->dev);
device_get_child_node_count  116 include/linux/property.h unsigned int device_get_child_node_count(struct device *dev);