Searched refs:cpu_down (Results 1 – 4 of 4) sorted by relevance
47 int (*cpu_down)(struct mips_cdmm_device *); member
609 BUILD_PERDEV_HELPER(cpu_down) /* int mips_cdmm_cpu_down_helper(...) */
1497 static int cpu_down(unsigned int cpu, enum cpuhp_state target) in cpu_down() function1519 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()2779 ret = cpu_down(dev->id, target); in target_store()
1120 .cpu_down = mips_ejtag_fdc_tty_cpu_down,