Searched full:anx6345 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-anx6345.c | 46 struct anx6345 { struct 58 /* I2C Slave addresses of ANX6345 are mapped as DPTX and SYS */ 68 static inline struct anx6345 *connector_to_anx6345(struct drm_connector *c) in connector_to_anx6345() argument 70 return container_of(c, struct anx6345, connector); in connector_to_anx6345() 73 static inline struct anx6345 *bridge_to_anx6345(struct drm_bridge *bridge) in bridge_to_anx6345() 75 return container_of(bridge, struct anx6345, bridge); in bridge_to_anx6345() 91 struct anx6345 *anx6345 = container_of(aux, struct anx6345, aux); in anx6345_aux_transfer() local 93 return anx_dp_aux_transfer(anx6345->map[I2C_IDX_DPTX], msg); in anx6345_aux_transfer() 96 static int anx6345_dp_link_training(struct anx6345 *anx6345) in anx6345_dp_link_training() argument 102 err = anx6345_clear_bits(anx6345->map[I2C_IDX_TXCOM], in anx6345_dp_link_training() [all …]
|
H A D | Kconfig | 3 tristate "Analogix ANX6345 bridge" 11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP 13 ANX6345 transforms the LVTTL RGB output of an
|
H A D | Makefile | 3 obj-$(CONFIG_DRM_ANALOGIX_ANX6345) += analogix-anx6345.o
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | anx6345.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/anx6345.yaml# 7 title: Analogix ANX6345 eDP Transmitter 13 The ANX6345 is an ultra-low power Full-HD eDP transmitter designed for 18 const: analogix,anx6345 68 anx6345: anx6345@38 { 69 compatible = "analogix,anx6345";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun50i-a64-pinebook-u-boot.dtsi | 9 /* The ANX6345 eDP-bridge is on r_i2c */ 11 anx6345: edp-bridge@38 { label 12 compatible = "analogix,anx6345";
|
H A D | sun50i-a64-pinebook.dts | 151 /* The ANX6345 eDP-bridge is on r_i2c */
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | Kconfig | 30 bool "Support Analogix ANX6345 RGB->DP bridge" 34 The Analogix ANX6345 is RGB-to-DP converter. It enables an eDP LCD
|
H A D | anx6345.c | 297 debug("Error anx6345 chipid mismatch: %.2x\n", (int)chipid); in anx6345_enable() 311 debug("Error anx6345 clock is not stable\n"); in anx6345_enable() 380 debug("Error anx6345 link training timeout\n"); in anx6345_enable() 412 { .compatible = "analogix,anx6345", },
|
H A D | Makefile | 9 obj-$(CONFIG_VIDEO_BRIDGE_ANALOGIX_ANX6345) += anx6345.o
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-teres-i.dts | 131 anx6345: anx6345@38 { label 132 compatible = "analogix,anx6345";
|
H A D | sun50i-a64-pinebook.dts | 204 anx6345: anx6345@38 { label 205 compatible = "analogix,anx6345";
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |