Lines Matching full:rotate
211 struct fb_image *image, int rotate) in fb_rotate_logo() argument
215 if (rotate == FB_ROTATE_UD) { in fb_rotate_logo()
220 } else if (rotate == FB_ROTATE_CW) { in fb_rotate_logo()
227 } else if (rotate == FB_ROTATE_CCW) { in fb_rotate_logo()
240 int rotate, unsigned int num) in fb_do_show_logo() argument
247 if (rotate == FB_ROTATE_UR) { in fb_do_show_logo()
254 } else if (rotate == FB_ROTATE_UD) { in fb_do_show_logo()
261 } else if (rotate == FB_ROTATE_CW) { in fb_do_show_logo()
268 } else if (rotate == FB_ROTATE_CCW) { in fb_do_show_logo()
278 static int fb_show_logo_line(struct fb_info *info, int rotate, in fb_show_logo_line() argument
329 if (rotate == FB_ROTATE_CW || rotate == FB_ROTATE_CCW) { in fb_show_logo_line()
346 if (rotate) { in fb_show_logo_line()
350 fb_rotate_logo(info, logo_rotate, &image, rotate); in fb_show_logo_line()
353 fb_do_show_logo(info, &image, rotate, n); in fb_show_logo_line()
406 static int fb_show_extra_logos(struct fb_info *info, int y, int rotate) in fb_show_extra_logos() argument
411 y = fb_show_logo_line(info, rotate, in fb_show_extra_logos()
418 int fb_prepare_logo(struct fb_info *info, int rotate) in fb_prepare_logo() argument
449 if (rotate == FB_ROTATE_UR || rotate == FB_ROTATE_UD) in fb_prepare_logo()
493 int fb_show_logo(struct fb_info *info, int rotate) in fb_show_logo() argument
502 y = fb_show_logo_line(info, rotate, fb_logo.logo, 0, count); in fb_show_logo()
504 y = fb_show_extra_logos(info, y, rotate); in fb_show_logo()