Searched refs:cpu_up (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dcdmm.h38 * @cpu_up: Callback when the parent CPU is coming back up again.
48 int (*cpu_up)(struct mips_cdmm_device *); member in struct:mips_cdmm_driver
/linux-master/kernel/
H A Dcpu.c477 * If set, cpu_up and cpu_down will return -EBUSY and do nothing.
1224 * completed _before_ cpu_up()/_cpu_down() returns.
1683 * The caller of cpu_up() might have raced with another
1735 static int cpu_up(unsigned int cpu, enum cpuhp_state target) function
1778 return cpu_up(dev->id, CPUHP_ONLINE);
1809 ret = cpu_up(sleep_cpu, CPUHP_ONLINE);
1826 if (cpu_up(cpu, target) && can_rollback_cpu(st)) {
1828 * If this failed then cpu_up() might have only
2791 ret = cpu_up(dev->id, target);
/linux-master/drivers/bus/
H A Dmips_cdmm.c610 BUILD_PERDEV_HELPER(cpu_up) /* int mips_cdmm_cpu_up_helper(...) */
645 * CDMM devices on that CPU, or to call the CDMM driver cpu_up callback for all
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c1120 .cpu_up = mips_ejtag_fdc_tty_cpu_up,

Completed in 176 milliseconds