child_count       169 drivers/acpi/acpi_video.c 	u8 child_count;
child_count      1286 drivers/acpi/acpi_video.c 	if (!video->attached_count || video->child_count > 8)
child_count      1542 drivers/acpi/acpi_video.c 		video->child_count++;
child_count       269 drivers/base/power/runtime.c 			atomic_read(&dev->power.child_count))
child_count       639 drivers/base/power/runtime.c 		atomic_add_unless(&parent->power.child_count, -1, 0);
child_count       791 drivers/base/power/runtime.c 			atomic_inc(&dev->parent->power.child_count);
child_count       861 drivers/base/power/runtime.c 			atomic_inc(&parent->power.child_count);
child_count      1180 drivers/base/power/runtime.c 		atomic_add_unless(&parent->power.child_count, -1, 0);
child_count      1198 drivers/base/power/runtime.c 			atomic_inc(&parent->power.child_count);
child_count      1391 drivers/base/power/runtime.c 	     atomic_read(&dev->power.child_count) > 0,
child_count      1576 drivers/base/power/runtime.c 	atomic_set(&dev->power.child_count, 0);
child_count      1719 drivers/base/power/runtime.c 		(atomic_read(&dev->power.child_count) == 0 ||
child_count       519 drivers/base/power/sysfs.c 		0 : atomic_read(&dev->power.child_count));
child_count        21 drivers/bus/fsl-mc/dprc-driver.c 	int child_count;
child_count        42 drivers/bus/fsl-mc/dprc-driver.c 	for (i = 0; i < objs->child_count; i++) {
child_count        50 drivers/bus/fsl-mc/dprc-driver.c 	if (i == objs->child_count)
child_count        85 drivers/bus/fsl-mc/dprc-driver.c 		objs.child_count = num_child_objects_in_mc;
child_count       442 drivers/clk/tegra/clk-emc.c 	int child_count = of_get_child_count(node);
child_count       446 drivers/clk/tegra/clk-emc.c 	size = (tegra->num_timings + child_count) * sizeof(struct emc_timing);
child_count       453 drivers/clk/tegra/clk-emc.c 	tegra->num_timings += child_count;
child_count       467 drivers/clk/tegra/clk-emc.c 	sort(timings_ptr, child_count, sizeof(struct emc_timing),
child_count       342 drivers/gpu/drm/rockchip/rockchip_lvds.c 	int ret = 0, child_count = 0;
child_count       354 drivers/gpu/drm/rockchip/rockchip_lvds.c 		child_count++;
child_count       363 drivers/gpu/drm/rockchip/rockchip_lvds.c 	if (!child_count) {
child_count        81 drivers/gpu/drm/rockchip/rockchip_rgb.c 	int ret = 0, child_count = 0;
child_count       103 drivers/gpu/drm/rockchip/rockchip_rgb.c 		child_count++;
child_count       115 drivers/gpu/drm/rockchip/rockchip_rgb.c 	if (!child_count)
child_count       380 drivers/memory/tegra/mc.c 	int child_count = of_get_child_count(node);
child_count       383 drivers/memory/tegra/mc.c 	mc->timings = devm_kcalloc(mc->dev, child_count, sizeof(*timing),
child_count       388 drivers/memory/tegra/mc.c 	mc->num_timings = child_count;
child_count       948 drivers/memory/tegra/tegra124-emc.c 	int child_count = of_get_child_count(node);
child_count       954 drivers/memory/tegra/tegra124-emc.c 	emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing),
child_count       959 drivers/memory/tegra/tegra124-emc.c 	emc->num_timings = child_count;
child_count       338 drivers/memory/tegra/tegra20-emc.c 	int child_count;
child_count       341 drivers/memory/tegra/tegra20-emc.c 	child_count = of_get_child_count(node);
child_count       342 drivers/memory/tegra/tegra20-emc.c 	if (!child_count) {
child_count       347 drivers/memory/tegra/tegra20-emc.c 	emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing),
child_count       352 drivers/memory/tegra/tegra20-emc.c 	emc->num_timings = child_count;
child_count       236 drivers/of/unittest.c 	int allnode_count = 0, child_count;
child_count       243 drivers/of/unittest.c 	child_count = of_unittest_check_node_linkage(of_root);
child_count       245 drivers/of/unittest.c 	unittest(child_count > 0, "Device node data structure is corrupted\n");
child_count       246 drivers/of/unittest.c 	unittest(child_count == allnode_count,
child_count       248 drivers/of/unittest.c 		 allnode_count, child_count);
child_count       249 drivers/of/unittest.c 	pr_debug("allnodes list size (%i); sibling lists size (%i)\n", allnode_count, child_count);
child_count       617 include/linux/perf_event.h 	atomic64_t			child_count;
child_count       606 include/linux/pm.h 	atomic_t		child_count;
child_count        32 include/trace/events/rpm.h 		__field(        int ,   	child_count 	)
child_count        44 include/trace/events/rpm.h 		__entry->child_count = atomic_read(
child_count        45 include/trace/events/rpm.h 			&dev->power.child_count);
child_count        56 include/trace/events/rpm.h 			__entry->child_count
child_count      4014 kernel/events/core.c 	return local64_read(&event->count) + atomic64_read(&event->child_count);
child_count      11506 kernel/events/core.c 	atomic64_add(child_val, &parent_event->child_count);
child_count       277 scripts/kconfig/mconf.c static int child_count;
child_count       492 scripts/kconfig/mconf.c 				child_count++;
child_count       508 scripts/kconfig/mconf.c 					child_count++;
child_count       516 scripts/kconfig/mconf.c 					child_count++;
child_count       532 scripts/kconfig/mconf.c 		child_count++;
child_count       581 scripts/kconfig/mconf.c 		child_count++;
child_count       662 scripts/kconfig/mconf.c 		if (!child_count)
child_count       259 scripts/kconfig/nconf.c static int child_count;
child_count       756 scripts/kconfig/nconf.c 				child_count++;
child_count       774 scripts/kconfig/nconf.c 					child_count++;
child_count       783 scripts/kconfig/nconf.c 					child_count++;
child_count       799 scripts/kconfig/nconf.c 		child_count++;
child_count       853 scripts/kconfig/nconf.c 		child_count++;
child_count      1086 scripts/kconfig/nconf.c 		if (!child_count)