Searched +full:wyse +full:- +full:ariel +full:- +full:ec +full:- +full:input (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-or-later3 * Dell Wyse 3020 a.k.a. "Ariel" Power Button Driver10 #include <linux/input.h>28 struct input_dev *input; member36 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 …]
1 # 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 Button10 - Lubomir Rintel <lkundrak@v3.sk>13 The ENE Embedded Controller on the Ariel board has an interface to the19 - $ref: input.yaml#20 - $ref: /schemas/spi/spi-peripheral-props.yaml#25 - const: dell,wyse-ariel-ec-input[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3 * 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only56 See Documentation/ABI/testing/sysfs-class-led for details.65 This option enables support for on-chip LED drivers found on Marvell72 This option enables support for the AN30259A 3-channel76 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 Embedded101 Say Y to if your machine is a Dell Wyse 3020 thin client.[all …]