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