Searched full:lt9611uxc (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/bridge/ |
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 …]
|
D | Kconfig | 151 tristate "Lontium LT9611UXC DSI/HDMI bridge" 159 Driver for Lontium LT9611UXC DSI to HDMI bridge
|
D | Makefile | 13 obj-$(CONFIG_DRM_LONTIUM_LT9611UXC) += lontium-lt9611uxc.o
|
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/ |
D | lontium,lt9611.yaml | 13 The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI 19 - lontium,lt9611uxc
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | qrb2210-rb1.dts | 226 compatible = "lontium,lt9611uxc";
|
D | qrb4210-rb2.dts | 209 compatible = "lontium,lt9611uxc";
|
D | qcs6490-rb3gen2.dts | 565 compatible = "lontium,lt9611uxc";
|
D | sm8350-hdk.dts | 448 compatible = "lontium,lt9611uxc";
|
D | sm8450-hdk.dts | 595 compatible = "lontium,lt9611uxc";
|
D | qrb5165-rb5.dts | 614 compatible = "lontium,lt9611uxc";
|
D | sm8650-hdk.dts | 858 compatible = "lontium,lt9611uxc";
|
D | sm8550-hdk.dts | 881 compatible = "lontium,lt9611uxc";
|