Symbol: lt8912
drivers/gpu/drm/bridge/lontium-lt8912b.c
104
static int lt8912_write_dds_config(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
157
static int lt8912_write_rxlogicres_config(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
169
static int lt8912_write_lvds_config(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
202
static inline struct lt8912 *bridge_to_lt8912(struct drm_bridge *b)
drivers/gpu/drm/bridge/lontium-lt8912b.c
204
return container_of(b, struct lt8912, bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
207
static inline struct lt8912 *connector_to_lt8912(struct drm_connector *c)
drivers/gpu/drm/bridge/lontium-lt8912b.c
209
return container_of(c, struct lt8912, connector);
drivers/gpu/drm/bridge/lontium-lt8912b.c
218
static int lt8912_init_i2c(struct lt8912 *lt, struct i2c_client *client)
drivers/gpu/drm/bridge/lontium-lt8912b.c
249
static int lt8912_free_i2c(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
259
static int lt8912_hard_power_on(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
273
static void lt8912_hard_power_off(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
283
static int lt8912_video_setup(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
349
static int lt8912_soft_power_on(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
365
static int lt8912_video_on(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
389
static enum drm_connector_status lt8912_check_cable_status(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
407
struct lt8912 *lt = connector_to_lt8912(connector);
drivers/gpu/drm/bridge/lontium-lt8912b.c
427
struct lt8912 *lt = connector_to_lt8912(connector);
drivers/gpu/drm/bridge/lontium-lt8912b.c
455
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
462
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
467
static int lt8912_attach_dsi(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
51
static int lt8912_write_init_config(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
510
struct lt8912 *lt = data;
drivers/gpu/drm/bridge/lontium-lt8912b.c
519
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
549
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
584
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
612
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
623
struct lt8912 *lt = bridge_to_lt8912(bridge);
drivers/gpu/drm/bridge/lontium-lt8912b.c
648
struct lt8912 *lt = dev_get_drvdata(dev);
drivers/gpu/drm/bridge/lontium-lt8912b.c
664
struct lt8912 *lt = dev_get_drvdata(dev);
drivers/gpu/drm/bridge/lontium-lt8912b.c
673
static int lt8912_get_regulators(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
688
static int lt8912_parse_dt(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
752
static int lt8912_put_dt(struct lt8912 *lt)
drivers/gpu/drm/bridge/lontium-lt8912b.c
760
static struct lt8912 *lt;
drivers/gpu/drm/bridge/lontium-lt8912b.c
764
lt = devm_drm_bridge_alloc(dev, struct lt8912, bridge,
drivers/gpu/drm/bridge/lontium-lt8912b.c
805
struct lt8912 *lt = i2c_get_clientdata(client);
drivers/gpu/drm/bridge/lontium-lt8912b.c
91
static int lt8912_write_mipi_basic_config(struct lt8912 *lt)