Home
last modified time | relevance | path

Searched refs:c_height (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/console/
H A Dvgacon.c508 unsigned int c_height; in vgacon_cursor() local
515 c_height = c->vc_cell_height; in vgacon_cursor()
529 vgacon_set_cursor_size(c_height - (c_height < 10 ? 2 : 3), in vgacon_cursor()
530 c_height - (c_height < 10 ? 1 : 2)); in vgacon_cursor()
533 vgacon_set_cursor_size(c_height / 3, in vgacon_cursor()
534 c_height - (c_height < 10 ? 1 : 2)); in vgacon_cursor()
537 vgacon_set_cursor_size(c_height * 2 / 3, in vgacon_cursor()
538 c_height - (c_height < 10 ? 1 : 2)); in vgacon_cursor()
541 vgacon_set_cursor_size(c_height / 2, in vgacon_cursor()
542 c_height - (c_height < 10 ? 1 : 2)); in vgacon_cursor()
[all …]
/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c90 w((src->c_height << 16) / dst->c_height, SRC_YSCALE_REG); in g2d_set_v41_stretch()
H A Dg2d.h38 u32 c_height; member
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h64 u32 c_height; member
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c290 unsigned int c_height; in bttv_calc_geo() local
307 c_height = min((unsigned int) crop->height, height * 16); in bttv_calc_geo()
314 geo->sheight = c_height; in bttv_calc_geo()
316 sr = c_height >> !both_fields; in bttv_calc_geo()