Searched full:lt9611uxc (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt9611uxc.c | 35 struct lt9611uxc { struct 119 static struct lt9611uxc *bridge_to_lt9611uxc(struct drm_bridge *bridge) in bridge_to_lt9611uxc() 121 return container_of(bridge, struct lt9611uxc, bridge); in bridge_to_lt9611uxc() 124 static void lt9611uxc_lock(struct lt9611uxc *lt9611uxc) in lt9611uxc_lock() argument 126 mutex_lock(<9611uxc->ocm_lock); in lt9611uxc_lock() 127 regmap_write(lt9611uxc->regmap, 0x80ee, 0x01); in lt9611uxc_lock() 130 static void lt9611uxc_unlock(struct lt9611uxc *lt9611uxc) in lt9611uxc_unlock() argument 132 regmap_write(lt9611uxc->regmap, 0x80ee, 0x00); in lt9611uxc_unlock() 134 mutex_unlock(<9611uxc->ocm_lock); in lt9611uxc_unlock() 139 struct lt9611uxc *lt9611uxc = dev_id; in lt9611uxc_irq_thread_handler() local [all …]
|
H A D | Kconfig | 164 tristate "Lontium LT9611UXC DSI/HDMI bridge" 172 Driver for Lontium LT9611UXC DSI to HDMI bridge
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lontium,lt9611.yaml | 13 The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI 19 - lontium,lt9611uxc
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8550-hdk.dts | 881 compatible = "lontium,lt9611uxc";
|
H A D | sm8650-hdk.dts | 854 compatible = "lontium,lt9611uxc";
|