Searched refs:bottom_only (Results 1 – 7 of 7) sorted by relevance
| /drivers/video/fbdev/core/ |
| A D | tileblit.c | 75 int color, int bottom_only) in tile_clear_margins() argument 92 if ((int) rw > 0 && !bottom_only) { in tile_clear_margins()
|
| A D | fbcon.h | 63 int color, int bottom_only);
|
| A D | bitblit.c | 205 int color, int bottom_only) in bit_clear_margins() argument 218 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins()
|
| A D | fbcon_ccw.c | 191 int color, int bottom_only) in ccw_clear_margins() argument 203 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins()
|
| A D | fbcon_cw.c | 174 int color, int bottom_only) in cw_clear_margins() argument 186 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins()
|
| A D | fbcon_ud.c | 222 int color, int bottom_only) in ud_clear_margins() argument 233 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins()
|
| A D | fbcon.c | 183 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