Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/
Dcdmm.h47 int (*cpu_down)(struct mips_cdmm_device *); member
/Linux-v5.15/drivers/bus/
Dmips_cdmm.c608 BUILD_PERDEV_HELPER(cpu_down) /* int mips_cdmm_cpu_down_helper(...) */
/Linux-v5.15/kernel/
Dcpu.c1186 static int cpu_down(unsigned int cpu, enum cpuhp_state target) in cpu_down() function
1208 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
2301 ret = cpu_down(dev->id, target); in target_store()
/Linux-v5.15/Documentation/power/
Dsuspend-and-cpuhotplug.rst126 cpu_down()
/Linux-v5.15/drivers/tty/
Dmips_ejtag_fdc.c1121 .cpu_down = mips_ejtag_fdc_tty_cpu_down,