Lines Matching defs:lt8912

29 struct lt8912 {
50 static int lt8912_write_init_config(struct lt8912 *lt)
90 static int lt8912_write_mipi_basic_config(struct lt8912 *lt)
103 static int lt8912_write_dds_config(struct lt8912 *lt)
156 static int lt8912_write_rxlogicres_config(struct lt8912 *lt)
168 static int lt8912_write_lvds_config(struct lt8912 *lt)
201 static inline struct lt8912 *bridge_to_lt8912(struct drm_bridge *b)
203 return container_of(b, struct lt8912, bridge);
206 static inline struct lt8912 *connector_to_lt8912(struct drm_connector *c)
208 return container_of(c, struct lt8912, connector);
217 static int lt8912_init_i2c(struct lt8912 *lt, struct i2c_client *client)
221 * At this time we only initialize 2 chips, but the lt8912 provides
248 static int lt8912_free_i2c(struct lt8912 *lt)
258 static int lt8912_hard_power_on(struct lt8912 *lt)
266 static void lt8912_hard_power_off(struct lt8912 *lt)
273 static int lt8912_video_setup(struct lt8912 *lt)
339 static int lt8912_soft_power_on(struct lt8912 *lt)
355 static int lt8912_video_on(struct lt8912 *lt)
379 static enum drm_connector_status lt8912_check_cable_status(struct lt8912 *lt)
397 struct lt8912 *lt = connector_to_lt8912(connector);
435 struct lt8912 *lt = connector_to_lt8912(connector);
464 struct lt8912 *lt = bridge_to_lt8912(bridge);
471 struct lt8912 *lt = bridge_to_lt8912(bridge);
476 static int lt8912_attach_dsi(struct lt8912 *lt)
482 const struct mipi_dsi_device_info info = { .type = "lt8912",
520 struct lt8912 *lt = data;
529 struct lt8912 *lt = bridge_to_lt8912(bridge);
558 struct lt8912 *lt = bridge_to_lt8912(bridge);
593 struct lt8912 *lt = bridge_to_lt8912(bridge);
604 struct lt8912 *lt = bridge_to_lt8912(bridge);
615 struct lt8912 *lt = bridge_to_lt8912(bridge);
637 static int lt8912_parse_dt(struct lt8912 *lt)
697 static int lt8912_put_dt(struct lt8912 *lt)
705 static struct lt8912 *lt;
709 lt = devm_kzalloc(dev, sizeof(struct lt8912), GFP_KERNEL);
750 struct lt8912 *lt = i2c_get_clientdata(client);
764 {"lt8912", 0},
771 .name = "lt8912",
781 MODULE_DESCRIPTION("lt8912 drm driver");