Searched refs:anx7688 (Results 1 – 3 of 3) sorted by relevance
101 struct cros_ec_anx7688 *anx7688; in cros_ec_anx7688_bridge_probe() local106 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()114 if (IS_ERR(anx7688->regmap)) { in cros_ec_anx7688_bridge_probe()115 ret = PTR_ERR(anx7688->regmap); in cros_ec_anx7688_bridge_probe()146 anx7688->bridge.of_node = dev->of_node; in cros_ec_anx7688_bridge_probe()150 anx7688->filter = true; in cros_ec_anx7688_bridge_probe()157 drm_bridge_add(&anx7688->bridge); in cros_ec_anx7688_bridge_probe()[all …]
4 obj-$(CONFIG_DRM_CROS_EC_ANX7688) += cros-ec-anx7688.o
4 $id: http://devicetree.org/schemas/display/bridge/google,cros-ec-anx7688.yaml#22 const: google,cros-ec-anx768859 anx7688: anx7688@2c {60 compatible = "google,cros-ec-anx7688";