Home
last modified time | relevance | path

Searched +full:wyse +full:- +full:ariel +full:- +full:ec +full:- +full:input (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/input/misc/
Dariel-pwrbutton.c1 // SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-or-later
3 * Dell Wyse 3020 a.k.a. "Ariel" Power Button Driver
10 #include <linux/input.h>
28 struct input_dev *input; member
36 struct spi_device *spi = priv->client; in ec_input_read()
52 struct spi_device *spi = priv->client; in ec_input_interrupt()
59 dev_err(&spi->dev, "EC read failed: %d\n", error); in ec_input_interrupt()
63 if (priv->msg_counter == RESP_COUNTER(response)) { in ec_input_interrupt()
64 dev_warn(&spi->dev, "No new data to read?\n"); in ec_input_interrupt()
68 priv->msg_counter = RESP_COUNTER(response); in ec_input_interrupt()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dariel-pwrbutton.yaml1 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/ariel-pwrbutton.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Dell Wyse 3020 a.k.a. "Ariel" Power Button
10 - Lubomir Rintel <lkundrak@v3.sk>
13 The ENE Embedded Controller on the Ariel board has an interface to the
19 - $ref: input.yaml#
20 - $ref: /schemas/spi/spi-peripheral-props.yaml#
25 - const: dell,wyse-ariel-ec-input
[all …]
/linux-6.12.1/arch/arm/boot/dts/marvell/
Dmmp3-dell-ariel.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Dell Wyse 3020 a.k.a. "Ariel" a.k.a. Tx0D (T00D, T10D)
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
14 model = "Dell Ariel";
15 compatible = "dell,wyse-ariel", "marvell,mmp3";
22 #address-cells = <0x1>;
23 #size-cells = <0x1>;
35 compatible = "spi-gpio";
[all …]
/linux-6.12.1/drivers/leds/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
56 See Documentation/ABI/testing/sysfs-class-led for details.
65 This option enables support for on-chip LED drivers found on Marvell
72 This option enables support for the AN30259A 3-channel
76 will be called leds-an30259a.
86 If you're looking for APU2/3, use the pcengines-apu2 driver.
90 module will be called leds-apu.
93 tristate "Dell Wyse 3020 status LED support"
98 LEDs on Dell Wyse 3020 (Ariel) board via the KB3930 Embedded
101 Say Y to if your machine is a Dell Wyse 3020 thin client.
[all …]