Searched refs:anx6345 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-anx6345.c | 46 struct anx6345 { struct 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() 108 err = drm_dp_dpcd_readb(&anx6345->aux, DP_MAX_LINK_RATE, &dp_bw); in anx6345_dp_link_training() [all …]
|
H A D | Makefile | 3 obj-$(CONFIG_DRM_ANALOGIX_ANX6345) += analogix-anx6345.o
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun50i-a64-pinebook-u-boot.dtsi | 11 anx6345: edp-bridge@38 { label 12 compatible = "analogix,anx6345";
|
/openbmc/u-boot/drivers/video/bridge/ |
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...] |