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