Searched full:analogix (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
D | analogix,anx7814.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/analogix,anx7814.yaml# 7 title: Analogix ANX7814 SlimPort (Full-HD Transmitter) 15 - analogix,anx7808 16 - analogix,anx7812 17 - analogix,anx7814 18 - analogix,anx7818 91 compatible = "analogix,anx7814";
|
D | anx6345.yaml | 7 title: Analogix ANX6345 eDP Transmitter Device Tree Bindings 18 const: analogix,anx6345 79 compatible = "analogix,anx6345";
|
D | analogix_dp.txt | 1 Analogix Display Port bridge bindings
|
/Linux-v5.10/drivers/gpu/drm/bridge/analogix/ |
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 4 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
|
D | Kconfig | 3 tristate "Analogix ANX6345 bridge" 15 tristate "Analogix ANX78XX bridge"
|
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"
|
D | analogix-i2c-dptx.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 14 #include "analogix-i2c-dptx.h"
|
D | analogix-anx6345.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 32 #include "analogix-i2c-dptx.h" 33 #include "analogix-i2c-txcommon.h" 800 { .compatible = "analogix,anx6345", },
|
D | analogix-anx78xx.c | 3 * Copyright(c) 2016, Analogix Semiconductor. 29 #include "analogix-anx78xx.h" 1369 { .compatible = "analogix,anx7808", .data = anx7808_i2c_addresses }, 1370 { .compatible = "analogix,anx7812", .data = anx781x_i2c_addresses }, 1371 { .compatible = "analogix,anx7814", .data = anx781x_i2c_addresses }, 1372 { .compatible = "analogix,anx7818", .data = anx781x_i2c_addresses },
|
D | analogix_dp_core.h | 3 * Header file for Analogix DP (Display Port) core interface driver.
|
D | analogix-i2c-txcommon.h | 3 * Copyright(c) 2016, Analogix Semiconductor. All rights reserved.
|
D | analogix-i2c-dptx.h | 3 * Copyright(c) 2016, Analogix Semiconductor.
|
D | analogix_dp_core.c | 3 * Analogix DP (Display Port) core interface driver. 1255 * NOTE: the connector registration is implemented in analogix in analogix_dp_bridge_attach() 1747 irq_flags, "analogix-dp", dp); in analogix_dp_probe() 1870 MODULE_DESCRIPTION("Analogix DP Core Driver");
|
D | analogix_dp_reg.h | 3 * Register definition file for Analogix DP core driver
|
/Linux-v5.10/drivers/gpu/drm/rockchip/ |
D | Kconfig | 24 bool "Rockchip specific extensions for Analogix DP driver" 27 for the Analogix Core DP driver. If you want to enable DP
|
/Linux-v5.10/Documentation/devicetree/bindings/display/rockchip/ |
D | analogix_dp-rockchip.txt | 1 Rockchip RK3288 specific extensions to the Analogix Display Port 37 For the below properties, please refer to Analogix DP binding document:
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | rockchip-dp-phy.txt | 1 Rockchip specific extensions to the Analogix Display Port PHY
|
/Linux-v5.10/include/drm/bridge/ |
D | analogix_dp.h | 3 * Analogix DP (Display Port) Core interface driver.
|
/Linux-v5.10/drivers/gpu/drm/bridge/ |
D | Makefile | 27 obj-y += analogix/
|
D | Kconfig | 240 source "drivers/gpu/drm/bridge/analogix/Kconfig"
|
/Linux-v5.10/drivers/gpu/drm/exynos/ |
D | exynos_dp.c | 216 * that analogix dp driver would take charge of the drvdata. in exynos_dp_probe() 305 MODULE_DESCRIPTION("Samsung Specific Analogix-DP Driver Extension");
|
D | Kconfig | 66 bool "Exynos specific extensions for Analogix DP driver"
|
/Linux-v5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 52 For the below properties, please refer to Analogix DP binding document:
|
/Linux-v5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-teres-i.dts | 131 compatible = "analogix,anx6345";
|
D | sun50i-a64-pinebook.dts | 207 compatible = "analogix,anx6345";
|
12