Lines Matching defs:da8xx_panel
42 struct da8xx_panel { struct
43 const char name[25]; /* Full name <vendor>_<model> */
44 unsigned short width;
45 unsigned short height;
46 int hfp; /* Horizontal front porch */
47 int hbp; /* Horizontal back porch */
48 int hsw; /* Horizontal Sync Pulse Width */
49 int vfp; /* Vertical front porch */
50 int vbp; /* Vertical back porch */
51 int vsw; /* Vertical Sync Pulse Width */
52 unsigned int pxl_clk; /* Pixel clock */
53 unsigned char invert_pxl_clk; /* Invert Pixel clock */