Searched refs:cpuhp_state (Results 1 - 25 of 50) sorted by path

12

/linux-master/arch/arm/mach-imx/
H A Dmmdc.c83 static enum cpuhp_state cpuhp_mmdc_state;
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c176 static enum cpuhp_state dtl_worker_state;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c892 static enum cpuhp_state rdt_online;
/linux-master/arch/x86/kernel/
H A Dcpuid.c43 static enum cpuhp_state cpuhp_cpuid_state;
H A Dmsr.c42 static enum cpuhp_state cpuhp_msr_state;
/linux-master/drivers/acpi/
H A Dprocessor_driver.c264 static enum cpuhp_state hp_online;
/linux-master/drivers/cpufreq/
H A Dcpufreq.c2887 static enum cpuhp_state hp_online;
/linux-master/drivers/cpuidle/
H A Dcpuidle-haltpoll.c26 static enum cpuhp_state haltpoll_hp_state;
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c109 enum cpuhp_state cpuhp_state; member in struct:rockchip_dfi
578 cpuhp_remove_multi_state(dfi->cpuhp_state);
587 cpuhp_state_remove_instance_nocalls(dfi->cpuhp_state, &dfi->node);
627 dfi->cpuhp_state = ret;
635 ret = cpuhp_state_add_instance_nocalls(dfi->cpuhp_state, &dfi->node);
/linux-master/drivers/dma/idxd/
H A Dperfmon.c14 static enum cpuhp_state cpuhp_slot;
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c105 unsigned int cpuhp_state; member in struct:ffa_drv_info
1444 if (drv_info->cpuhp_state) {
1445 cpuhp_remove_state(drv_info->cpuhp_state);
1446 drv_info->cpuhp_state = 0;
1517 drv_info->cpuhp_state = ret;
/linux-master/drivers/fpga/
H A Ddfl-fme-perf.c145 * @cpuhp_state: state for CPU hotplug notification;
159 enum cpuhp_state cpuhp_state; member in struct:fme_perf_priv
982 priv->cpuhp_state = ret;
985 ret = cpuhp_state_add_instance_nocalls(priv->cpuhp_state, &priv->node);
997 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node);
999 cpuhp_remove_multi_state(priv->cpuhp_state);
1009 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node);
1010 cpuhp_remove_multi_state(priv->cpuhp_state);
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c1197 static enum cpuhp_state cpuhp_slot = CPUHP_INVALID;
/linux-master/drivers/hwmon/
H A Dcoretemp.c787 static enum cpuhp_state coretemp_hp_online;
H A Dvia-cputemp.c280 static enum cpuhp_state via_temp_online;
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-core.c46 static enum cpuhp_state hp_online;
H A Dcoresight-etm4x-core.c68 static enum cpuhp_state hp_online;
H A Dcoresight-trbe.c144 enum cpuhp_state trbe_online;
1436 enum cpuhp_state trbe_online;
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c25 static enum cpuhp_state hisi_ptt_pmu_online;
/linux-master/drivers/iommu/intel/
H A Dperfmon.c822 static enum cpuhp_state iommu_cpuhp_slot;
/linux-master/drivers/misc/
H A Dvcpu_stall_detector.c38 enum cpuhp_state hp_online;
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c343 static enum cpuhp_state ibmvnic_online;
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c742 static enum cpuhp_state online_hpstate;
/linux-master/drivers/net/
H A Dvirtio_net.c3102 static enum cpuhp_state virtionet_online;
/linux-master/drivers/nvdimm/
H A Dnd_perf.c243 nd_pmu->cpuhp_state = rc;
246 rc = cpuhp_state_add_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node);
248 cpuhp_remove_multi_state(nd_pmu->cpuhp_state);
255 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node);
256 cpuhp_remove_multi_state(nd_pmu->cpuhp_state);
265 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node);
266 cpuhp_remove_multi_state(nd_pmu->cpuhp_state);

Completed in 481 milliseconds

12