Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/core/
Dfbcon.h63 int color, int bottom_only);
Dtileblit.c77 int color, int bottom_only) in tile_clear_margins() argument
Dbitblit.c206 int color, int bottom_only) in bit_clear_margins() argument
219 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins()
Dfbcon_cw.c175 int color, int bottom_only) in cw_clear_margins() argument
187 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins()
Dfbcon_ccw.c192 int color, int bottom_only) in ccw_clear_margins() argument
204 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins()
Dfbcon_ud.c223 int color, int bottom_only) in ud_clear_margins() argument
234 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins()
Dfbcon.c176 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only);
1300 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument
1306 ops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()