Home
last modified time | relevance | path

Searched refs:update_region (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dvt_kern.h41 void update_region(struct vc_data *vc, unsigned long start, int count);
/linux/drivers/tty/vt/
H A Dvc_screen.c685 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()
H A Dvt.c630 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region() function
640 EXPORT_SYMBOL(update_region);
/linux/drivers/video/fbdev/core/
H A Dfbcon.c2221 update_region(vc, in fbcon_switch()