Home
last modified time | relevance | path

Searched defs:omap_dss_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h201 struct omap_dss_device { struct
202 struct device *dev;
204 struct dss_device *dss;
205 struct drm_bridge *bridge;
206 struct drm_bridge *next_bridge;
207 struct drm_panel *panel;
209 struct list_head list;
239 void omapdss_device_register(struct omap_dss_device *dssdev); argument
/linux/include/video/
H A Domapfb_dss.h598 struct omap_dss_device { struct
599 struct kobject kobj;
600 struct device *dev;
602 struct module *owner;
604 struct list_head panel_list;
607 char alias[16];
609 enum omap_display_type type;
610 enum omap_display_type output_type;
612 union {
629 } phy;
[all …]