Lines Matching refs:drm_panel
38 struct drm_panel;
81 int (*prepare)(struct drm_panel *panel);
90 int (*enable)(struct drm_panel *panel);
99 int (*disable)(struct drm_panel *panel);
108 int (*unprepare)(struct drm_panel *panel);
118 int (*get_modes)(struct drm_panel *panel,
128 enum drm_panel_orientation (*get_orientation)(struct drm_panel *panel);
138 int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,
146 void (*debugfs_init)(struct drm_panel *panel, struct dentry *root);
185 struct drm_panel *panel;
191 struct drm_panel { struct
272 void drm_panel_init(struct drm_panel *panel, struct device *dev, argument
276 void drm_panel_add(struct drm_panel *panel);
277 void drm_panel_remove(struct drm_panel *panel);
279 int drm_panel_prepare(struct drm_panel *panel);
280 int drm_panel_unprepare(struct drm_panel *panel);
282 int drm_panel_enable(struct drm_panel *panel);
283 int drm_panel_disable(struct drm_panel *panel);
285 int drm_panel_get_modes(struct drm_panel *panel, struct drm_connector *connector);
288 struct drm_panel *of_drm_find_panel(const struct device_node *np);
292 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel()
333 int drm_panel_of_backlight(struct drm_panel *panel);
335 static inline int drm_panel_of_backlight(struct drm_panel *panel) in drm_panel_of_backlight()