Lines Matching +full:edp +full:- +full:phy
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
10 #include <linux/phy/phy.h>
11 #include <linux/phy/phy-dp.h>
52 * struct dp_display_data - display related device tree data.
55 * @phy_node: reference to phy device
69 * struct dp_ctrl_resource - controller's IO related data
72 * @phy_io: phy's mapped memory address
76 struct phy *phy; member
81 * struct dp_pinctrl - DP's pin control
83 * @pin: pin-controller's instance
108 * struct dp_parser - DP parser's data exposed to clients
112 * @pinctrl: pin-control related data
130 * dp_parser_get() - get the DP's device tree parser module
137 * related to clock, regulators, pin-control and other
143 * devm_dp_parser_find_next_bridge() - find an additional bridge to DP
149 * the DP controller. The eDP interface requires a panel bridge.