Searched refs:sii9234 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/bridge/ |
D | sii9234.c | 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) 288 #define mhl_tx_readb(sii9234, offset) \ argument [all …]
|
D | Makefile | 17 obj-$(CONFIG_DRM_SII9234) += sii9234.o
|
/Linux-v5.15/Documentation/devicetree/bindings/display/bridge/ |
D | sii9234.txt | 4 - compatible : "sil,sii9234". 21 sii9234@39 { 22 compatible = "sil,sii9234";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | exynos4412-midas.dtsi | 264 sii9234: hdmi-bridge@39 { label 265 compatible = "sil,sii9234";
|