Searched refs:cpu_dev (Results 1 – 17 of 17) sorted by relevance
| /arch/arm/mach-versatile/ |
| A D | spc.c | 419 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 D | pseries_energy.c | 303 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 D | cpu.h | 11 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 D | intel_epb.c | 186 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 D | umc.c | 11 static const struct cpu_dev umc_cpu_dev = {
|
| A D | vortex.c | 10 static const struct cpu_dev vortex_cpu_dev = {
|
| A D | transmeta.c | 103 static const struct cpu_dev transmeta_cpu_dev = {
|
| A D | cyrix.c | 449 static const struct cpu_dev cyrix_cpu_dev = { 460 static const struct cpu_dev nsc_cpu_dev = {
|
| A D | zhaoxin.c | 105 static const struct cpu_dev zhaoxin_cpu_dev = {
|
| A D | hygon.c | 266 static const struct cpu_dev hygon_cpu_dev = {
|
| A D | centaur.c | 236 static const struct cpu_dev centaur_cpu_dev = {
|
| A D | common.c | 194 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 D | intel.c | 724 static const struct cpu_dev intel_cpu_dev = {
|
| A D | amd.c | 1223 static const struct cpu_dev amd_cpu_dev = {
|
| /arch/arm/mach-milbeaut/ |
| A D | platsmp.c | 138 struct clk *m10v_clclk_register(struct device *cpu_dev);
|
| /arch/arm/common/ |
| A D | bL_switcher.c | 410 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 D | setup.c | 574 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