Searched refs:sii9234 (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/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 | 20 obj-$(CONFIG_DRM_SII9234) += sii9234.o
|
/linux-5.19.10/Documentation/devicetree/bindings/display/bridge/ |
D | sil,sii9234.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/sil,sii9234.yaml# 14 const: sil,sii9234 79 compatible = "sil,sii9234";
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | exynos4412-midas.dtsi | 264 sii9234: hdmi-bridge@39 { label 265 compatible = "sil,sii9234";
|