Searched refs:bottom_only (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | tileblit.c | 62 int color, int bottom_only) in tile_clear_margins() argument
|
| A D | fbcon.h | 60 int color, int bottom_only);
|
| A D | fbcon_ccw.c | 173 int color, int bottom_only) in ccw_clear_margins() argument 185 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins()
|
| A D | fbcon_cw.c | 156 int color, int bottom_only) in cw_clear_margins() argument 168 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins()
|
| A D | bitblit.c | 191 int color, int bottom_only) in bit_clear_margins() argument 204 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins()
|
| A D | fbcon_ud.c | 203 int color, int bottom_only) in ud_clear_margins() argument 214 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins()
|
| A D | fbcon.c | 174 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only); 1290 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument 1296 ops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()
|
Completed in 15 milliseconds