Lines Matching defs:height
352 ret = ssd130x_write_cmd(ssd130x, 2, SSD130X_SET_MULTIPLEX_RATIO, ssd130x->height - 1);
459 unsigned int height = drm_rect_height(rect);
462 unsigned int pages = DIV_ROUND_UP(height, page_height);
470 * The screen is divided in pages, each having a height of 8
513 if (8 * (y / 8 + i + 1) > ssd130x->height)
514 m = ssd130x->height % 8;
557 unsigned int pages = DIV_ROUND_UP(ssd130x->height, page_height);
612 rect->y2 = min_t(unsigned int, round_up(rect->y2, page_height), ssd130x->height);
638 unsigned int pages = DIV_ROUND_UP(ssd130x->height, page_height);
653 ssd130x_state->buffer = kcalloc(pitch, ssd130x->height, GFP_KERNEL);
947 if (device_property_read_u32(dev, "solomon,height", &ssd130x->height))
948 ssd130x->height = ssd130x->device_info->default_height;
1014 mode->vdisplay = mode->vtotal = ssd130x->height;
1015 mode->vsync_start = mode->vsync_end = ssd130x->height;