Searched full:anx7688 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | cros-ec-anx7688.c | 3 * CrOS EC ANX7688 HDMI->DP bridge driver 101 struct cros_ec_anx7688 *anx7688; in cros_ec_anx7688_bridge_probe() local 106 anx7688 = devm_kzalloc(dev, sizeof(*anx7688), GFP_KERNEL); in cros_ec_anx7688_bridge_probe() 107 if (!anx7688) in cros_ec_anx7688_bridge_probe() 110 anx7688->client = client; in cros_ec_anx7688_bridge_probe() 111 i2c_set_clientdata(client, anx7688); in cros_ec_anx7688_bridge_probe() 113 anx7688->regmap = devm_regmap_init_i2c(client, &cros_ec_anx7688_regmap_config); in cros_ec_anx7688_bridge_probe() 114 if (IS_ERR(anx7688->regmap)) { in cros_ec_anx7688_bridge_probe() 115 ret = PTR_ERR(anx7688->regmap); in cros_ec_anx7688_bridge_probe() 121 ret = regmap_bulk_read(anx7688->regmap, ANX7688_VENDOR_ID_REG, in cros_ec_anx7688_bridge_probe() [all …]
|
D | Kconfig | 61 tristate "ChromeOS EC ANX7688 bridge" 67 ChromeOS EC ANX7688 is an ultra-low power
|
D | Makefile | 6 obj-$(CONFIG_DRM_CROS_EC_ANX7688) += cros-ec-anx7688.o
|
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/ |
D | google,cros-ec-anx7688.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/google,cros-ec-anx7688.yaml# 7 title: ChromeOS EC ANX7688 HDMI to DP Converter through Type-C Port 13 ChromeOS EC ANX7688 is a display bridge that converts HDMI 2.0 to 14 DisplayPort 1.3 Ultra-HDi (4096x2160p60). It is an Analogix ANX7688 chip 22 const: google,cros-ec-anx7688 59 anx7688: anx7688@2c { 60 compatible = "google,cros-ec-anx7688";
|