Searched refs:monspec (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h93 const struct fb_monspecs *monspec);
H A Dsh_mobile_hdmi.c289 struct fb_monspecs monspec; member in struct:sh_hdmi
877 fb_edid_to_monspecs(edid, &hdmi->monspec); sh_hdmi_read_edid()
881 hdmi->monspec.modedb_len, hdmi->edid_blocks - 1); sh_hdmi_read_edid()
885 fb_edid_add_monspecs(edid, &hdmi->monspec); sh_hdmi_read_edid()
907 dev_dbg(hdmi->dev, "%d main and extended modes\n", hdmi->monspec.modedb_len); sh_hdmi_read_edid()
926 for (i = 0, mode = hdmi->monspec.modedb; sh_hdmi_read_edid()
927 i < hdmi->monspec.modedb_len && scanning; sh_hdmi_read_edid()
1206 &hdmi->mode, &hdmi->monspec); sh_hdmi_edid_work_fn()
1208 hdmi->monspec.modedb_len = 0; sh_hdmi_edid_work_fn()
1209 fb_destroy_modedb(hdmi->monspec.modedb); sh_hdmi_edid_work_fn()
1210 hdmi->monspec.modedb = NULL; sh_hdmi_edid_work_fn()
H A Dsh_mobile_lcdcfb.c568 const struct fb_monspecs *monspec) sh_mobile_lcdc_display_notify()
581 ch->display.width = monspec->max_x * 10; sh_mobile_lcdc_display_notify()
582 ch->display.height = monspec->max_y * 10; sh_mobile_lcdc_display_notify()
565 sh_mobile_lcdc_display_notify(struct sh_mobile_lcdc_chan *ch, enum sh_mobile_lcdc_entity_event event, const struct fb_videomode *mode, const struct fb_monspecs *monspec) sh_mobile_lcdc_display_notify() argument

Completed in 130 milliseconds