Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
A Dtileblit.c75 int color, int bottom_only) in tile_clear_margins() argument
92 if ((int) rw > 0 && !bottom_only) { in tile_clear_margins()
A Dfbcon.h63 int color, int bottom_only);
A Dbitblit.c205 int color, int bottom_only) in bit_clear_margins() argument
218 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins()
A Dfbcon_ccw.c191 int color, int bottom_only) in ccw_clear_margins() argument
203 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins()
A Dfbcon_cw.c174 int color, int bottom_only) in cw_clear_margins() argument
186 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins()
A Dfbcon_ud.c222 int color, int bottom_only) in ud_clear_margins() argument
233 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins()
A Dfbcon.c183 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only);
1332 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument
1338 ops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()

Completed in 19 milliseconds