| /linux/Documentation/devicetree/bindings/display/ |
| H A D | solomon,ssd1307fb.yaml | 4 $id: http://devicetree.org/schemas/display/solomon,ssd1307fb.yaml# 7 title: Solomon SSD1307 OLED Controller Framebuffer 18 - solomon,ssd1305fb-i2c 19 - solomon,ssd1306fb-i2c 20 - solomon,ssd1307fb-i2c 21 - solomon,ssd1309fb-i2c 25 - solomon,ssd1305 26 - solomon,ssd1306 27 - solomon,ssd1307 28 - solomon,ssd1309 [all …]
|
| H A D | solomon,ssd132x.yaml | 4 $id: http://devicetree.org/schemas/display/solomon,ssd132x.yaml# 7 title: Solomon SSD132x OLED Display Controllers 15 - solomon,ssd1322 16 - solomon,ssd1325 17 - solomon,ssd1327 24 - $ref: solomon,ssd-common.yaml# 30 const: solomon,ssd1322 33 solomon,width: 35 solomon,height: 42 const: solomon,ssd1325 [all …]
|
| H A D | solomon,ssd133x.yaml | 4 $id: http://devicetree.org/schemas/display/solomon,ssd133x.yaml# 7 title: Solomon SSD133x OLED Display Controllers 13 - $ref: solomon,ssd-common.yaml# 18 - solomon,ssd1331 20 solomon,width: 23 solomon,height: 39 compatible = "solomon,ssd1331";
|
| H A D | solomon,ssd-common.yaml | 4 $id: http://devicetree.org/schemas/display/solomon,ssd-common.yaml# 7 title: Common properties for Solomon OLED Display Controllers 27 solomon,height: 33 solomon,width:
|
| H A D | ssd1289fb.txt | 1 * Solomon SSD1289 Framebuffer Driver 4 - compatible: Should be "solomon,ssd1289fb". The only supported bus for 11 compatible = "solomon,ssd1289fb";
|
| /linux/drivers/gpu/drm/solomon/ |
| H A D | ssd130x-i2c.c | 3 * DRM driver for Solomon SSD13xx OLED displays (I2C bus) 17 #define DRIVER_DESC "DRM driver for Solomon SSD13xx OLED displays (I2C)" 63 .compatible = "solomon,ssd1305", 67 .compatible = "solomon,ssd1306", 71 .compatible = "solomon,ssd1307", 75 .compatible = "solomon,ssd1309", 80 .compatible = "solomon,ssd1305fb-i2c", 84 .compatible = "solomon,ssd1306fb-i2c", 88 .compatible = "solomon,ssd1307fb-i2c", 92 .compatible = "solomon,ssd1309fb-i2c", [all …]
|
| H A D | ssd130x.c | 3 * DRM driver for Solomon SSD13xx OLED displays 42 #define DRIVER_DESC "DRM driver for Solomon SSD13xx OLED displays" 473 * property "solomon,com-seq". The value 0b means scan from COM0 to in ssd130x_init() 1800 if (device_property_read_u32(dev, "solomon,width", &ssd130x->width)) in ssd130x_parse_properties() 1803 if (device_property_read_u32(dev, "solomon,height", &ssd130x->height)) in ssd130x_parse_properties() 1806 if (device_property_read_u32(dev, "solomon,page-offset", &ssd130x->page_offset)) in ssd130x_parse_properties() 1809 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties() 1812 if (device_property_read_u32(dev, "solomon,com-offset", &ssd130x->com_offset)) in ssd130x_parse_properties() 1815 if (device_property_read_u32(dev, "solomon,prechargep1", &ssd130x->prechargep1)) in ssd130x_parse_properties() 1818 if (device_property_read_u32(dev, "solomon,prechargep2", &ssd130x->prechargep2)) in ssd130x_parse_properties() [all …]
|
| H A D | ssd130x.h | 4 * DRM driver for Solomon SSD130x OLED displays
|
| /linux/drivers/video/fbdev/ |
| H A D | ssd1307fb.c | 3 * Driver for the Solomon SSD1307 OLED controller 98 .id = "Solomon SSD1307", 567 .compatible = "solomon,ssd1305fb-i2c", 571 .compatible = "solomon,ssd1306fb-i2c", 575 .compatible = "solomon,ssd1307fb-i2c", 579 .compatible = "solomon,ssd1309fb-i2c", 625 if (device_property_read_u32(dev, "solomon,width", &par->width)) in ssd1307fb_probe() 628 if (device_property_read_u32(dev, "solomon,height", &par->height)) in ssd1307fb_probe() 631 if (device_property_read_u32(dev, "solomon,page-offset", &par->page_offset)) in ssd1307fb_probe() 634 if (device_property_read_u32(dev, "solomon,col-offset", &par->col_offset)) in ssd1307fb_probe() [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-yapp4-common.dtsi | 338 compatible = "solomon,ssd1309fb-i2c"; 340 solomon,height = <64>; 341 solomon,width = <128>; 342 solomon,page-offset = <0>; 343 solomon,segment-no-remap; 344 solomon,prechargep2 = <15>; 351 compatible = "solomon,ssd1305fb-i2c"; 353 solomon,height = <64>; 354 solomon,width = <128>; 355 solomon,page-offset = <0>; [all …]
|
| H A D | imx6dl-yapp43-common.dtsi | 342 compatible = "solomon,ssd1309fb-i2c"; 344 solomon,height = <64>; 345 solomon,width = <128>; 346 solomon,page-offset = <0>; 347 solomon,segment-no-remap; 348 solomon,prechargep2 = <15>; 355 compatible = "solomon,ssd1305fb-i2c"; 357 solomon,height = <64>; 358 solomon,width = <128>; 359 solomon,page-offset = <0>; [all …]
|
| /linux/Documentation/core-api/ |
| H A 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/arch/arm/boot/dts/ti/omap/ |
| H A 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/lib/reed_solomon/ |
| H A 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");
|
| H A D | Makefile | 3 # This is a modified version of reed solomon lib,
|
| H A D | encode_rs.c | 3 * Generic Reed Solomon encoder / decoder library
|
| /linux/include/linux/ |
| H A D | rslib.h | 3 * Generic Reed Solomon encoder / decoder library 7 * RS code lifted from reed solomon library written by Phil Karn
|
| /linux/include/uapi/linux/dvb/ |
| H A D | frontend.h | 742 * enum atscmh_rs_frame_ensemble - Reed Solomon(RS) frame ensemble. 753 * enum atscmh_rs_frame_mode - Reed Solomon (RS) frame mode. 772 * enum atscmh_rs_code_mode - ATSC-M/H Reed Solomon modes 773 * @ATSCMH_RSCODE_211_187: Reed Solomon code (211,187). 774 * @ATSCMH_RSCODE_223_187: Reed Solomon code (223,187). 775 * @ATSCMH_RSCODE_235_187: Reed Solomon code (235,187).
|
| /linux/drivers/mtd/nand/raw/ingenic/ |
| H A D | Kconfig | 19 Enable this driver to support the Reed-Solomon error-correction
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-dfl-devices-n3000-nios | 7 Solomon FEC, "kr" for Fire Code FEC, "no" for NO FEC.
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mux-gpio.yaml | 88 compatible = "solomon,ssd1307fb-i2c";
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | as102_fe_types.h | 149 /* Number of wrong bytes fixed by Reed-Solomon */
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | t4vf_common.h | 124 FEC_RS = 1 << 1, /* Reed-Solomon */ 125 FEC_BASER_RS = 1 << 2, /* BaseR/Reed-Solomon */
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200_spi.c | 6 * Author: Solomon Peachy <speachy@sagrad.com> 28 MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
|
| /linux/Documentation/driver-api/ |
| H A D | mtdnand.rst | 412 Many hardware ECC implementations provide Reed-Solomon codes and 414 standard Reed-Solomon syndrome before calling the error correction code 415 in the generic Reed-Solomon library. 875 * data bytes. Applies for DOC and AG-AND Renesas HW Reed Solomon generators */
|