lt9211
struct lt9211 *ctx = bridge_to_lt9211(bridge);
static int lt9211_read_chipid(struct lt9211 *ctx)
static int lt9211_system_init(struct lt9211 *ctx)
static int lt9211_configure_rx(struct lt9211 *ctx)
static int lt9211_autodetect_rx(struct lt9211 *ctx,
static int lt9211_configure_timing(struct lt9211 *ctx,
static int lt9211_configure_plls(struct lt9211 *ctx,
static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida,
struct lt9211 *ctx = bridge_to_lt9211(bridge);
struct lt9211 *ctx = bridge_to_lt9211(bridge);
static int lt9211_parse_dt(struct lt9211 *ctx)
static int lt9211_host_attach(struct lt9211 *ctx)
struct lt9211 *ctx;
ctx = devm_drm_bridge_alloc(dev, struct lt9211, bridge, <9211_funcs);
struct lt9211 *ctx = i2c_get_clientdata(client);
static struct lt9211 *bridge_to_lt9211(struct drm_bridge *bridge)
return container_of(bridge, struct lt9211, bridge);