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