/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | chrontel,ch7322.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# 7 title: Chrontel HDMI-CEC Controller 13 The Chrontel CH7322 is a discrete HDMI-CEC controller. It is 21 const: chrontel,ch7322 61 compatible = "chrontel,ch7322";
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | chrontel,ch7033.yaml | 5 $id: http://devicetree.org/schemas/display/bridge/chrontel,ch7033.yaml# 8 title: Chrontel CH7033 Video Encoder 15 const: chrontel,ch7033 54 compatible = "chrontel,ch7033";
|
/openbmc/linux/drivers/media/cec/i2c/ |
H A D | Kconfig | 6 tristate "Chrontel CH7322 CEC controller" 12 This is a driver for the Chrontel CH7322 CEC controller. It uses the
|
H A D | ch7322.c | 3 * Driver for the Chrontel CH7322 CEC Controller 584 { .compatible = "chrontel,ch7322", }, 600 MODULE_DESCRIPTION("Chrontel CH7322 CEC Controller Driver");
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | Kconfig | 6 tristate "Chrontel ch7006 TV encoder" 9 Support for Chrontel ch7006 and similar TV encoders, found
|
H A D | ch7006_drv.c | 545 MODULE_DESCRIPTION("Chrontel ch7006 TV encoder driver");
|
/openbmc/u-boot/board/freescale/common/ |
H A D | diu_ch7301.h | 9 /* Programming of HDMI Chrontel CH7301 connector */
|
H A D | diu_ch7301.c | 47 /* Programming of HDMI Chrontel CH7301 connector */
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | initdef.h | 118 #define SetCRT2ToCHYPbPr SetCRT2ToHiVision /* for Chrontel */ 252 [4] 1 = Overscan (Chrontel only) 267 100 LVDS + Chrontel 7005 268 110 Chrontel 7005 272 011 LVDS + Chrontel 7019 321 011 Chrontel 7019
|
H A D | 310vtbl.h | 735 { 0x60,0x36, 30}, /* 0x41 Chrontel */ 736 { 0x40,0x4a, 28}, /* 0x42 Chrontel */ 737 { 0x9f,0x46, 44}, /* 0x43 Chrontel */ 739 { 0x44,0xe4, 25}, /* 0x45 Chrontel */ 740 { 0x7e,0x32, 47}, /* 0x46 Chrontel */ 741 { 0x8a,0x24, 31}, /* 0x47 Chrontel */ 742 { 0x97,0x2c, 26}, /* 0x48 Chrontel */ 744 { 0x52,0x4a, 36}, /* 0x4a Chrontel */ 749 { 0xa1,0x4a, 29}, /* 0x4f Chrontel */ 751 { 0x54,0x46, 58}, /* 0x51 Chrontel */ [all …]
|
H A D | vstruct.h | 418 /* LVDS, Chrontel */
|
H A D | sis_main.c | 2553 /* Determine and detect attached TV's on Chrontel */ 2558 char stdstr[] = "sisfb: Chrontel: Detected TV connected to"; in SiS_SenseCh() 2568 ivideo->SiS_Pr.SiS_IF_DEF_CH70xx = 1; /* Chrontel 700x */ in SiS_SenseCh() 2569 …SiS_SetChrontelGPIO(&ivideo->SiS_Pr, 0x9c); /* Set general purpose IO for Chrontel communication */ in SiS_SenseCh() 2572 /* See Chrontel TB31 for explanation */ in SiS_SenseCh() 2628 /* Set general purpose IO for Chrontel communication */ in SiS_SenseCh() 2635 ivideo->SiS_Pr.SiS_IF_DEF_CH70xx = 2; /* Chrontel 7019 */ in SiS_SenseCh() 2809 printk(KERN_INFO "%s Chrontel TV encoder\n", stdstr); in sisfb_get_VB_type() 6064 /* Find PCI systems for Chrontel/GPIO communication setup */ in sisfb_probe() 6072 "requiring Chrontel/GPIO setup\n", in sisfb_probe() [all …]
|
H A D | sis.h | 311 /* Chrontel TV, DDC and DPMS functions */
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | via_aux_ch7301.c | 6 * driver for Chrontel CH7301 DVI Transmitter
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | Kconfig | 34 tristate "Chrontel CH7033 Video Encoder" 38 Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as
|
H A D | chrontel-ch7033.c | 3 * Chrontel CH7033 Video Encoder Driver 581 dev_info(dev, "Chrontel CH7033 Video Encoder\n"); in ch7033_probe() 594 { .compatible = "chrontel,ch7033", }, 618 MODULE_DESCRIPTION("Chrontel CH7033 Video Encoder Driver");
|
H A D | Makefile | 3 obj-$(CONFIG_DRM_CHRONTEL_CH7033) += chrontel-ch7033.o
|
/openbmc/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_tables.h | 637 {0x60, 0x36, 30}, /* 0x41 Chrontel */ 638 {0x40, 0x4a, 28}, /* 0x42 Chrontel */ 639 {0x9f, 0x46, 44}, /* 0x43 Chrontel */ 641 {0x44, 0xe4, 25}, /* 0x45 Chrontel */ 642 {0x7e, 0x32, 47}, /* 0x46 Chrontel */ 643 {0x8a, 0x24, 31}, /* 0x47 Chrontel */ 644 {0x97, 0x2c, 26}, /* 0x48 Chrontel */ 646 {0x52, 0x4a, 36}, /* 0x4a Chrontel */ 651 {0xa1, 0x4a, 29}, /* 0x4f Chrontel */ 653 {0x54, 0x46, 58}, /* 0x51 Chrontel */ [all …]
|
/openbmc/linux/include/drm/i2c/ |
H A D | ch7006.h | 36 * See "http://www.chrontel.com/pdf/7006.pdf" for their precise
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | ch7301.c | 7 /* Chrontel CH7301C DVI Transmitter */
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb.h | 326 extern const struct aty_pll_ops aty_pll_ch8398; /* Chrontel 8398 */
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 96 * driver for the Chrontel 7xxx DVI chip over DVO.
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750_hw.c | 166 * Chrontel app note and our experiment. in hw_sm750_inithw()
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | README | 131 - Chrontel CH7201 for HDMI connection.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cec.rst | 29 - Chrontel CH7322
|