Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dbitblit.c230 int color, int bottom_only) in bit_clear_margins() argument
243 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins()
H A Dfbcon.c186 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only);
1349 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument
1355 par->bitops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()