/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpm.h | 32 __field( int , child_count ) 44 __entry->child_count = atomic_read( 45 &dev->power.child_count); 56 __entry->child_count
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpm.h | 32 __field( int , child_count ) 44 __entry->child_count = atomic_read( 45 &dev->power.child_count); 56 __entry->child_count
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_rgb.c | 79 int ret = 0, child_count = 0; in rockchip_rgb_init() local 102 child_count++; in rockchip_rgb_init() 114 if (!child_count) in rockchip_rgb_init()
|
H A D | rockchip_lvds.c | 549 int ret = 0, child_count = 0; in rockchip_lvds_bind() local 561 child_count++; in rockchip_lvds_bind() 570 if (!child_count) { in rockchip_lvds_bind()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 284 static int child_count; variable 531 child_count++; in build_conf() 547 child_count++; in build_conf() 555 child_count++; in build_conf() 571 child_count++; in build_conf() 620 child_count++; in build_conf() 856 if (!child_count) in conf()
|
H A D | nconf.c | 264 static int child_count; variable 829 child_count++; in build_conf() 846 child_count++; in build_conf() 855 child_count++; in build_conf() 871 child_count++; in build_conf() 925 child_count++; in build_conf() 1161 if (!child_count) in selected_conf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_rgb.c | 82 int ret = 0, child_count = 0; in rockchip_rgb_init() local 106 child_count++; in rockchip_rgb_init() 118 if (!child_count) in rockchip_rgb_init()
|
H A D | rockchip_lvds.c | 554 int ret = 0, child_count = 0; in rockchip_lvds_bind() local 566 child_count++; in rockchip_lvds_bind() 575 if (!child_count) { in rockchip_lvds_bind()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | mconf.c | 278 static int child_count; variable 493 child_count++; in build_conf() 509 child_count++; in build_conf() 517 child_count++; in build_conf() 533 child_count++; in build_conf() 582 child_count++; in build_conf() 663 if (!child_count) in conf()
|
H A D | nconf.c | 260 static int child_count; variable 757 child_count++; in build_conf() 774 child_count++; in build_conf() 783 child_count++; in build_conf() 799 child_count++; in build_conf() 853 child_count++; in build_conf() 1086 if (!child_count) in conf()
|
/kernel/linux/linux-5.10/drivers/memory/tegra/ |
H A D | tegra20-emc.c | 341 int child_count; in tegra_emc_load_timings_from_dt() local 344 child_count = of_get_child_count(node); in tegra_emc_load_timings_from_dt() 345 if (!child_count) { in tegra_emc_load_timings_from_dt() 350 emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing), in tegra_emc_load_timings_from_dt() 355 emc->num_timings = child_count; in tegra_emc_load_timings_from_dt()
|
H A D | mc.c | 350 int child_count = of_get_child_count(node); in load_timings() local 353 mc->timings = devm_kcalloc(mc->dev, child_count, sizeof(*timing), in load_timings() 358 mc->num_timings = child_count; in load_timings()
|
H A D | tegra30-emc.c | 943 int child_count; in emc_load_timings_from_dt() local 946 child_count = of_get_child_count(node); in emc_load_timings_from_dt() 947 if (!child_count) { in emc_load_timings_from_dt() 952 emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing), in emc_load_timings_from_dt() 957 emc->num_timings = child_count; in emc_load_timings_from_dt()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 269 atomic_read(&dev->power.child_count)) in rpm_check_suspend_allowed() 686 atomic_add_unless(&parent->power.child_count, -1, 0); 849 atomic_inc(&dev->parent->power.child_count); 919 atomic_inc(&parent->power.child_count); 1263 atomic_add_unless(&parent->power.child_count, -1, 0); in __pm_runtime_set_status() 1281 atomic_inc(&parent->power.child_count); in __pm_runtime_set_status() 1474 atomic_read(&dev->power.child_count) > 0, in pm_runtime_enable() 1685 atomic_set(&dev->power.child_count, 0); in pm_runtime_init() 1817 (atomic_read(&dev->power.child_count) == 0 || in pm_runtime_need_not_resume()
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | runtime.c | 267 else if (!dev->power.ignore_children && atomic_read(&dev->power.child_count)) in rpm_check_suspend_allowed() 682 atomic_add_unless(&parent->power.child_count, -1, 0); 850 atomic_inc(&dev->parent->power.child_count); 922 atomic_inc(&parent->power.child_count); 1294 atomic_add_unless(&parent->power.child_count, -1, 0); in __pm_runtime_set_status() 1312 atomic_inc(&parent->power.child_count); in __pm_runtime_set_status() 1507 atomic_read(&dev->power.child_count) > 0) in pm_runtime_enable() 1723 atomic_set(&dev->power.child_count, 0); in pm_runtime_init() 1847 (atomic_read(&dev->power.child_count) == 0 || in pm_runtime_need_not_resume()
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-tegra124-emc.c | 439 int child_count = of_get_child_count(node); in load_timings_from_dt() local 443 size = (tegra->num_timings + child_count) * sizeof(struct emc_timing); in load_timings_from_dt() 450 tegra->num_timings += child_count; in load_timings_from_dt() 465 sort(timings_ptr, child_count, sizeof(struct emc_timing), in load_timings_from_dt()
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 22 int child_count; member 52 for (i = 0; i < objs->child_count; i++) { in __fsl_mc_device_remove_if_not_in_mc() 60 if (i == objs->child_count) in __fsl_mc_device_remove_if_not_in_mc() 95 objs.child_count = num_child_objects_in_mc; in dprc_remove_devices()
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 21 int child_count; member 54 for (i = 0; i < objs->child_count; i++) { in __fsl_mc_device_remove_if_not_in_mc() 62 if (i == objs->child_count) in __fsl_mc_device_remove_if_not_in_mc() 100 objs.child_count = num_child_objects_in_mc; in dprc_remove_devices()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-tegra124-emc.c | 448 int child_count = of_get_child_count(node); in load_timings_from_dt() local 452 size = (tegra->num_timings + child_count) * sizeof(struct emc_timing); in load_timings_from_dt() 459 tegra->num_timings += child_count; in load_timings_from_dt() 474 sort(timings_ptr, child_count, sizeof(struct emc_timing), in load_timings_from_dt()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 261 if row + 10 >= self.root.child_count: 286 self.child_count = 0 297 return self.child_count 317 if row + 10 >= self.child_count: 492 self.child_count = 0 511 if not self.child_count: 513 return self.child_count 518 return self.child_count > 0 563 child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0), query.value(1), query.value(2), query.value(3), int(query.value(4)), insn_cnt, cyc_cnt, branch_count, self) 565 self.child_count [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 262 if row + 10 >= self.root.child_count: 287 self.child_count = 0 298 return self.child_count 318 if row + 10 >= self.child_count: 493 self.child_count = 0 512 if not self.child_count: 514 return self.child_count 519 return self.child_count > 0 564 child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0), query.value(1), query.value(2), query.value(3), int(query.value(4)), insn_cnt, cyc_cnt, branch_count, self) 566 self.child_count [all...] |
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | mc.c | 455 int child_count = of_get_child_count(node); in load_timings() local 458 mc->timings = devm_kcalloc(mc->dev, child_count, sizeof(*timing), in load_timings() 463 mc->num_timings = child_count; in load_timings()
|
H A D | tegra20-emc.c | 415 int child_count; in tegra_emc_load_timings_from_dt() local 418 child_count = of_get_child_count(node); in tegra_emc_load_timings_from_dt() 419 if (!child_count) { in tegra_emc_load_timings_from_dt() 424 emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing), in tegra_emc_load_timings_from_dt()
|
H A D | tegra30-emc.c | 984 int child_count; in emc_load_timings_from_dt() local 987 child_count = of_get_child_count(node); in emc_load_timings_from_dt() 988 if (!child_count) { in emc_load_timings_from_dt() 993 emc->timings = devm_kcalloc(emc->dev, child_count, sizeof(*timing), in emc_load_timings_from_dt() 998 emc->num_timings = child_count; in emc_load_timings_from_dt()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-cmn.c | 1339 u16 child_count, child_poff; in arm_cmn_discover() local 1354 child_count = FIELD_GET(CMN_CI_CHILD_COUNT, reg); in arm_cmn_discover() 1357 cmn->num_xps = child_count; in arm_cmn_discover() 1393 child_count = FIELD_GET(CMN_CI_CHILD_COUNT, reg); in arm_cmn_discover() 1396 for (j = 0; j < child_count; j++) { in arm_cmn_discover()
|