Searched full:adafruit (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | adafruit,seesaw-gamepad.yaml | 4 $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-6.12.1/drivers/staging/fbtft/ |
D | fb_hx8357d.h | 3 * 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.
|
D | fb_ili9340.c | 20 /* Init sequence taken from: Arduino Library for the Adafruit 2.2" display */
|
D | fb_hx8357d.c | 4 * Copyright (C) 2015 Adafruit Industries
|
D | fb_ssd1325.c | 33 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
|
D | fb_sh1106.c | 20 /* Init sequence based on the Adafruit SSD1306 Arduino library */
|
D | fb_ssd1305.c | 32 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
|
D | fb_seps525.c | 95 /* Init sequence taken from: Arduino Library for the Adafruit 2.2" display */
|
D | fb_ssd1306.c | 31 /* Init sequence taken from the Adafruit SSD1306 Arduino library */
|
/linux-6.12.1/drivers/input/joystick/ |
D | adafruit-seesaw.c | 5 * 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");
|
D | Kconfig | 416 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.
|
D | Makefile | 31 obj-$(CONFIG_JOYSTICK_SEESAW) += adafruit-seesaw.o
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | himax,hx8357d.txt | 4 mode, such as the Adafruit 3.5" TFT for Raspberry Pi. 7 - compatible: "adafruit,yx350hv15", "himax,hx8357d" 20 compatible = "adafruit,yx350hv15", "himax,hx8357d";
|
D | sitronix,st7735r.yaml | 24 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618)
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | ilitek,ili9341.yaml | 25 - adafruit,yx240qv29 91 compatible = "adafruit,yx240qv29", "ilitek,ili9341";
|
/linux-6.12.1/Documentation/devicetree/bindings/auxdisplay/ |
D | holtek,ht16k33.yaml | 20 - adafruit,3108 # 0.56" 4-Digit 7-Segment FeatherWing Display (Red) 21 - adafruit,3130 # 0.54" Quad Alphanumeric FeatherWing Display (Red)
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | Kconfig | 108 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 146 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
|
D | hx8357d.c | 8 * Copyright (C) 2015 Adafruit Industries 206 { .compatible = "adafruit,yx350hv15" },
|
D | ili9341.c | 162 { .compatible = "adafruit,yx240qv29" },
|
D | st7735r.c | 141 /* Cannot read from Adafruit 1.8" display via SPI */
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/accel/ |
D | memsensing,msa311.yaml | 18 https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdf
|
/linux-6.12.1/drivers/iio/light/ |
D | tsl2591.c | 145 * AGAIN values from Adafruit's TSL2591 Arduino library 146 * https://github.com/adafruit/Adafruit_TSL2591_Library 420 * Derived from Adafruit's TSL2591 library 421 * Link: https://github.com/adafruit/Adafruit_TSL2591_Library
|
/linux-6.12.1/drivers/auxdisplay/ |
D | ht16k33.c | 758 .compatible = "adafruit,3108", .data = (void *)DISP_QUAD_7SEG, 761 .compatible = "adafruit,3130", .data = (void *)DISP_QUAD_14SEG,
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | cec.rst | 331 https://www.adafruit.com/product/757
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 54 "^adafruit,.*": 55 description: Adafruit Industries, LLC
|
12