Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvt_kern.h40 void update_region(struct vc_data *vc, unsigned long start, int count);
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c698 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()
H A Dvt.c635 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region() function
645 EXPORT_SYMBOL(update_region);
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c2180 update_region(vc, in fbcon_switch()