Lines Matching +full:gpio +full:- +full:restart
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Nintendo Wii board-specific support
6 * Copyright (C) 2008-2009 The GameCube Linux Team
24 #include "flipper-pic.h"
25 #include "hlwd-pic.h"
29 #define HW_CTRL_COMPATIBLE "nintendo,hollywood-control"
34 /* gpio */
35 #define HW_GPIO_COMPATIBLE "nintendo,hollywood-gpio"
62 int error = -ENODEV; in wii_ioremap_hw_regs()
120 /* make sure that the poweroff GPIO is configured as output */ in wii_power_off()
123 /* drive the poweroff GPIO high */ in wii_power_off()
131 if (ppc_md.restart) in wii_halt()
132 ppc_md.restart(NULL); in wii_halt()
174 .restart = wii_restart, in define_machine()