Home
last modified time | relevance | path

Searched refs:ysize (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c481 unsigned int ysize, ycbcr_size; in coda_alloc_framebuffers() local
489 ysize = round_up(q_data->rect.width, 16) * in coda_alloc_framebuffers()
492 ysize = round_up(q_data->rect.width, 8) * q_data->rect.height; in coda_alloc_framebuffers()
495 ycbcr_size = round_up(ysize, 4096) + ysize / 2; in coda_alloc_framebuffers()
497 ycbcr_size = ysize + ysize / 2; in coda_alloc_framebuffers()
508 size += ysize / 4; in coda_alloc_framebuffers()
529 cb = y + ysize; in coda_alloc_framebuffers()
530 cr = y + ysize + ysize/4; in coda_alloc_framebuffers()
531 mvcol = y + ysize + ysize/4 + ysize/4; in coda_alloc_framebuffers()
534 mvcol = cb + ysize/2; in coda_alloc_framebuffers()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c299 u8 ysize; member
1947 sizeof(data->ysize), &data->ysize); in mxt_read_t9_resolution()
2011 sizeof(data->ysize), &data->ysize); in mxt_read_t100_config()
2397 ry = data->inverty ? (data->ysize - 1 - ry) : ry; in mxt_convert_debug_pages()
2402 if (++x >= (data->xy_switch ? data->ysize : data->xsize)) { in mxt_convert_debug_pages()
2582 f->width = data->xy_switch ? data->ysize : data->xsize; in mxt_set_input()
2583 f->height = data->xy_switch ? data->xsize : data->ysize; in mxt_set_input()
2710 dbg->t37_nodes = data->xsize * data->ysize; in mxt_debug_init()