Home
last modified time | relevance | path

Searched refs:cpu_subsys (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/base/
H A Dcpu.c394 const struct bus_type cpu_subsys = { variable
406 EXPORT_SYMBOL_GPL(cpu_subsys);
423 cpu->dev.bus = &cpu_subsys; in register_cpu()
676 struct device *dev = bus_get_dev_root(&cpu_subsys); in cpu_register_vulnerabilities()
691 if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups)) in cpu_dev_init()
/linux/arch/x86/kernel/cpu/
H A Dumwait.c239 dev = bus_get_dev_root(&cpu_subsys); in umwait_init()
/linux/include/linux/
H A Dcpu.h143 extern const struct bus_type cpu_subsys;
/linux/arch/sh/kernel/cpu/sh4/
H A Dsq.c367 .subsys = &cpu_subsys,
/linux/arch/s390/kernel/
H A Dtopology.c695 dev_root = bus_get_dev_root(&cpu_subsys); in topology_init()
/linux/kernel/power/
H A Denergy_model.c46 return (dev->bus == &cpu_subsys); in _is_cpu_device()
/linux/drivers/cpuidle/
H A Dsysfs.c125 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in cpuidle_add_interface()
/linux/drivers/cpufreq/
H A Dcpufreq.c1928 .subsys = &cpu_subsys,
3047 dev_root = bus_get_dev_root(&cpu_subsys); in cpufreq_core_init()
H A Damd-pstate.c2324 dev_root = bus_get_dev_root(&cpu_subsys); in amd_pstate_init()
H A Dintel_pstate.c1819 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in intel_pstate_sysfs_expose_params()