Home
last modified time | relevance | path

Searched full:wii (Results 1 – 25 of 66) sorted by relevance

123

/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
DKconfig68 bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
74 into a memcard slot in the Nintendo GameCube/Wii.
88 config WII config
89 bool "Nintendo-Wii"
93 Select WII if configuring for the Nintendo Wii.
Dwii.c3 * arch/powerpc/platforms/embedded6xx/wii.c
5 * Nintendo Wii board-specific support
9 #define DRV_MODULE_NAME "wii"
167 machine_device_initcall(wii, wii_device_probe);
169 define_machine(wii) { in define_machine() argument
170 .name = "wii", in define_machine()
171 .compatible = "nintendo,wii", in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
DKconfig83 bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
89 into a memcard slot in the Nintendo GameCube/Wii.
103 config WII config
104 bool "Nintendo-Wii"
108 Select WII if configuring for the Nintendo Wii.
Dwii.c3 * arch/powerpc/platforms/embedded6xx/wii.c
5 * Nintendo Wii board-specific support
9 #define DRV_MODULE_NAME "wii"
159 if (!of_machine_is_compatible("nintendo,wii")) in wii_probe()
182 if (!machine_is(wii)) in wii_device_probe()
190 define_machine(wii) { in define_machine() argument
191 .name = "wii", in define_machine()
/kernel/linux/linux-6.6/drivers/nvmem/
Dnintendo-otp.c3 * Nintendo Wii and Wii U OTP driver
5 * This is a driver exposing the OTP of a Nintendo Wii or Wii U console.
39 .name = "wii-otp",
121 MODULE_DESCRIPTION("Nintendo Wii and Wii U OTP driver");
DKconfig207 tristate "Nintendo Wii and Wii U OTP Support"
208 depends on WII || COMPILE_TEST
210 This is a driver exposing the OTP of a Nintendo Wii or Wii U console.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/nvmem/
Dnintendo-otp.yaml7 title: Nintendo Wii and Wii U OTP
10 This binding represents the OTP memory as found on a Nintendo Wii or Wii U,
/kernel/linux/linux-6.6/drivers/rtc/
Drtc-gamecube.c3 * Nintendo GameCube, Wii and Wii U RTC driver
7 * offset stored in a bias register in SRAM (on the GameCube and Wii) or in
8 * /config/rtc.xml (on the Wii U). The latter being very impractical to access
250 * On my Wii U, setting this register to 1 prevents the console from in gamecube_rtc_read_offset_from_sram()
260 * Its default location on the GameCube and on the Wii is in the SRAM, in gamecube_rtc_read_offset_from_sram()
261 * while on the Wii U the bootloader needs to fill it with the contents in gamecube_rtc_read_offset_from_sram()
377 MODULE_DESCRIPTION("Nintendo GameCube, Wii and Wii U RTC driver");
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/nintendo/
Dwii.txt2 Nintendo Wii device tree
7 This node represents the Nintendo Wii video game console.
11 - model : Should be "nintendo,wii"
12 - compatible : Should be "nintendo,wii"
17 many of the devices found in the Nintendo Wii.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/nintendo/
Dwii.txt2 Nintendo Wii device tree
7 This node represents the Nintendo Wii video game console.
11 - model : Should be "nintendo,wii"
12 - compatible : Should be "nintendo,wii"
17 many of the devices found in the Nintendo Wii.
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dwii.dts3 * arch/powerpc/boot/dts/wii.dts
5 * Nintendo Wii platform device tree source
23 model = "nintendo,wii";
24 compatible = "nintendo,wii";
210 compatible = "nintendo,wii-audio-video-encoder";
234 label = "wii:blue:drive_slot";
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/
Dwii.dts3 * arch/powerpc/boot/dts/wii.dts
5 * Nintendo Wii platform device tree source
23 model = "nintendo,wii";
24 compatible = "nintendo,wii";
215 compatible = "nintendo,wii-audio-video-encoder";
250 label = "wii:blue:drive_slot";
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote38 device couldn't be detected but supports basic Wii Remote
45 gen10: First Wii Remote generation
46 gen20: Second Wii Remote Plus generation
48 balanceboard: Wii Balance Board
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote38 device couldn't be detected but supports basic Wii Remote
45 gen10: First Wii Remote generation
46 gen20: Second Wii Remote Plus generation
48 balanceboard: Wii Balance Board
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci-of-hlwd.c5 * Nintendo Wii Secure Digital Host Controller Interface.
24 * Ops and quirks for the Nintendo Wii SDHCI controllers.
93 MODULE_DESCRIPTION("Nintendo Wii SDHCI OF driver");
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-of-hlwd.c5 * Nintendo Wii Secure Digital Host Controller Interface.
24 * Ops and quirks for the Nintendo Wii SDHCI controllers.
93 MODULE_DESCRIPTION("Nintendo Wii SDHCI OF driver");
/kernel/linux/linux-5.10/drivers/hid/
DKconfig1077 tristate "Nintendo Wii / Wii U peripherals"
1083 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
1084 devices are the Wii Remote and its extension devices, but also devices
1085 based on the Wii Remote like the Wii U Pro Controller or the
1086 Wii Balance Board.
1092 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
1093 the Wii U Gamepad) might be supported in the future. But currently
Dhid-wiimote-core.c3 * HID driver for Nintendo Wii / Wii U peripherals
799 [WIIMOTE_DEV_GEN10] = "Nintendo Wii Remote (Gen 1)",
800 [WIIMOTE_DEV_GEN20] = "Nintendo Wii Remote Plus (Gen 2)",
801 [WIIMOTE_DEV_BALANCE_BOARD] = "Nintendo Wii Balance Board",
802 [WIIMOTE_DEV_PRO_CONTROLLER] = "Nintendo Wii U Pro Controller",
922 hid_info(wdata->hdev, "detected extension: Nintendo Wii Motion Plus\n"); in wiimote_init_poll_mp()
1079 [WIIMOTE_EXT_NUNCHUK] = "Nintendo Wii Nunchuk",
1080 [WIIMOTE_EXT_CLASSIC_CONTROLLER] = "Nintendo Wii Classic Controller",
1081 [WIIMOTE_EXT_BALANCE_BOARD] = "Nintendo Wii Balance Board",
1082 [WIIMOTE_EXT_PRO_CONTROLLER] = "Nintendo Wii U Pro Controller",
[all …]
Dhid-wiimote.h6 * HID driver for Nintendo Wii / Wii U peripherals
24 #define WIIMOTE_NAME "Nintendo Wii Remote"
/kernel/linux/linux-6.6/drivers/hid/
DKconfig1045 * Guitar Hero Live PS3, Wii U and PS4 guitar dongles
1219 tristate "Nintendo Wii / Wii U peripherals"
1224 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
1225 devices are the Wii Remote and its extension devices, but also devices
1226 based on the Wii Remote like the Wii U Pro Controller or the
1227 Wii Balance Board.
1233 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
1234 the Wii U Gamepad) might be supported in the future. But currently
Dhid-wiimote-core.c3 * HID driver for Nintendo Wii / Wii U peripherals
803 [WIIMOTE_DEV_GEN10] = "Nintendo Wii Remote (Gen 1)",
804 [WIIMOTE_DEV_GEN20] = "Nintendo Wii Remote Plus (Gen 2)",
805 [WIIMOTE_DEV_BALANCE_BOARD] = "Nintendo Wii Balance Board",
806 [WIIMOTE_DEV_PRO_CONTROLLER] = "Nintendo Wii U Pro Controller",
926 hid_info(wdata->hdev, "detected extension: Nintendo Wii Motion Plus\n"); in wiimote_init_poll_mp()
1083 [WIIMOTE_EXT_NUNCHUK] = "Nintendo Wii Nunchuk",
1084 [WIIMOTE_EXT_CLASSIC_CONTROLLER] = "Nintendo Wii Classic Controller",
1085 [WIIMOTE_EXT_BALANCE_BOARD] = "Nintendo Wii Balance Board",
1086 [WIIMOTE_EXT_PRO_CONTROLLER] = "Nintendo Wii U Pro Controller",
[all …]
Dhid-wiimote.h6 * HID driver for Nintendo Wii / Wii U peripherals
24 #define WIIMOTE_NAME "Nintendo Wii Remote"
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dwii.c3 * arch/powerpc/boot/wii.c
5 * Nintendo Wii bootwrapper support
/kernel/linux/linux-6.6/arch/powerpc/boot/
Dwii.c3 * arch/powerpc/boot/wii.c
5 * Nintendo Wii bootwrapper support
Dwii-head.S3 * arch/powerpc/boot/wii-head.S
5 * Nintendo Wii bootwrapper entry.

123