Lines Matching defs:lt9211
43 struct lt9211 {
74 .name = "lt9211",
96 static struct lt9211 *bridge_to_lt9211(struct drm_bridge *bridge)
98 return container_of(bridge, struct lt9211, bridge);
104 struct lt9211 *ctx = bridge_to_lt9211(bridge);
110 static int lt9211_read_chipid(struct lt9211 *ctx)
133 static int lt9211_system_init(struct lt9211 *ctx)
152 static int lt9211_configure_rx(struct lt9211 *ctx)
218 static int lt9211_autodetect_rx(struct lt9211 *ctx,
283 static int lt9211_configure_timing(struct lt9211 *ctx,
307 static int lt9211_configure_plls(struct lt9211 *ctx,
368 static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida,
460 struct lt9211 *ctx = bridge_to_lt9211(bridge);
558 struct lt9211 *ctx = bridge_to_lt9211(bridge);
626 static int lt9211_parse_dt(struct lt9211 *ctx)
673 static int lt9211_host_attach(struct lt9211 *ctx)
676 .type = "lt9211",
727 struct lt9211 *ctx;
771 struct lt9211 *ctx = i2c_get_clientdata(client);
777 { "lontium,lt9211" },
783 { .compatible = "lontium,lt9211" },
793 .name = "lt9211",