/linux-6.14.4/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 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 …]
|
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 …]
|
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";
|
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:
|
D | ssd1289fb.txt | 1 * Solomon SSD1289 Framebuffer Driver 4 - compatible: Should be "solomon,ssd1289fb". The only supported bus for 11 compatible = "solomon,ssd1289fb";
|
/linux-6.14.4/drivers/gpu/drm/solomon/ |
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 …]
|
D | ssd130x-spi.c | 3 * DRM driver for Solomon SSD13xx OLED displays (SPI bus) 14 #define DRIVER_DESC "DRM driver for Solomon SSD13xx OLED displays (SPI)" 117 .compatible = "solomon,ssd1305", 121 .compatible = "solomon,ssd1306", 125 .compatible = "solomon,ssd1307", 129 .compatible = "solomon,ssd1309", 134 .compatible = "solomon,ssd1322", 138 .compatible = "solomon,ssd1325", 142 .compatible = "solomon,ssd1327", 147 .compatible = "solomon,ssd1331",
|
D | Kconfig | 2 tristate "DRM support for Solomon SSD13xx OLED displays" 9 DRM driver for the SSD13xx Solomon and SINO WEALTH SH110x OLED 16 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)" 26 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
|
D | ssd130x.c | 3 * DRM driver for Solomon SSD13xx OLED displays 41 #define DRIVER_DESC "DRM driver for Solomon SSD13xx OLED displays" 472 * property "solomon,com-seq". The value 0b means scan from COM0 to in ssd130x_init() 1821 if (device_property_read_u32(dev, "solomon,width", &ssd130x->width)) in ssd130x_parse_properties() 1824 if (device_property_read_u32(dev, "solomon,height", &ssd130x->height)) in ssd130x_parse_properties() 1827 if (device_property_read_u32(dev, "solomon,page-offset", &ssd130x->page_offset)) in ssd130x_parse_properties() 1830 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties() 1833 if (device_property_read_u32(dev, "solomon,com-offset", &ssd130x->com_offset)) in ssd130x_parse_properties() 1836 if (device_property_read_u32(dev, "solomon,prechargep1", &ssd130x->prechargep1)) in ssd130x_parse_properties() 1839 if (device_property_read_u32(dev, "solomon,prechargep2", &ssd130x->prechargep2)) in ssd130x_parse_properties() [all …]
|
/linux-6.14.4/arch/arm/boot/dts/nxp/mxs/ |
D | imx28-cfa10036.dts | 54 compatible = "solomon,ssd1306fb-i2c"; 59 solomon,height = <32>; 60 solomon,width = <128>; 61 solomon,page-offset = <0>; 62 solomon,com-lrremap; 63 solomon,com-invdir; 64 solomon,com-offset = <32>;
|
/linux-6.14.4/drivers/video/fbdev/ |
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-6.14.4/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-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6dl-yapp4-common.dtsi | 334 compatible = "solomon,ssd1309fb-i2c"; 336 solomon,height = <64>; 337 solomon,width = <128>; 338 solomon,page-offset = <0>; 339 solomon,segment-no-remap; 340 solomon,prechargep2 = <15>; 347 compatible = "solomon,ssd1305fb-i2c"; 349 solomon,height = <64>; 350 solomon,width = <128>; 351 solomon,page-offset = <0>; [all …]
|
D | imx6dl-yapp43-common.dtsi | 332 compatible = "solomon,ssd1309fb-i2c"; 334 solomon,height = <64>; 335 solomon,width = <128>; 336 solomon,page-offset = <0>; 337 solomon,segment-no-remap; 338 solomon,prechargep2 = <15>; 345 compatible = "solomon,ssd1305fb-i2c"; 347 solomon,height = <64>; 348 solomon,width = <128>; 349 solomon,page-offset = <0>; [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_consts.h | 648 161132812, /* 162.1328125 MHz Reed Solomon gearbox */ 650 161132812, /* 162.1328125 MHz Reed Solomon gearbox */ 652 97656250, /* 97.62625 MHz Reed Solomon gearbox */ 654 97656250, /* 97.62625 MHz Reed Solomon gearbox */ 723 322265625, /* 322.265625 MHz Reed Solomon gearbox */ 725 322265625, /* 322.265625 MHz Reed Solomon gearbox */ 727 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 729 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 748 644531250, /* 644.53125 MHz Reed Solomon gearbox */ 750 644531250, /* 644.53125 MHz Reed Solomon gearbox */ [all …]
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
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-6.14.4/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-6.14.4/arch/arm64/boot/dts/ti/ |
D | k3-am642-evm.dts | 554 compatible = "solomon,ssd1306fb-i2c"; 558 solomon,height = <16>; 559 solomon,width = <96>; 560 solomon,com-seq; 561 solomon,com-invdir; 562 solomon,page-offset = <0>; 563 solomon,prechargep1 = <2>; 564 solomon,prechargep2 = <13>;
|
/linux-6.14.4/drivers/md/ |
D | dm-verity-fec.h | 14 /* Reed-Solomon(M, N) parameters */ 55 struct rs_control *rs; /* Reed-Solomon state */
|
/linux-6.14.4/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-6.14.4/include/uapi/linux/dvb/ |
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-6.14.4/drivers/mtd/nand/raw/ingenic/ |
D | Kconfig | 19 Enable this driver to support the Reed-Solomon error-correction
|
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/ |
D | sgd,gktw70sdae4se.yaml | 7 title: Solomon Goldentek Display GKTW70SDAE4SE 7" WVGA LVDS Display Panel
|