Home
last modified time | relevance | path

Searched refs:subsys_system_register (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/arch/arm/mach-s3c/
H A Ds3c6410.c75 return subsys_system_register(&s3c6410_subsys, NULL); in s3c6410_core_init()
H A Ds3c64xx.c208 subsys_system_register(&s3c64xx_subsys, NULL); in s3c64xx_dev_init()
/linux-6.15/drivers/base/
H A Dcontainer.c38 ret = subsys_system_register(&container_subsys, NULL); in container_dev_init()
H A Dbus.c1281 int subsys_system_register(const struct bus_type *subsys, in subsys_system_register() function
1286 EXPORT_SYMBOL_GPL(subsys_system_register);
H A Dcpu.c664 if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups)) in cpu_dev_init()
H A Dmemory.c953 ret = subsys_system_register(&memory_subsys, memory_root_attr_groups); in memory_dev_init()
H A Dnode.c968 ret = subsys_system_register(&node_subsys, cpu_root_attr_groups); in node_dev_init()
/linux-6.15/drivers/edac/
H A Dedac_module.c80 err = subsys_system_register(&edac_subsys, NULL); in edac_subsys_init()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsuspend.c150 if ((rc = subsys_system_register(&suspend_subsys, NULL))) in pseries_suspend_sysfs_register()
H A Dcmm.c397 if ((rc = subsys_system_register(&cmm_subsys, NULL))) in cmm_sysfs_register()
/linux-6.15/arch/sh/drivers/dma/
H A Ddma-sysfs.c51 ret = subsys_system_register(&dma_subsys, NULL); in dma_subsys_init()
/linux-6.15/drivers/xen/
H A Dxen-balloon.c249 error = subsys_system_register(&balloon_subsys, NULL); in register_balloon()
H A Dpcpu.c368 ret = subsys_system_register(&xen_pcpu_subsys, NULL); in xen_pcpu_init()
/linux-6.15/drivers/platform/x86/
H A Dibm_rtl.c201 ret = subsys_system_register(&rtl_subsys, NULL); in rtl_setup_sysfs()
/linux-6.15/drivers/sh/intc/
H A Dcore.c482 error = subsys_system_register(&intc_subsys, NULL); in register_intc_devs()
/linux-6.15/kernel/time/
H A Dclockevents.c771 int err = subsys_system_register(&clockevents_subsys, NULL); in clockevents_init_sysfs()
H A Dclocksource.c1491 int error = subsys_system_register(&clocksource_subsys, NULL); in init_clocksource_sysfs()
/linux-6.15/arch/s390/kernel/
H A Dtime.c942 return subsys_system_register(&stp_subsys, stp_dev_groups); in stp_init_sysfs()
/linux-6.15/arch/powerpc/platforms/cell/
H A Dspu_base.c758 ret = subsys_system_register(&spu_subsys, NULL); in init_spu_base()
/linux-6.15/arch/mips/txx9/generic/
H A Dsetup.c820 err = subsys_system_register(&txx9_sramc_subsys, NULL); in txx9_sramc_init()
/linux-6.15/include/linux/
H A Ddevice.h74 int subsys_system_register(const struct bus_type *subsys,
/linux-6.15/arch/powerpc/sysdev/
H A Dmpic.c2008 rc = subsys_system_register(&mpic_subsys, NULL); in mpic_init_sys()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c2878 err = subsys_system_register(&mce_subsys, NULL); in mcheck_init_device()