Home
last modified time | relevance | path

Searched refs:lt9211 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/bridge/
Dlontium-lt9211.c43 struct lt9211 { struct
96 static struct lt9211 *bridge_to_lt9211(struct drm_bridge *bridge) in bridge_to_lt9211()
98 return container_of(bridge, struct lt9211, bridge); in bridge_to_lt9211()
104 struct lt9211 *ctx = bridge_to_lt9211(bridge); in lt9211_attach()
110 static int lt9211_read_chipid(struct lt9211 *ctx) in lt9211_read_chipid()
133 static int lt9211_system_init(struct lt9211 *ctx) in lt9211_system_init()
152 static int lt9211_configure_rx(struct lt9211 *ctx) in lt9211_configure_rx()
218 static int lt9211_autodetect_rx(struct lt9211 *ctx, in lt9211_autodetect_rx()
283 static int lt9211_configure_timing(struct lt9211 *ctx, in lt9211_configure_timing()
307 static int lt9211_configure_plls(struct lt9211 *ctx, in lt9211_configure_plls()
[all …]
DMakefile9 obj-$(CONFIG_DRM_LONTIUM_LT9211) += lontium-lt9211.o