Home
last modified time | relevance | path

Searched refs:cpu_dev (Results 1 – 17 of 17) sorted by relevance

/arch/arm/mach-versatile/
A Dspc.c419 static int ve_init_opp_table(struct device *cpu_dev) in ve_init_opp_table() argument
425 cluster = topology_physical_package_id(cpu_dev->id); in ve_init_opp_table()
434 dev_warn(cpu_dev, "failed to add opp %lu %lu\n", in ve_init_opp_table()
536 init.name = dev_name(cpu_dev); in ve_spc_clk_register()
541 return devm_clk_register(cpu_dev, &spc->hw); in ve_spc_clk_register()
559 struct device *cpu_dev = get_cpu_device(cpu); in ve_spc_clk_init() local
560 if (!cpu_dev) { in ve_spc_clk_init()
564 clk = ve_spc_clk_register(cpu_dev); in ve_spc_clk_init()
578 if (ve_init_opp_table(cpu_dev)) in ve_spc_clk_init()
580 else if (dev_pm_opp_set_sharing_cpus(cpu_dev, in ve_spc_clk_init()
[all …]
/arch/powerpc/platforms/pseries/
A Dpseries_energy.c303 struct device *cpu_dev, *dev_root; in pseries_energy_init() local
320 cpu_dev = get_cpu_device(cpu); in pseries_energy_init()
321 err = device_create_file(cpu_dev, in pseries_energy_init()
325 err = device_create_file(cpu_dev, in pseries_energy_init()
342 struct device *cpu_dev, *dev_root; in pseries_energy_cleanup() local
356 cpu_dev = get_cpu_device(cpu); in pseries_energy_cleanup()
357 sysfs_remove_file(&cpu_dev->kobj, in pseries_energy_cleanup()
359 sysfs_remove_file(&cpu_dev->kobj, in pseries_energy_cleanup()
/arch/x86/kernel/cpu/
A Dcpu.h11 struct cpu_dev { struct
37 static const struct cpu_dev *const __cpu_dev_##cpu_devX __used \ argument
41 extern const struct cpu_dev *const __x86_cpu_dev_start[],
A Dintel_epb.c186 struct device *cpu_dev = get_cpu_device(cpu); in intel_epb_online() local
190 sysfs_merge_group(&cpu_dev->kobj, &intel_epb_attr_group); in intel_epb_online()
197 struct device *cpu_dev = get_cpu_device(cpu); in intel_epb_offline() local
200 sysfs_unmerge_group(&cpu_dev->kobj, &intel_epb_attr_group); in intel_epb_offline()
A Dumc.c11 static const struct cpu_dev umc_cpu_dev = {
A Dvortex.c10 static const struct cpu_dev vortex_cpu_dev = {
A Dtransmeta.c103 static const struct cpu_dev transmeta_cpu_dev = {
A Dcyrix.c449 static const struct cpu_dev cyrix_cpu_dev = {
460 static const struct cpu_dev nsc_cpu_dev = {
A Dzhaoxin.c105 static const struct cpu_dev zhaoxin_cpu_dev = {
A Dhygon.c266 static const struct cpu_dev hygon_cpu_dev = {
A Dcentaur.c236 static const struct cpu_dev centaur_cpu_dev = {
A Dcommon.c194 static const struct cpu_dev default_cpu = {
200 static const struct cpu_dev *this_cpu = &default_cpu;
779 static const struct cpu_dev *cpu_devs[X86_VENDOR_NUM] = {};
1791 const struct cpu_dev *const *cdev; in init_cpu_devs()
1795 const struct cpu_dev *cpudev = *cdev; in init_cpu_devs()
A Dintel.c724 static const struct cpu_dev intel_cpu_dev = {
A Damd.c1223 static const struct cpu_dev amd_cpu_dev = {
/arch/arm/mach-milbeaut/
A Dplatsmp.c138 struct clk *m10v_clclk_register(struct device *cpu_dev);
/arch/arm/common/
A DbL_switcher.c410 struct device *cpu_dev = get_cpu_device(i); in bL_switcher_restore_cpus() local
411 int ret = device_online(cpu_dev); in bL_switcher_restore_cpus()
413 dev_err(cpu_dev, "switcher: unable to restore CPU\n"); in bL_switcher_restore_cpus()
/arch/arc/kernel/
A Dsetup.c574 struct device *cpu_dev = get_cpu_device(cpu_id); in show_cpuinfo() local
590 cpu_clk = clk_get(cpu_dev, NULL); in show_cpuinfo()

Completed in 31 milliseconds