Home
last modified time | relevance | path

Searched defs:da8xx_panel (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dda8xx-fb.h42 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 */
[all …]