Home
last modified time | relevance | path

Searched refs:anx7688 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dcros-ec-anx7688.c101 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()
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 …]
H A DMakefile4 obj-$(CONFIG_DRM_CROS_EC_ANX7688) += cros-ec-anx7688.o
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dgoogle,cros-ec-anx7688.yaml4 $id: http://devicetree.org/schemas/display/bridge/google,cros-ec-anx7688.yaml#
22 const: google,cros-ec-anx7688
59 anx7688: anx7688@2c {
60 compatible = "google,cros-ec-anx7688";