Lines Matching defs:panel_drv_data
67 struct panel_drv_data { struct
68 struct omap_dss_device dssdev;
69 struct omap_dss_device *in;
71 int reset_gpio;
72 int datapairs;
74 struct omap_video_timings videomode;
76 char *name;
77 int enabled;
78 int model;
79 int revision;
80 u8 display_id[3];
81 unsigned has_bc:1;
82 unsigned has_cabc:1;
83 unsigned cabc_mode;
84 unsigned long hw_guard_end; /* next value of jiffies
87 unsigned long hw_guard_wait; /* max guard time in jiffies */
89 struct spi_device *spi;
90 struct mutex mutex;
114 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument