Lines Matching refs: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);
105 struct lt9211 *ctx = bridge_to_lt9211(bridge);
111 static int lt9211_read_chipid(struct lt9211 *ctx)
134 static int lt9211_system_init(struct lt9211 *ctx)
153 static int lt9211_configure_rx(struct lt9211 *ctx)
219 static int lt9211_autodetect_rx(struct lt9211 *ctx,
284 static int lt9211_configure_timing(struct lt9211 *ctx,
308 static int lt9211_configure_plls(struct lt9211 *ctx,
369 static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida,
461 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;
730 ctx = devm_drm_bridge_alloc(dev, struct lt9211, bridge, <9211_funcs);
770 struct lt9211 *ctx = i2c_get_clientdata(client);
776 { "lontium,lt9211" },
782 { .compatible = "lontium,lt9211" },
792 .name = "lt9211",