Lines Matching full:lt9211

3  * Lontium LT9211 bridge driver
5 * LT9211 is capable of converting:
43 struct lt9211 { struct
74 .name = "lt9211", argument
96 static struct lt9211 *bridge_to_lt9211(struct drm_bridge *bridge) in bridge_to_lt9211()
98 return container_of(bridge, struct lt9211, bridge); in bridge_to_lt9211()
104 struct lt9211 *ctx = bridge_to_lt9211(bridge); in lt9211_attach()
110 static int lt9211_read_chipid(struct lt9211 *ctx) in lt9211_read_chipid()
133 static int lt9211_system_init(struct lt9211 *ctx) in lt9211_system_init()
152 static int lt9211_configure_rx(struct lt9211 *ctx) in lt9211_configure_rx()
218 static int lt9211_autodetect_rx(struct lt9211 *ctx, in lt9211_autodetect_rx()
283 static int lt9211_configure_timing(struct lt9211 *ctx, in lt9211_configure_timing()
307 static int lt9211_configure_plls(struct lt9211 *ctx, in lt9211_configure_plls()
368 static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida, in lt9211_configure_tx()
460 struct lt9211 *ctx = bridge_to_lt9211(bridge); in lt9211_atomic_enable()
552 dev_dbg(ctx->dev, "LT9211 enabled.\n"); in lt9211_atomic_enable()
558 struct lt9211 *ctx = bridge_to_lt9211(bridge); in lt9211_atomic_disable()
626 static int lt9211_parse_dt(struct lt9211 *ctx) in lt9211_parse_dt()
673 static int lt9211_host_attach(struct lt9211 *ctx) in lt9211_host_attach()
676 .type = "lt9211", in lt9211_host_attach()
727 struct lt9211 *ctx; in lt9211_probe()
771 struct lt9211 *ctx = i2c_get_clientdata(client); in lt9211_remove()
777 { "lontium,lt9211" },
783 { .compatible = "lontium,lt9211" },
793 .name = "lt9211",
800 MODULE_DESCRIPTION("Lontium LT9211 DSI/LVDS/DPI bridge driver");