Lines Matching defs:sn65dsi83
140 struct sn65dsi83 {
240 static struct sn65dsi83 *bridge_to_sn65dsi83(struct drm_bridge *bridge)
242 return container_of(bridge, struct sn65dsi83, bridge);
248 struct sn65dsi83 *ctx = bridge_to_sn65dsi83(bridge);
256 struct sn65dsi83 *ctx = bridge_to_sn65dsi83(bridge);
264 static u8 sn65dsi83_get_lvds_range(struct sn65dsi83 *ctx,
289 static u8 sn65dsi83_get_dsi_range(struct sn65dsi83 *ctx,
311 static u8 sn65dsi83_get_dsi_div(struct sn65dsi83 *ctx)
327 struct sn65dsi83 *ctx = bridge_to_sn65dsi83(bridge);
495 struct sn65dsi83 *ctx = bridge_to_sn65dsi83(bridge);
512 struct sn65dsi83 *ctx = bridge_to_sn65dsi83(bridge);
580 static int sn65dsi83_parse_dt(struct sn65dsi83 *ctx, enum sn65dsi83_model model)
622 static int sn65dsi83_host_attach(struct sn65dsi83 *ctx)
630 .type = "sn65dsi83",
676 struct sn65dsi83 *ctx;
731 struct sn65dsi83 *ctx = i2c_get_clientdata(client);
737 { "ti,sn65dsi83", MODEL_SN65DSI83 },
744 { .compatible = "ti,sn65dsi83", .data = (void *)MODEL_SN65DSI83 },
755 .name = "sn65dsi83",