/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | tileblit.c | 78 int color, int bottom_only) in tile_clear_margins() 77 tile_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) tile_clear_margins() argument
|
H A D | fbcon.h | 65 int color, int bottom_only);
|
H A D | bitblit.c | 206 int color, int bottom_only) in bit_clear_margins() 219 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins() 205 bit_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) bit_clear_margins() argument
|
H A D | fbcon_ud.c | 223 int color, int bottom_only) in ud_clear_margins() 234 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins() 222 ud_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) ud_clear_margins() argument
|
H A D | fbcon_ccw.c | 192 int color, int bottom_only) in ccw_clear_margins() 204 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins() 191 ccw_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) ccw_clear_margins() argument
|
H A D | fbcon_cw.c | 175 int color, int bottom_only) in cw_clear_margins() 187 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins() 174 cw_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) cw_clear_margins() argument
|
H A D | fbcon.c | 182 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only); 1323 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument 1329 ops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.h | 63 int color, int bottom_only);
|
H A D | tileblit.c | 77 int color, int bottom_only) in tile_clear_margins() 76 tile_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) tile_clear_margins() argument
|
H A D | bitblit.c | 206 int color, int bottom_only) in bit_clear_margins() 219 if ((int) rw > 0 && !bottom_only) { in bit_clear_margins() 205 bit_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) bit_clear_margins() argument
|
H A D | fbcon_ud.c | 223 int color, int bottom_only) in ud_clear_margins() 234 if ((int) rw > 0 && !bottom_only) { in ud_clear_margins() 222 ud_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) ud_clear_margins() argument
|
H A D | fbcon_ccw.c | 192 int color, int bottom_only) in ccw_clear_margins() 204 if ((int) rw > 0 && !bottom_only) { in ccw_clear_margins() 191 ccw_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) ccw_clear_margins() argument
|
H A D | fbcon_cw.c | 175 int color, int bottom_only) in cw_clear_margins() 187 if ((int) rw > 0 && !bottom_only) { in cw_clear_margins() 174 cw_clear_margins(struct vc_data *vc, struct fb_info *info, int color, int bottom_only) cw_clear_margins() argument
|
H A D | fbcon.c | 176 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only); 1295 static void fbcon_clear_margins(struct vc_data *vc, int bottom_only) in fbcon_clear_margins() argument 1301 ops->clear_margins(vc, info, margin_color, bottom_only); in fbcon_clear_margins()
|