cros_ec_anx7688
struct cros_ec_anx7688 *anx7688;
anx7688 = devm_drm_bridge_alloc(dev, struct cros_ec_anx7688, bridge,
struct cros_ec_anx7688 *anx7688 = i2c_get_clientdata(client);
static inline struct cros_ec_anx7688 *
return container_of(bridge, struct cros_ec_anx7688, bridge);
struct cros_ec_anx7688 *anx = bridge_to_cros_ec_anx7688(bridge);