Searched refs:cpuhp_setup_state (Results 1 - 25 of 114) sorted by relevance

12345

/linux-master/drivers/clocksource/
H A Ddummy_timer.c33 return cpuhp_setup_state(CPUHP_AP_DUMMY_TIMER_STARTING,
H A Dtimer-mp-csky.c154 ret = cpuhp_setup_state(CPUHP_AP_CSKY_TIMER_STARTING,
H A Dtimer-riscv.c191 error = cpuhp_setup_state(CPUHP_AP_RISCV_TIMER_STARTING,
H A Dtimer-qcom.c175 res = cpuhp_setup_state(CPUHP_AP_QCOM_TIMER_STARTING,
/linux-master/arch/riscv/kernel/
H A Dsbi-ipi.c71 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
H A Dparavirt.c119 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/arm64/hyperv/
H A Dmshyperv.c68 ret = cpuhp_setup_state(CPUHP_AP_HYPERV_ONLINE, "arm64/hyperv_init:online",
/linux-master/drivers/platform/x86/intel/
H A Dturbo_max_3.c131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/leds/trigger/
H A Dledtrig-cpu.c162 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "leds/trigger:starting",
/linux-master/drivers/cpuidle/
H A Dcpuidle-haltpoll.c125 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "cpuidle/haltpoll:online",
/linux-master/arch/arm64/kernel/
H A Dparavirt.c131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/kernel/
H A Dscs.c110 cpuhp_setup_state(CPUHP_BP_PREPARE_DYN, "scs:scs_cache", NULL,
H A Dprofile.c430 err = cpuhp_setup_state(CPUHP_PROFILE_PREPARE, "PROFILE_PREPARE",
435 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "AP_PROFILE_ONLINE",
/linux-master/drivers/powercap/
H A Ddtpm_cpu.c297 ret = cpuhp_setup_state(CPUHP_AP_DTPM_CPU_DEAD, "dtpm_cpu:offline",
302 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dtpm_cpu:online",
/linux-master/drivers/base/
H A Dtopology.c189 return cpuhp_setup_state(CPUHP_TOPOLOGY_PREPARE,
/linux-master/arch/x86/kernel/cpu/
H A Dumwait.c219 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "umwait:online",
H A Dintel_epb.c227 ret = cpuhp_setup_state(CPUHP_AP_X86_INTEL_EPB_ONLINE,
/linux-master/arch/x86/kernel/
H A Dcpuid.c165 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/cpuid:online",
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c112 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powercap/rapl:online",
/linux-master/drivers/misc/
H A Dvcpu_stall_detector.c175 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/pci/controller/
H A Dpci-xgene-msi.c494 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "pci/xgene:online",
499 rc = cpuhp_setup_state(CPUHP_PCI_XGENE_DEAD, "pci/xgene:dead", NULL,
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c209 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
214 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
219 /* cpuhp_setup_state returns >= 0 on success */
/linux-master/arch/arm/xen/
H A Denlighten.c527 return cpuhp_setup_state(CPUHP_AP_ARM_XEN_STARTING,
557 return cpuhp_setup_state(CPUHP_AP_ARM_XEN_RUNSTATE_STARTING,
/linux-master/arch/sh/kernel/
H A Dperf_event.c360 cpuhp_setup_state(CPUHP_PERF_SUPERH, "PERF_SUPERH", sh_pmu_prepare_cpu,
/linux-master/arch/x86/events/amd/
H A Dpower.c281 cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_POWER_ONLINE,

Completed in 202 milliseconds

12345