/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | analogix,anx7625.yaml | 2 # Copyright 2019 Analogix Semiconductor, Inc. 5 $id: http://devicetree.org/schemas/display/bridge/analogix,anx7625.yaml# 8 title: Analogix ANX7625 SlimPort (4K Mobile HD Transmitter) 19 const: analogix,anx7625 45 analogix,lane0-swing: 72 analogix,lane1-swing: 81 analogix,audio-enable: 141 compatible = "analogix,anx7625"; 148 analogix,audio-enable; 149 analogix,lane0-swing = /bits/ 8 <0x14 0x54 0x64 0x74>; [all …]
|
H A D | analogix,anx7814.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/analogix,anx7814.yaml# 7 title: Analogix ANX7814 SlimPort (Full-HD Transmitter) 17 - analogix,anx7808 18 - analogix,anx7812 19 - analogix,anx7814 20 - analogix,anx7816 21 - analogix,anx7818 81 compatible = "analogix,anx7814";
|
H A D | anx6345.yaml | 7 title: Analogix ANX6345 eDP Transmitter 18 const: analogix,anx6345 69 compatible = "analogix,anx6345";
|
H A D | analogix,dp.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/analogix,dp.yaml# 7 title: Analogix Display Port bridge
|
H A D | google,cros-ec-anx7688.yaml | 14 DisplayPort 1.3 Ultra-HDi (4096x2160p60). It is an Analogix ANX7688 chip
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | analogix,anx7411.yaml | 4 $id: http://devicetree.org/schemas/usb/analogix,anx7411.yaml# 7 title: Analogix ANX7411 Type-C controller 15 - analogix,anx7411 46 compatible = "analogix,anx7411";
|
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | Makefile | 2 analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o analogix-i2c-dptx.o 3 obj-$(CONFIG_DRM_ANALOGIX_ANX6345) += analogix-anx6345.o 5 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
|
H A D | Kconfig | 3 tristate "Analogix ANX6345 bridge" 17 tristate "Analogix ANX78XX bridge" 34 tristate "Analogix Anx7625 MIPI to DP interface support"
|
H A D | analogix-anx78xx.h | 3 * Copyright(c) 2016, Analogix Semiconductor. All rights reserved. 9 #include "analogix-i2c-dptx.h" 10 #include "analogix-i2c-txcommon.h"
|
H A D | analogix-i2c-dptx.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 14 #include "analogix-i2c-dptx.h"
|
H A D | analogix-anx78xx.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 29 #include "analogix-anx78xx.h" 1366 { .compatible = "analogix,anx7808", .data = anx7808_i2c_addresses }, 1367 { .compatible = "analogix,anx7812", .data = anx781x_i2c_addresses }, 1368 { .compatible = "analogix,anx7814", .data = anx781x_i2c_addresses }, 1369 { .compatible = "analogix,anx7816", .data = anx781x_i2c_addresses }, 1370 { .compatible = "analogix,anx7818", .data = anx781x_i2c_addresses },
|
H A D | analogix-anx6345.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 31 #include "analogix-i2c-dptx.h" 32 #include "analogix-i2c-txcommon.h" 802 { .compatible = "analogix,anx6345", },
|
H A D | analogix_dp_core.h | 3 * Header file for Analogix DP (Display Port) core interface driver.
|
H A D | analogix-i2c-txcommon.h | 3 * Copyright(c) 2016, Analogix Semiconductor. All rights reserved.
|
H A D | analogix-i2c-dptx.h | 3 * Copyright(c) 2016, Analogix Semiconductor.
|
H A D | analogix_dp_core.c | 3 * Analogix DP (Display Port) core interface driver. 1146 * NOTE: the connector registration is implemented in analogix in analogix_dp_bridge_attach() 1654 irq_flags, "analogix-dp", dp); in analogix_dp_probe() 1797 MODULE_DESCRIPTION("Analogix DP Core Driver");
|
/linux/Documentation/devicetree/bindings/display/rockchip/ |
H A D | rockchip,analogix-dp.yaml | 4 $id: http://devicetree.org/schemas/display/rockchip/rockchip,analogix-dp.yaml# 7 title: Rockchip specific extensions to the Analogix Display Port 53 - $ref: /schemas/display/bridge/analogix,dp.yaml#
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8186-corsola-steelix.dtsi | 54 compatible = "analogix,anx7625"; 63 analogix,lane0-swing = /bits/ 8 <0x70 0x30>; 64 analogix,lane1-swing = /bits/ 8 <0x70 0x30>;
|
H A D | mt8183-kukui-jacuzzi.dtsi | 149 compatible = "analogix,anx7625";
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | Kconfig | 40 bool "Rockchip specific extensions for Analogix DP driver" 46 for the Analogix Core DP driver. If you want to enable DP
|
/linux/drivers/usb/typec/ |
H A D | Kconfig | 56 tristate "Analogix ANX7411 Type-C DRP Port controller driver" 61 Say Y or M here if your system has Analogix ANX7411 Type-C DRP Port
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | rockchip,rk3288-dp-phy.yaml | 7 title: Rockchip specific extensions to the Analogix Display Port PHY
|
/linux/include/drm/bridge/ |
H A D | analogix_dp.h | 3 * Analogix DP (Display Port) Core interface driver.
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_dp.c | 213 * that analogix dp driver would take charge of the drvdata. in exynos_dp_probe() 291 MODULE_DESCRIPTION("Samsung Specific Analogix-DP Driver Extension");
|
/linux/drivers/platform/x86/ |
H A D | meegopad_anx7428.c | 3 * Driver to power on the Analogix ANX7428 USB Type-C crosspoint switch
|