Lines Matching defs:dp_display_private
76 struct dp_display_private { struct
77 char *name;
78 int irq;
80 unsigned int id;
83 bool core_initialized;
84 bool phy_initialized;
85 bool hpd_irq_on;
86 bool audio_supported;
88 struct drm_device *drm_dev;
89 struct dentry *root;
91 struct dp_parser *parser;
92 struct dp_power *power;
93 struct dp_catalog *catalog;
94 struct drm_dp_aux *aux;
95 struct dp_link *link;
96 struct dp_panel *panel;
97 struct dp_ctrl *ctrl;
98 struct dp_debug *debug;
100 struct dp_display_mode dp_mode;
101 struct msm_dp dp_display;
104 struct completion audio_comp;
107 struct mutex event_mutex;
108 wait_queue_head_t event_q;
109 u32 hpd_state;
110 u32 event_pndx;
111 u32 event_gndx;
112 struct task_struct *ev_tsk;
113 struct dp_event event_list[DP_EVENT_Q_MAX];
114 spinlock_t event_lock;
116 bool wide_bus_en;
118 struct dp_audio *audio;