Searched refs:cpu_up (Results 1 – 4 of 4) sorted by relevance
48 int (*cpu_up)(struct mips_cdmm_device *); member
1697 static int cpu_up(unsigned int cpu, enum cpuhp_state target) in cpu_up() function1740 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up()1771 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()1788 if (cpu_up(cpu, target) && can_rollback_cpu(st)) { in cpuhp_bringup_mask()2780 ret = cpu_up(dev->id, target); in target_store()
610 BUILD_PERDEV_HELPER(cpu_up) /* int mips_cdmm_cpu_up_helper(...) */ in BUILD_PERDEV_HELPER() argument
1120 .cpu_up = mips_ejtag_fdc_tty_cpu_up,