Lines Matching refs:height
125 int height; member
143 unsigned int height; member
253 sc->height = 480; in versatile_clcdc_attach()
264 dma_size = sc->width*sc->height*2; in versatile_clcdc_attach()
339 va_sc->height = sc->height; in versatile_clcdc_attach()
506 clcdr_set_cursor(scr_stat* scp, int base, int height, int blink) in clcdr_set_cursor() argument
521 if (scp->curs_attr.height <= 0) in clcdr_draw_cursor()
582 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in versatilefb_update_margins()
596 va_sc->height = FB_HEIGHT; in versatilefb_configure()
629 vi->vi_height = sc->height/vi->vi_cheight; in versatilefb_init()
640 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in versatilefb_init()
745 versatilefb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, in versatilefb_set_hw_cursor_shape() argument
776 if (offset < sc->stride*sc->height) { in versatilefb_mmap()