Searched full:sii9234 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/bridge/ |
D | sii9234.c | 9 * Based on sii9234 driver created by: 168 struct sii9234 { struct 194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() argument 212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() 249 static int sii9234_readb(struct sii9234 *ctx, int id, int offset) in sii9234_readb() 275 static int sii9234_clear_error(struct sii9234 *ctx) in sii9234_clear_error() 284 #define mhl_tx_writeb(sii9234, offset, value) \ argument 285 sii9234_writeb(sii9234, I2C_MHL, offset, value) 286 #define mhl_tx_writebm(sii9234, offset, value, mask) \ argument 287 sii9234_writebm(sii9234, I2C_MHL, offset, value, mask) [all …]
|
D | Makefile | 24 obj-$(CONFIG_DRM_SII9234) += sii9234.o
|
D | Kconfig | 294 tristate "Silicon Image SII9234 HDMI/MHL bridge"
|
/linux-6.14.4/Documentation/devicetree/bindings/display/bridge/ |
D | sil,sii9234.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/sil,sii9234.yaml# 7 title: Silicon Image SiI9234 HDMI/MHL bridge 14 const: sil,sii9234 79 compatible = "sil,sii9234";
|
/linux-6.14.4/arch/arm/boot/dts/samsung/ |
D | exynos4412-midas.dtsi | 300 sii9234: hdmi-bridge@39 { label 301 compatible = "sil,sii9234";
|