Searched defs:edp_disp_info (Results 1 – 1 of 1) sorted by relevance
24 struct edp_disp_info { struct25 char *name;26 unsigned int h_total;27 unsigned int h_res;28 unsigned int h_sync_width;29 unsigned int h_back_porch;30 unsigned int h_front_porch;31 unsigned int v_total;32 unsigned int v_res;33 unsigned int v_sync_width;[all …]