Lines Matching defs:edid
145 static int check_edid(unsigned char *edid) in check_edid()
207 static void fix_edid(unsigned char *edid, int fix) in fix_edid()
256 static int edid_checksum(unsigned char *edid) in edid_checksum()
277 static int edid_check_header(unsigned char *edid) in edid_check_header()
616 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb()
695 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits()
776 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs()
894 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
937 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
1404 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
1408 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
1495 unsigned char *edid = NULL; in fb_firmware_edid() local