/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | solomon,ssd1307fb.yaml | 4 $id: http://devicetree.org/schemas/display/solomon,ssd1307fb.yaml# 7 title: Solomon SSD1307 OLED Controller Framebuffer 19 - solomon,ssd1305fb-i2c 20 - solomon,ssd1306fb-i2c 21 - solomon,ssd1307fb-i2c 22 - solomon,ssd1309fb-i2c 27 - solomon,ssd1305 28 - solomon,ssd1306 29 - solomon,ssd1307 30 - solomon,ssd1309 [all …]
|
D | ssd1289fb.txt | 1 * Solomon SSD1289 Framebuffer Driver 4 - compatible: Should be "solomon,ssd1289fb". The only supported bus for 11 compatible = "solomon,ssd1289fb";
|
/Linux-v6.1/drivers/gpu/drm/solomon/ |
D | ssd130x-i2c.c | 3 * DRM driver for Solomon SSD130x OLED displays (I2C bus) 17 #define DRIVER_DESC "DRM driver for Solomon SSD130x OLED displays (I2C)" 62 .compatible = "solomon,ssd1305", 66 .compatible = "solomon,ssd1306", 70 .compatible = "solomon,ssd1307", 74 .compatible = "solomon,ssd1309", 79 .compatible = "solomon,ssd1305fb-i2c", 83 .compatible = "solomon,ssd1306fb-i2c", 87 .compatible = "solomon,ssd1307fb-i2c", 91 .compatible = "solomon,ssd1309fb-i2c",
|
D | Kconfig | 2 tristate "DRM support for Solomon SSD130x OLED displays" 8 DRM driver for the SSD130x Solomon and SINO WEALTH SH110x OLED 15 tristate "DRM support for Solomon SSD130x OLED displays (I2C bus)" 25 tristate "DRM support for Solomon SSD130X OLED displays (SPI bus)"
|
D | ssd130x-spi.c | 3 * DRM driver for Solomon SSD130X OLED displays (SPI bus) 14 #define DRIVER_DESC "DRM driver for Solomon SSD130X OLED displays (SPI)" 116 .compatible = "solomon,ssd1305", 120 .compatible = "solomon,ssd1306", 124 .compatible = "solomon,ssd1307", 128 .compatible = "solomon,ssd1309",
|
D | ssd130x.c | 3 * DRM driver for Solomon SSD130x OLED displays 39 #define DRIVER_DESC "DRM driver for Solomon SSD130x OLED displays" 806 if (device_property_read_u32(dev, "solomon,width", &ssd130x->width)) in ssd130x_parse_properties() 809 if (device_property_read_u32(dev, "solomon,height", &ssd130x->height)) in ssd130x_parse_properties() 812 if (device_property_read_u32(dev, "solomon,page-offset", &ssd130x->page_offset)) in ssd130x_parse_properties() 815 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties() 818 if (device_property_read_u32(dev, "solomon,com-offset", &ssd130x->com_offset)) in ssd130x_parse_properties() 821 if (device_property_read_u32(dev, "solomon,prechargep1", &ssd130x->prechargep1)) in ssd130x_parse_properties() 824 if (device_property_read_u32(dev, "solomon,prechargep2", &ssd130x->prechargep2)) in ssd130x_parse_properties() 827 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties() [all …]
|
D | ssd130x.h | 4 * DRM driver for Solomon SSD130x OLED displays
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx28-cfa10036.dts | 90 compatible = "solomon,ssd1306fb-i2c"; 95 solomon,height = <32>; 96 solomon,width = <128>; 97 solomon,page-offset = <0>; 98 solomon,com-lrremap; 99 solomon,com-invdir; 100 solomon,com-offset = <32>;
|
D | imx6dl-yapp4-common.dtsi | 330 compatible = "solomon,ssd1309fb-i2c"; 332 solomon,height = <64>; 333 solomon,width = <128>; 334 solomon,page-offset = <0>; 335 solomon,segment-no-remap; 336 solomon,prechargep2 = <15>; 343 compatible = "solomon,ssd1305fb-i2c"; 345 solomon,height = <64>; 346 solomon,width = <128>; 347 solomon,page-offset = <0>; [all …]
|
D | am335x-icev2.dts | 293 compatible = "solomon,ssd1306fb-i2c"; 295 solomon,height = <16>; 296 solomon,width = <96>; 297 solomon,com-seq; 298 solomon,com-invdir; 299 solomon,page-offset = <0>; 300 solomon,prechargep1 = <2>; 301 solomon,prechargep2 = <13>;
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_consts.h | 258 161132812, /* 162.1328125 MHz Reed Solomon gearbox */ 260 161132812, /* 162.1328125 MHz Reed Solomon gearbox */ 262 97656250, /* 97.62625 MHz Reed Solomon gearbox */ 264 97656250, /* 97.62625 MHz Reed Solomon gearbox */ 333 322265625, /* 322.265625 MHz Reed Solomon gearbox */ 335 322265625, /* 322.265625 MHz Reed Solomon gearbox */ 337 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 339 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 358 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 360 644531250, /* 644.53125 MHz Reed Solomon gearbox */ [all …]
|
/Linux-v6.1/drivers/video/fbdev/ |
D | ssd1307fb.c | 3 * Driver for the Solomon SSD1307 OLED controller 98 .id = "Solomon SSD1307", 618 .compatible = "solomon,ssd1305fb-i2c", 622 .compatible = "solomon,ssd1306fb-i2c", 626 .compatible = "solomon,ssd1307fb-i2c", 630 .compatible = "solomon,ssd1309fb-i2c", 677 if (device_property_read_u32(dev, "solomon,width", &par->width)) in ssd1307fb_probe() 680 if (device_property_read_u32(dev, "solomon,height", &par->height)) in ssd1307fb_probe() 683 if (device_property_read_u32(dev, "solomon,page-offset", &par->page_offset)) in ssd1307fb_probe() 686 if (device_property_read_u32(dev, "solomon,col-offset", &par->col_offset)) in ssd1307fb_probe() [all …]
|
/Linux-v6.1/Documentation/core-api/ |
D | librs.rst | 2 Reed-Solomon Library Programming Interface 10 The generic Reed-Solomon Library provides encoding, decoding and error 13 Reed-Solomon codes are used in communication and storage applications to 41 /* the Reed Solomon control structure */ 56 The encoder calculates the Reed-Solomon code over the given data length 63 Reed-Solomon code for all 0x00 is all 0x00. The code is inverted before 179 which are used in the Reed-Solomon Library and are relevant for a 189 Reed-Solomon functions which are exported.
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-am642-evm.dts | 389 compatible = "solomon,ssd1306fb-i2c"; 393 solomon,height = <16>; 394 solomon,width = <96>; 395 solomon,com-seq; 396 solomon,com-invdir; 397 solomon,page-offset = <0>; 398 solomon,prechargep1 = <2>; 399 solomon,prechargep2 = <13>;
|
/Linux-v6.1/lib/reed_solomon/ |
D | reed_solomon.c | 3 * Generic Reed Solomon encoder / decoder library 7 * Reed Solomon code lifted from reed solomon library written by Phil Karn 12 * The generic Reed Solomon library provides runtime configurable 58 * codec_init - Initialize a Reed-Solomon codec 422 MODULE_DESCRIPTION("Reed Solomon encoder/decoder");
|
D | Makefile | 3 # This is a modified version of reed solomon lib,
|
D | encode_rs.c | 3 * Generic Reed Solomon encoder / decoder library
|
/Linux-v6.1/include/linux/ |
D | rslib.h | 3 * Generic Reed Solomon encoder / decoder library 7 * RS code lifted from reed solomon library written by Phil Karn
|
/Linux-v6.1/drivers/md/ |
D | dm-verity-fec.h | 14 /* Reed-Solomon(M, N) parameters */ 55 struct rs_control *rs; /* Reed-Solomon state */
|
/Linux-v6.1/arch/powerpc/boot/ |
D | ppcboot-hotfoot.h | 13 * Solomon Peachy <solomon@linux-wlan.com>
|
D | cuboot-hotfoot.c | 5 * Author: Solomon Peachy <solomon@linux-wlan.com>
|
/Linux-v6.1/drivers/staging/vt6655/ |
D | device_cfg.h | 25 #define DEVICE_FULL_DRV_NAM "VIA Networking Solomon-A/B/G Wireless LAN Adapter Driver"
|
/Linux-v6.1/drivers/mtd/nand/raw/ingenic/ |
D | Kconfig | 19 Enable this driver to support the Reed-Solomon error-correction
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | sgd,gktw70sdae4se.yaml | 7 title: Solomon Goldentek Display GKTW70SDAE4SE 7" WVGA LVDS Display Panel
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-dfl-devices-n3000-nios | 7 Solomon FEC, "kr" for Fire Code FEC, "no" for NO FEC.
|