Lines Matching +full:controller +full:- +full:data
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
11 #include <linux/phy/phy-dp.h>
51 * struct dp_display_data - display related device tree data.
53 * @ctrl_node: referece to controller device
55 * @is_active: is the controller currently active
68 * struct dp_ctrl_resource - controller's IO related data
70 * @dp_controller: Display Port controller mapped memory address
80 * struct dp_pinctrl - DP's pin control
82 * @pin: pin-controller's instance
107 * struct dp_parser - DP parser's data exposed to clients
109 * @pdev: platform data of the client
110 * @mp: gpio, regulator and clock related data
111 * @pinctrl: pin-control related data
112 * @disp_data: controller's display related data
128 * dp_parser_get() - get the DP's device tree parser module
130 * @pdev: platform data of the client
134 * device tree and populate the data structures. The data
135 * related to clock, regulators, pin-control and other
141 * devm_dp_parser_find_next_bridge() - find an additional bridge to DP
144 * @parser: dp_parser data from client
147 * the DP controller. The eDP interface requires a panel bridge.