Home | History | Annotate | Download | only in xscale

Lines Matching defs:descr

79 	struct pxa2x0_wsscreen_descr	*descr;
267 struct pxa2x0_wsscreen_descr *descr = pxa2x0_lcd_console.descr;
272 error = pxa2x0_lcd_new_screen(sc, descr->depth, &scr);
282 pxa2x0_lcd_setup_rasops(sc, ri, descr, geom);
290 wsdisplay_cnattach(&descr->c, ri, ri->ri_ccol, ri->ri_crow,
299 pxa2x0_lcd_cnattach(struct pxa2x0_wsscreen_descr *descr,
303 pxa2x0_lcd_console.descr = descr;
643 struct pxa2x0_wsscreen_descr *descr,
647 rinfo->ri_flg = descr->flags | RI_ENABLE_ALPHA;
648 rinfo->ri_depth = descr->depth;
657 if (descr->depth == 16) {
666 if (descr->c.nrows == 0) {
670 rasops_init(rinfo, descr->c.nrows, descr->c.ncols);
673 descr->c.nrows = rinfo->ri_rows;
674 descr->c.ncols = rinfo->ri_cols;
675 descr->c.capabilities = rinfo->ri_caps;
676 descr->c.textops = &rinfo->ri_ops;
726 pxa2x0_lcd_setup_wsscreen(struct pxa2x0_wsscreen_descr *descr,
752 rinfo.ri_depth = descr->depth;
765 descr->c.nrows = rinfo.ri_rows;
766 descr->c.ncols = rinfo.ri_cols;
767 descr->c.capabilities = rinfo.ri_caps;