Home
last modified time | relevance | path

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

/drivers/video/console/
Dtileblit.c77 int bottom_only) in tile_clear_margins() argument
Dfbcon.h63 int bottom_only);
Dfbcon_ccw.c191 int bottom_only) in ccw_clear_margins() argument
204 if (rw && !bottom_only) { in ccw_clear_margins()
Dfbcon_cw.c175 int bottom_only) in cw_clear_margins() argument
188 if (rw && !bottom_only) { in cw_clear_margins()
Dbitblit.c205 int bottom_only) in bit_clear_margins() argument
219 if (rw && !bottom_only) { in bit_clear_margins()
Dfbcon_ud.c222 int bottom_only) in ud_clear_margins() argument
234 if (rw && !bottom_only) { in ud_clear_margins()
Dfbcon.c168 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only);
1252 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument
1258 ops->clear_margins(vc, info, bottom_only); in fbcon_clear_margins()