Lines Matching defs:panel_drv_data
42 struct panel_drv_data { struct
43 struct omap_dss_device dssdev;
44 struct omap_dss_device *in;
46 struct omap_video_timings timings;
48 struct platform_device *pdev;
50 struct mutex lock;
52 struct backlight_device *bldev;
54 unsigned long hw_guard_end; /* next value of jiffies when we can
57 unsigned long hw_guard_wait; /* max guard time in jiffies */
60 int reset_gpio;
61 int ext_te_gpio;
86 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument