Symbol: lt9211
drivers/gpu/drm/bridge/lontium-lt9211.c
105
struct lt9211 *ctx = bridge_to_lt9211(bridge);
drivers/gpu/drm/bridge/lontium-lt9211.c
111
static int lt9211_read_chipid(struct lt9211 *ctx)
drivers/gpu/drm/bridge/lontium-lt9211.c
133
static int lt9211_system_init(struct lt9211 *ctx)
drivers/gpu/drm/bridge/lontium-lt9211.c
152
static int lt9211_configure_rx(struct lt9211 *ctx)
drivers/gpu/drm/bridge/lontium-lt9211.c
218
static int lt9211_autodetect_rx(struct lt9211 *ctx,
drivers/gpu/drm/bridge/lontium-lt9211.c
283
static int lt9211_configure_timing(struct lt9211 *ctx,
drivers/gpu/drm/bridge/lontium-lt9211.c
307
static int lt9211_configure_plls(struct lt9211 *ctx,
drivers/gpu/drm/bridge/lontium-lt9211.c
368
static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida,
drivers/gpu/drm/bridge/lontium-lt9211.c
460
struct lt9211 *ctx = bridge_to_lt9211(bridge);
drivers/gpu/drm/bridge/lontium-lt9211.c
557
struct lt9211 *ctx = bridge_to_lt9211(bridge);
drivers/gpu/drm/bridge/lontium-lt9211.c
625
static int lt9211_parse_dt(struct lt9211 *ctx)
drivers/gpu/drm/bridge/lontium-lt9211.c
672
static int lt9211_host_attach(struct lt9211 *ctx)
drivers/gpu/drm/bridge/lontium-lt9211.c
726
struct lt9211 *ctx;
drivers/gpu/drm/bridge/lontium-lt9211.c
729
ctx = devm_drm_bridge_alloc(dev, struct lt9211, bridge, &lt9211_funcs);
drivers/gpu/drm/bridge/lontium-lt9211.c
769
struct lt9211 *ctx = i2c_get_clientdata(client);
drivers/gpu/drm/bridge/lontium-lt9211.c
96
static struct lt9211 *bridge_to_lt9211(struct drm_bridge *bridge)
drivers/gpu/drm/bridge/lontium-lt9211.c
98
return container_of(bridge, struct lt9211, bridge);