| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_quiesce.c | 40 if (_machine_restart != (void *) do_machine_quiesce) { in sclp_quiesce_handler() 41 old_machine_restart = _machine_restart; in sclp_quiesce_handler() 44 _machine_restart = (void *) do_machine_quiesce; in sclp_quiesce_handler() 58 _machine_restart = old_machine_restart; in sclp_quiesce_pm_event()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | reset.c | 26 void (*_machine_restart)(char *command); variable 90 if (_machine_restart) in machine_restart() 91 _machine_restart(command); in machine_restart()
|
| /OK3568_Linux_fs/u-boot/arch/mips/cpu/ |
| H A D | cpu.c | 16 void __weak _machine_restart(void) in _machine_restart() function 26 _machine_restart(); in do_reset()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | tb0219.c | 296 old_machine_restart = _machine_restart; in tb0219_probe() 297 _machine_restart = tb0219_restart; in tb0219_probe() 311 _machine_restart = old_machine_restart; in tb0219_remove()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | reboot.h | 10 extern void _machine_restart(void);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | reboot.h | 12 extern void (*_machine_restart)(char *command);
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-power.c | 36 _machine_restart = ip30_machine_restart; in ip30_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/ |
| H A D | platform.c | 58 if (!_machine_restart) in db1x_late_setup() 59 _machine_restart = db1x_reset; in db1x_late_setup()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-pic32/ |
| H A D | reset.c | 19 void _machine_restart(void) in _machine_restart() function
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | reset.c | 52 _machine_restart = loongson_restart; in mips_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/pic32/common/ |
| H A D | reset.c | 47 _machine_restart = pic32_machine_restart; in mips_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/ |
| H A D | reset.c | 66 _machine_restart = loongson_restart; in mips_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson32/common/ |
| H A D | reset.c | 44 _machine_restart = ls1x_restart; in ls1x_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/lantiq/falcon/ |
| H A D | reset.c | 69 _machine_restart = machine_restart; in mips_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-reset.c | 78 _machine_restart = ip27_machine_restart; in ip27_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/rb532/ |
| H A D | setup.c | 46 _machine_restart = rb_machine_restart; in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/ar7/ |
| H A D | setup.c | 80 _machine_restart = ar7_machine_restart; in plat_mem_setup()
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | vct.c | 48 void _machine_restart(void) in _machine_restart() function
|
| /OK3568_Linux_fs/kernel/arch/mips/ralink/ |
| H A D | reset.c | 99 _machine_restart = ralink_restart; in mips_reboot_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/cobalt/ |
| H A D | setup.c | 80 _machine_restart = cobalt_machine_restart; in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | pmu.c | 116 _machine_restart = vr41xx_restart; in vr41xx_pmu_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/ |
| H A D | board-xxs1500.c | 55 _machine_restart = xxs1500_reset; in board_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm63xx/ |
| H A D | setup.c | 152 _machine_restart = __bcm63xx_machine_reboot; in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | setup.c | 106 _machine_restart = (void (*)(char *))nlm_linux_exit; in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/ |
| H A D | ip32-reset.c | 142 _machine_restart = ip32_machine_restart; in ip32_reboot_setup()
|