Searched full:it6505 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 305 #define DEBUGFS_DIR_NAME "it6505-debugfs" 429 struct it6505 { struct 483 /* it6505 driver hold option */ argument 529 .name = "it6505", 550 static int it6505_read(struct it6505 *it6505, unsigned int reg_addr) in it6505_read() argument 554 struct device *dev = it6505->dev; in it6505_read() 556 if (!it6505->powered) in it6505_read() 559 err = regmap_read(it6505->regmap, reg_addr, &value); in it6505_read() 568 static int it6505_write(struct it6505 *it6505, unsigned int reg_addr, in it6505_write() argument 572 struct device *dev = it6505->dev; in it6505_write() [all …]
|
H A D | Kconfig | 105 tristate "ITE IT6505 DisplayPort bridge" 116 ITE IT6505 DisplayPort bridge chip driver.
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | ite,it6505.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/ite,it6505.yaml# 7 title: ITE it6505 16 The IT6505 is a high-performance DisplayPort 1.1a transmitter, 18 The IT6505 supports color depth of up to 36 bits (12 bits/color) 22 Aside from the various video output formats supported, the IT6505 28 Each IT6505 chip comes preprogrammed with an unique HDCP key, 30 transmission of high-definition content. Users of the IT6505 need not 35 const: ite,it6505 125 compatible = "ite,it6505";
|