subsys_system_register  103 arch/arm/mach-s3c24xx/s3c2410.c 	return subsys_system_register(&s3c2410_subsys, NULL);
subsys_system_register  110 arch/arm/mach-s3c24xx/s3c2410.c 	return subsys_system_register(&s3c2410a_subsys, NULL);
subsys_system_register  158 arch/arm/mach-s3c24xx/s3c2412.c 	return subsys_system_register(&s3c2412_subsys, NULL);
subsys_system_register  129 arch/arm/mach-s3c24xx/s3c2416.c 	return subsys_system_register(&s3c2416_subsys, NULL);
subsys_system_register  107 arch/arm/mach-s3c24xx/s3c2443.c 	return subsys_system_register(&s3c2443_subsys, NULL);
subsys_system_register   93 arch/arm/mach-s3c24xx/s3c244x.c 	return subsys_system_register(&s3c2440_subsys, NULL);
subsys_system_register  100 arch/arm/mach-s3c24xx/s3c244x.c 	return subsys_system_register(&s3c2442_subsys, NULL);
subsys_system_register  212 arch/arm/mach-s3c64xx/common.c 	subsys_system_register(&s3c64xx_subsys, NULL);
subsys_system_register   82 arch/arm/mach-s3c64xx/s3c6400.c 	return subsys_system_register(&s3c6400_subsys, NULL);
subsys_system_register   85 arch/arm/mach-s3c64xx/s3c6410.c 	return subsys_system_register(&s3c6410_subsys, NULL);
subsys_system_register   96 arch/mips/txx9/generic/7segled.c 	error = subsys_system_register(&tx_7segled_subsys, NULL);
subsys_system_register  932 arch/mips/txx9/generic/setup.c 	err = subsys_system_register(&txx9_sramc_subsys, NULL);
subsys_system_register  766 arch/powerpc/platforms/cell/spu_base.c 	ret = subsys_system_register(&spu_subsys, NULL);
subsys_system_register  428 arch/powerpc/platforms/pseries/cmm.c 	if ((rc = subsys_system_register(&cmm_subsys, NULL)))
subsys_system_register  228 arch/powerpc/platforms/pseries/suspend.c 	if ((rc = subsys_system_register(&suspend_subsys, NULL)))
subsys_system_register 2009 arch/powerpc/sysdev/mpic.c 	rc = subsys_system_register(&mpic_subsys, NULL);
subsys_system_register  853 arch/s390/kernel/time.c 	rc = subsys_system_register(&stp_subsys, NULL);
subsys_system_register   50 arch/sh/drivers/dma/dma-sysfs.c 	ret = subsys_system_register(&dma_subsys, NULL);
subsys_system_register 2449 arch/x86/kernel/cpu/mce/core.c 	err = subsys_system_register(&mce_subsys, NULL);
subsys_system_register 1161 drivers/base/bus.c EXPORT_SYMBOL_GPL(subsys_system_register);
subsys_system_register   38 drivers/base/container.c 	ret = subsys_system_register(&container_subsys, NULL);
subsys_system_register  617 drivers/base/cpu.c 	if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups))
subsys_system_register  797 drivers/base/memory.c 	ret = subsys_system_register(&memory_subsys, memory_root_attr_groups);
subsys_system_register 1011 drivers/base/node.c 	ret = subsys_system_register(&node_subsys, cpu_root_attr_groups);
subsys_system_register   80 drivers/edac/edac_module.c 	err = subsys_system_register(&edac_subsys, NULL);
subsys_system_register  200 drivers/platform/x86/ibm_rtl.c 	ret = subsys_system_register(&rtl_subsys, NULL);
subsys_system_register  493 drivers/sh/intc/core.c 	error = subsys_system_register(&intc_subsys, NULL);
subsys_system_register  495 drivers/soc/fsl/qe/qe_ic.c 	rc = subsys_system_register(&qe_ic_subsys, NULL);
subsys_system_register  398 drivers/xen/pcpu.c 	ret = subsys_system_register(&xen_pcpu_subsys, NULL);
subsys_system_register  255 drivers/xen/xen-balloon.c 	error = subsys_system_register(&balloon_subsys, NULL);
subsys_system_register  539 include/linux/device.h int subsys_system_register(struct bus_type *subsys,
subsys_system_register  771 kernel/time/clockevents.c 	int err = subsys_system_register(&clockevents_subsys, NULL);
subsys_system_register 1191 kernel/time/clocksource.c 	int error = subsys_system_register(&clocksource_subsys, NULL);