Home
last modified time | relevance | path

Searched full:nintendo (Results 1 – 25 of 96) sorted by relevance

1234

/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.
21 - compatible : Should be "nintendo,hollywood"
30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi"
41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi"
53 - compatible : should be "nintendo,flipper-pic"
63 - compatible : should be "nintendo,hollywood-dsp","nintendo,flipper-dsp"
[all …]
Dgamecube.txt2 Nintendo GameCube device tree
8 many of the devices found in the Nintendo GameCube.
12 - compatible : Should be "nintendo,flipper"
21 - compatible : should be "nintendo,flipper-vi"
32 - compatible : should be "nintendo,flipper-pi"
43 - compatible : should be "nintendo,flipper-pic"
52 - compatible : should be "nintendo,flipper-dsp"
64 - compatible : should be "nintendo,flipper-aram"
73 - compatible : should be "nintendo,flipper-di"
84 - compatible : should be "nintendo,flipper-ai"
[all …]
/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.
21 - compatible : Should be "nintendo,hollywood"
30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi"
41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi"
53 - compatible : should be "nintendo,flipper-pic"
63 - compatible : should be "nintendo,hollywood-dsp","nintendo,flipper-dsp"
[all …]
Dgamecube.txt2 Nintendo GameCube device tree
8 many of the devices found in the Nintendo GameCube.
12 - compatible : Should be "nintendo,flipper"
21 - compatible : should be "nintendo,flipper-vi"
32 - compatible : should be "nintendo,flipper-pi"
43 - compatible : should be "nintendo,flipper-pic"
52 - compatible : should be "nintendo,flipper-dsp"
64 - compatible : should be "nintendo,flipper-aram"
73 - compatible : should be "nintendo,flipper-di"
84 - compatible : should be "nintendo,flipper-ai"
[all …]
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/
Dwii.dts5 * Nintendo Wii platform device tree source
23 model = "nintendo,wii";
24 compatible = "nintendo,wii";
59 compatible = "nintendo,hollywood";
66 compatible = "nintendo,hollywood-vi",
67 "nintendo,flipper-vi";
73 compatible = "nintendo,hollywood-pi",
74 "nintendo,flipper-pi";
79 compatible = "nintendo,flipper-pic";
87 compatible = "nintendo,hollywood-dsp",
[all …]
Dgamecube.dts5 * Nintendo GameCube platform device tree source
13 model = "nintendo,gamecube";
14 compatible = "nintendo,gamecube";
48 compatible = "nintendo,flipper";
53 compatible = "nintendo,flipper-vi";
59 compatible = "nintendo,flipper-pi";
64 compatible = "nintendo,flipper-pic";
72 compatible = "nintendo,flipper-dsp";
77 compatible = "nintendo,flipper-aram";
83 compatible = "nintendo,flipper-di";
[all …]
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dwii.dts5 * Nintendo Wii platform device tree source
23 model = "nintendo,wii";
24 compatible = "nintendo,wii";
59 compatible = "nintendo,hollywood";
66 compatible = "nintendo,hollywood-vi",
67 "nintendo,flipper-vi";
73 compatible = "nintendo,hollywood-pi",
74 "nintendo,flipper-pi";
79 compatible = "nintendo,flipper-pic";
87 compatible = "nintendo,hollywood-dsp",
[all …]
Dgamecube.dts5 * Nintendo GameCube platform device tree source
13 model = "nintendo,gamecube";
14 compatible = "nintendo,gamecube";
48 compatible = "nintendo,flipper";
53 compatible = "nintendo,flipper-vi";
59 compatible = "nintendo,flipper-pi";
64 compatible = "nintendo,flipper-pic";
72 compatible = "nintendo,flipper-dsp";
77 compatible = "nintendo,flipper-aram";
83 compatible = "nintendo,flipper-di";
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/nvmem/
Dnintendo-otp.yaml4 $id: http://devicetree.org/schemas/nvmem/nintendo-otp.yaml#
7 title: Nintendo Wii and Wii U OTP
10 This binding represents the OTP memory as found on a Nintendo Wii or Wii U,
25 - nintendo,hollywood-otp
26 - nintendo,latte-otp
40 compatible = "nintendo,latte-otp";
/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.
81 bool "Nintendo-GameCube"
85 Select GAMECUBE if configuring for the Nintendo GameCube.
89 bool "Nintendo-Wii"
93 Select WII if configuring for the Nintendo Wii.
Dwii.c5 * Nintendo Wii board-specific support
29 #define HW_CTRL_COMPATIBLE "nintendo,hollywood-control"
35 #define HW_GPIO_COMPATIBLE "nintendo,hollywood-gpio"
158 { .compatible = "nintendo,hollywood", },
171 .compatible = "nintendo,wii", in define_machine()
Dgamecube.c5 * Nintendo GameCube board-specific support
67 .compatible = "nintendo,gamecube", in define_machine()
79 { .compatible = "nintendo,flipper", },
/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.
96 bool "Nintendo-GameCube"
100 Select GAMECUBE if configuring for the Nintendo GameCube.
104 bool "Nintendo-Wii"
108 Select WII if configuring for the Nintendo Wii.
Dwii.c5 * Nintendo Wii board-specific support
31 #define HW_CTRL_COMPATIBLE "nintendo,hollywood-control"
37 #define HW_GPIO_COMPATIBLE "nintendo,hollywood-gpio"
159 if (!of_machine_is_compatible("nintendo,wii")) in wii_probe()
176 { .compatible = "nintendo,hollywood", },
Dgamecube.c5 * Nintendo GameCube board-specific support
54 if (!of_machine_is_compatible("nintendo,gamecube")) in gamecube_probe()
83 { .compatible = "nintendo,flipper", },
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun8i-r16-nintendo-super-nes-classic.dts5 #include "sun8i-r16-nintendo-nes-classic.dts"
8 model = "Nintendo SuperNES Classic Edition";
9 compatible = "nintendo,super-nes-classic", "nintendo,nes-classic",
/kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/
Dsun8i-r16-nintendo-super-nes-classic.dts5 #include "sun8i-r16-nintendo-nes-classic.dts"
8 model = "Nintendo SuperNES Classic Edition";
9 compatible = "nintendo,super-nes-classic", "nintendo,nes-classic",
/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.
68 { .compatible = "nintendo,hollywood-otp", .data = &hollywood_otp_data },
69 { .compatible = "nintendo,latte-otp", .data = &latte_otp_data },
115 .name = "nintendo-otp",
121 MODULE_DESCRIPTION("Nintendo Wii and Wii U OTP 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.
75 { .compatible = "nintendo,hollywood-sdhci" },
93 MODULE_DESCRIPTION("Nintendo Wii SDHCI OF driver");
/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.
75 { .compatible = "nintendo,hollywood-sdhci" },
93 MODULE_DESCRIPTION("Nintendo Wii SDHCI OF driver");
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dnintendo,hollywood-gpio.txt1 Nintendo Wii (Hollywood) GPIO controller
4 - compatible: "nintendo,hollywood-gpio"
22 compatible = "nintendo,hollywood-gpio";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/
Dnintendo,hollywood-gpio.txt1 Nintendo Wii (Hollywood) GPIO controller
4 - compatible: "nintendo,hollywood-gpio"
22 compatible = "nintendo,hollywood-gpio";
/kernel/linux/linux-6.6/drivers/rtc/
Drtc-gamecube.c3 * Nintendo GameCube, Wii and Wii U RTC driver
228 np = of_find_compatible_node(NULL, NULL, "nintendo,latte-srnprot"); in gamecube_rtc_read_offset_from_sram()
231 "nintendo,hollywood-srnprot"); in gamecube_rtc_read_offset_from_sram()
360 {.compatible = "nintendo,latte-exi" },
361 {.compatible = "nintendo,hollywood-exi" },
362 {.compatible = "nintendo,flipper-exi" },
377 MODULE_DESCRIPTION("Nintendo GameCube, Wii and Wii U RTC driver");
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote19 motionp is the official Nintendo Motion+ extension, nunchuck is
20 the official Nintendo Nunchuck extension and classic is the
21 Nintendo Classic Controller extension. The motionp extension can
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote19 motionp is the official Nintendo Motion+ extension, nunchuck is
20 the official Nintendo Nunchuck extension and classic is the
21 Nintendo Classic Controller extension. The motionp extension can

1234