Lines Matching defs:taal_data
182 struct taal_data { struct
183 struct mutex lock;
185 struct backlight_device *bldev;
187 unsigned long hw_guard_end; /* next value of jiffies when we can
190 unsigned long hw_guard_wait; /* max guard time in jiffies */
192 struct omap_dss_device *dssdev;
194 bool enabled;
195 u8 rotate;
196 bool mirror;
198 bool te_enabled;
200 atomic_t do_update;
201 int channel;
203 struct delayed_work te_timeout_work;
205 bool cabc_broken;
206 unsigned cabc_mode;
231 static void hw_guard_start(struct taal_data *td, int guard_msec) in hw_guard_start() argument