Lines Matching defs:panel_drv_data
38 struct panel_drv_data { struct
39 struct omap_dss_device dssdev;
40 struct omap_dss_device *in;
42 struct omap_video_timings timings;
44 struct platform_device *pdev;
46 struct mutex lock;
48 struct backlight_device *bldev;
50 unsigned long hw_guard_end; /* next value of jiffies when we can
53 unsigned long hw_guard_wait; /* max guard time in jiffies */
56 struct gpio_desc *reset_gpio;
80 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument