Lines Matching refs:page_height
105 .page_height = 8,
113 .page_height = 8,
122 .page_height = 8,
131 .page_height = 8,
139 .page_height = 8,
461 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_update_rect() local
462 unsigned int pages = DIV_ROUND_UP(height, page_height); in ssd130x_update_rect()
556 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_clear_screen() local
557 unsigned int pages = DIV_ROUND_UP(ssd130x->height, page_height); in ssd130x_clear_screen()
603 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_fb_blit_rect() local
611 rect->y1 = round_down(rect->y1, page_height); in ssd130x_fb_blit_rect()
612 rect->y2 = min_t(unsigned int, round_up(rect->y2, page_height), ssd130x->height); in ssd130x_fb_blit_rect()
637 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_primary_plane_helper_atomic_check() local
638 unsigned int pages = DIV_ROUND_UP(ssd130x->height, page_height); in ssd130x_primary_plane_helper_atomic_check()