Home
last modified time | relevance | path

Searched refs:cpu_down (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dcdmm.h47 int (*cpu_down)(struct mips_cdmm_device *); member
/openbmc/linux/drivers/bus/
H A Dmips_cdmm.c609 BUILD_PERDEV_HELPER(cpu_down) /* int mips_cdmm_cpu_down_helper(...) */
/openbmc/linux/kernel/
H A Dcpu.c1536 static int cpu_down(unsigned int cpu, enum cpuhp_state target) in cpu_down() function
1558 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
2807 ret = cpu_down(dev->id, target); in target_store()
/openbmc/linux/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst126 cpu_down()
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c1119 .cpu_down = mips_ejtag_fdc_tty_cpu_down,