Home
last modified time | relevance | path

Searched full:solomon (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dsolomon,ssd1307fb.yaml4 $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 Dssd1289fb.txt1 * Solomon SSD1289 Framebuffer Driver
4 - compatible: Should be "solomon,ssd1289fb". The only supported bus for
11 compatible = "solomon,ssd1289fb";
/openbmc/linux/drivers/gpu/drm/solomon/
H A Dssd130x-i2c.c3 * 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",
H A DKconfig2 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)"
H A Dssd130x-spi.c3 * 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",
H A Dssd130x.c3 * DRM driver for Solomon SSD130x OLED displays
40 #define DRIVER_DESC "DRM driver for Solomon SSD130x OLED displays"
394 * property "solomon,com-seq". The value 0b means scan from COM0 to in ssd130x_init()
944 if (device_property_read_u32(dev, "solomon,width", &ssd130x->width)) in ssd130x_parse_properties()
947 if (device_property_read_u32(dev, "solomon,height", &ssd130x->height)) in ssd130x_parse_properties()
950 if (device_property_read_u32(dev, "solomon,page-offset", &ssd130x->page_offset)) in ssd130x_parse_properties()
953 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties()
956 if (device_property_read_u32(dev, "solomon,com-offset", &ssd130x->com_offset)) in ssd130x_parse_properties()
959 if (device_property_read_u32(dev, "solomon,prechargep1", &ssd130x->prechargep1)) in ssd130x_parse_properties()
962 if (device_property_read_u32(dev, "solomon,prechargep2", &ssd130x->prechargep2)) in ssd130x_parse_properties()
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-cfa10036.dts54 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>;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_consts.h258 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 …]
/openbmc/linux/drivers/video/fbdev/
H A Dssd1307fb.c3 * Driver for the Solomon SSD1307 OLED controller
98 .id = "Solomon SSD1307",
574 .compatible = "solomon,ssd1305fb-i2c",
578 .compatible = "solomon,ssd1306fb-i2c",
582 .compatible = "solomon,ssd1307fb-i2c",
586 .compatible = "solomon,ssd1309fb-i2c",
633 if (device_property_read_u32(dev, "solomon,width", &par->width)) in ssd1307fb_probe()
636 if (device_property_read_u32(dev, "solomon,height", &par->height)) in ssd1307fb_probe()
639 if (device_property_read_u32(dev, "solomon,page-offset", &par->page_offset)) in ssd1307fb_probe()
642 if (device_property_read_u32(dev, "solomon,col-offset", &par->col_offset)) in ssd1307fb_probe()
[all …]
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst2 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.
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-yapp4-common.dtsi334 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 …]
H A Dimx6dl-yapp43-common.dtsi332 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 …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-icev2.dts293 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>;
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am642-evm.dts444 compatible = "solomon,ssd1306fb-i2c";
448 solomon,height = <16>;
449 solomon,width = <96>;
450 solomon,com-seq;
451 solomon,com-invdir;
452 solomon,page-offset = <0>;
453 solomon,prechargep1 = <2>;
454 solomon,prechargep2 = <13>;
/openbmc/linux/lib/reed_solomon/
H A Dreed_solomon.c3 * 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 DMakefile3 # This is a modified version of reed solomon lib,
/openbmc/linux/include/linux/
H A Drslib.h3 * Generic Reed Solomon encoder / decoder library
7 * RS code lifted from reed solomon library written by Phil Karn
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.h14 /* Reed-Solomon(M, N) parameters */
55 struct rs_control *rs; /* Reed-Solomon state */
/openbmc/linux/arch/powerpc/boot/
H A Dppcboot-hotfoot.h13 * Solomon Peachy <solomon@linux-wlan.com>
H A Dcuboot-hotfoot.c5 * Author: Solomon Peachy <solomon@linux-wlan.com>
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-reedsolo/
H A Dpython3-reedsolo_2.1.0b1.bb1 SUMMARY = "Pure-Python Reed Solomon encoder/decoder"
/openbmc/linux/drivers/staging/vt6655/
H A Ddevice_cfg.h25 #define DEVICE_FULL_DRV_NAM "VIA Networking Solomon-A/B/G Wireless LAN Adapter Driver"
/openbmc/linux/include/uapi/linux/dvb/
H A Dfrontend.h742 * 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).
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A DKconfig19 Enable this driver to support the Reed-Solomon error-correction
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dsgd,gktw70sdae4se.yaml7 title: Solomon Goldentek Display GKTW70SDAE4SE 7" WVGA LVDS Display Panel

1234