| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_lb.c | 303 dhd->cpuhp_setup_state = 0; in dhd_register_cpuhp_callback() 305 dhd->cpuhp_setup_state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dhd", in dhd_register_cpuhp_callback() 308 if (dhd->cpuhp_setup_state < 0) { in dhd_register_cpuhp_callback() 310 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_register_cpuhp_callback() 313 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_register_cpuhp_callback() 324 return dhd->cpuhp_setup_state; in dhd_register_cpuhp_callback() 332 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_unregister_cpuhp_callback() 334 if (dhd->cpuhp_setup_state >= 0) { in dhd_unregister_cpuhp_callback() 336 cpuhp_remove_state_nocalls(dhd->cpuhp_setup_state); in dhd_unregister_cpuhp_callback()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_lb.c | 303 dhd->cpuhp_setup_state = 0; in dhd_register_cpuhp_callback() 305 dhd->cpuhp_setup_state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dhd", in dhd_register_cpuhp_callback() 308 if (dhd->cpuhp_setup_state < 0) { in dhd_register_cpuhp_callback() 310 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_register_cpuhp_callback() 313 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_register_cpuhp_callback() 324 return dhd->cpuhp_setup_state; in dhd_register_cpuhp_callback() 332 __FUNCTION__, dhd->cpuhp_setup_state)); in dhd_unregister_cpuhp_callback() 334 if (dhd->cpuhp_setup_state >= 0) { in dhd_unregister_cpuhp_callback() 336 cpuhp_remove_state_nocalls(dhd->cpuhp_setup_state); in dhd_unregister_cpuhp_callback()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | dummy_timer.c | 33 return cpuhp_setup_state(CPUHP_AP_DUMMY_TIMER_STARTING, in dummy_timer_register()
|
| H A D | timer-riscv.c | 153 error = cpuhp_setup_state(CPUHP_AP_RISCV_TIMER_STARTING, in riscv_timer_init_dt()
|
| H A D | timer-mp-csky.c | 154 ret = cpuhp_setup_state(CPUHP_AP_CSKY_TIMER_STARTING, in csky_mptimer_init()
|
| H A D | timer-nps.c | 268 ret = cpuhp_setup_state(CPUHP_AP_ARC_TIMER_STARTING, in nps_setup_clockevent()
|
| H A D | mips-gic-timer.c | 162 cpuhp_setup_state(CPUHP_AP_MIPS_GIC_TIMER_STARTING, in gic_clockevent_init()
|
| H A D | timer-clint.c | 222 rc = cpuhp_setup_state(CPUHP_AP_CLINT_TIMER_STARTING, in clint_timer_init_dt()
|
| /OK3568_Linux_fs/kernel/drivers/leds/trigger/ |
| H A D | ledtrig-cpu.c | 162 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "leds/trigger:starting", in ledtrig_cpu_init()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_turbo_max_3.c | 131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in itmt_legacy_init()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-riscv-intc.c | 128 cpuhp_setup_state(CPUHP_AP_IRQ_RISCV_STARTING, in riscv_intc_init()
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle-haltpoll.c | 126 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "cpuidle/haltpoll:online", in haltpoll_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/amd/ |
| H A D | uncore.c | 639 if (cpuhp_setup_state(CPUHP_PERF_X86_AMD_UNCORE_PREP, in amd_uncore_init() 644 if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING, in amd_uncore_init() 648 if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE, in amd_uncore_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | paravirt.c | 126 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in pv_time_init_stolen_time()
|
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | nmi_timer_int.c | 126 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "oprofile/nmi:online", in nmi_timer_setup()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | scs.c | 100 cpuhp_setup_state(CPUHP_BP_PREPARE_DYN, "scs:scs_cache", NULL, in scs_init()
|
| H A D | profile.c | 546 err = cpuhp_setup_state(CPUHP_PROFILE_PREPARE, "PROFILE_PREPARE", in create_proc_profile() 551 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "AP_PROFILE_ONLINE", in create_proc_profile()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-xgene-msi.c | 503 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "pci/xgene:online", in xgene_msi_probe() 508 rc = cpuhp_setup_state(CPUHP_PCI_XGENE_DEAD, "pci/xgene:dead", NULL, in xgene_msi_probe()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_cf_common.c | 193 rc = cpuhp_setup_state(CPUHP_AP_PERF_S390_CF_ONLINE, in cpum_cf_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | intel_epb.c | 203 ret = cpuhp_setup_state(CPUHP_AP_X86_INTEL_EPB_ONLINE, in intel_epb_init()
|
| H A D | umwait.c | 219 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "umwait:online", in umwait_init()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | topology.c | 138 return cpuhp_setup_state(CPUHP_TOPOLOGY_PREPARE, in topology_sysfs_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | cpuid.c | 165 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/cpuid:online", in cpuid_init()
|
| /OK3568_Linux_fs/kernel/drivers/powercap/ |
| H A D | intel_rapl_msr.c | 155 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powercap/rapl:online", in rapl_msr_probe()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | x2apic_cluster.c | 172 if (cpuhp_setup_state(CPUHP_X2APIC_PREPARE, "x86/x2apic:prepare", in x2apic_cluster_probe()
|