Lines Matching defs:panel_drv_data
19 struct panel_drv_data { struct
20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
22 struct regulator *vcc;
24 int data_lines;
26 struct omap_video_timings videomode;
28 struct gpio_desc *resb_gpio; /* low = reset active min 20 us */
29 struct gpio_desc *ini_gpio; /* high = power on */
30 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */
31 struct gpio_desc *lr_gpio; /* high = conventional horizontal scanning */
32 struct gpio_desc *ud_gpio; /* high = conventional vertical scanning */