Home
last modified time | relevance | path

Searched full:adafruit (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Dadafruit,seesaw-gamepad.yaml4 $id: http://devicetree.org/schemas/input/adafruit,seesaw-gamepad.yaml#
7 title: Adafruit Mini I2C Gamepad with seesaw
13 Adafruit Mini I2C Gamepad
28 Datasheet: https://cdn-learn.adafruit.com/downloads/pdf/gamepad-qt.pdf
29 Product page: https://www.adafruit.com/product/5743
30 Arduino Driver: https://github.com/adafruit/Adafruit_Seesaw
34 const: adafruit,seesaw-gamepad
59 compatible = "adafruit,seesaw-gamepad";
/linux/drivers/staging/fbtft/
H A Dfb_hx8357d.h3 * This is our library for the Adafruit ILI9341 Breakout and Shield
4 * ----> http://www.adafruit.com/products/1651
9 * Adafruit invests time and resources providing this open source code,
10 * please support Adafruit and open-source hardware by purchasing
11 * products from Adafruit!
13 * Written by Limor Fried/Ladyada for Adafruit Industries.
H A Dfb_ili9340.c20 /* Init sequence taken from: Arduino Library for the Adafruit 2.2" display */
H A Dfb_hx8357d.c4 * Copyright (C) 2015 Adafruit Industries
H A Dfb_ssd1325.c33 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
H A Dfb_sh1106.c20 /* Init sequence based on the Adafruit SSD1306 Arduino library */
H A Dfb_ssd1305.c32 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
H A Dfb_ssd1306.c31 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
/linux/drivers/input/joystick/
H A Dadafruit-seesaw.c5 * Driver for Adafruit Mini I2C Gamepad
10 * Datasheet: https://cdn-learn.adafruit.com/downloads/pdf/gamepad-qt.pdf
11 * Product page: https://www.adafruit.com/product/5743
12 * Firmware and hardware sources: https://github.com/adafruit/Adafruit_Seesaw
245 dev_dbg(&client->dev, "Adafruit Seesaw Gamepad, Hardware ID: %02x\n", in seesaw_probe()
268 seesaw->input_dev->name = "Adafruit Seesaw Gamepad"; in seesaw_probe()
313 { .compatible = "adafruit,seesaw-gamepad"},
329 MODULE_DESCRIPTION("Adafruit Mini I2C Gamepad driver");
H A DKconfig416 tristate "Adafruit Mini I2C Gamepad with Seesaw"
420 Say Y here if you want to use the Adafruit Mini I2C Gamepad.
423 called adafruit-seesaw.
H A DMakefile31 obj-$(CONFIG_JOYSTICK_SEESAW) += adafruit-seesaw.o
/linux/Documentation/devicetree/bindings/display/
H A Dhimax,hx8357d.txt4 mode, such as the Adafruit 3.5" TFT for Raspberry Pi.
7 - compatible: "adafruit,yx350hv15", "himax,hx8357d"
20 compatible = "adafruit,yx350hv15", "himax,hx8357d";
H A Dsitronix,st7735r.yaml24 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618)
/linux/Documentation/devicetree/bindings/display/panel/
H A Dilitek,ili9341.yaml25 - adafruit,yx240qv29
91 compatible = "adafruit,yx240qv29", "ilitek,ili9341";
/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dholtek,ht16k33.yaml20 - adafruit,3108 # 0.56" 4-Digit 7-Segment FeatherWing Display (Red)
21 - adafruit,3130 # 0.54" Quad Alphanumeric FeatherWing Display (Red)
/linux/Documentation/devicetree/bindings/iio/accel/
H A Dmemsensing,msa311.yaml18 https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdf
/linux/drivers/auxdisplay/
H A Dht16k33.c758 .compatible = "adafruit,3108", .data = (void *)DISP_QUAD_7SEG,
761 .compatible = "adafruit,3130", .data = (void *)DISP_QUAD_14SEG,
/linux/Documentation/admin-guide/media/
H A Dcec.rst331 https://www.adafruit.com/product/757
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c3556 * pixel clocks, but this is the timing that was being used in the Adafruit
3574 * https://www.adafruit.com/images/product-files/2406/c3163.pdf
/linux/drivers/iio/pressure/
H A Dbmp280-core.c12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf
/linux/
H A DMAINTAINERS473 ADAFRUIT MINI I2C GAMEPAD
477 F: Documentation/devicetree/bindings/input/adafruit,seesaw-gamepad.yaml
478 F: drivers/input/joystick/adafruit-seesaw.c