• Home
  • Raw
  • Download

Lines Matching refs:rotate

389 			   struct fb_image *image, int rotate)  in fb_rotate_logo()  argument
393 if (rotate == FB_ROTATE_UD) { in fb_rotate_logo()
398 } else if (rotate == FB_ROTATE_CW) { in fb_rotate_logo()
407 } else if (rotate == FB_ROTATE_CCW) { in fb_rotate_logo()
422 int rotate, unsigned int num) in fb_do_show_logo() argument
429 if (rotate == FB_ROTATE_UR) { in fb_do_show_logo()
436 } else if (rotate == FB_ROTATE_UD) { in fb_do_show_logo()
443 } else if (rotate == FB_ROTATE_CW) { in fb_do_show_logo()
450 } else if (rotate == FB_ROTATE_CCW) { in fb_do_show_logo()
460 static int fb_show_logo_line(struct fb_info *info, int rotate, in fb_show_logo_line() argument
511 if (rotate == FB_ROTATE_CW || rotate == FB_ROTATE_CCW) { in fb_show_logo_line()
528 if (rotate) { in fb_show_logo_line()
532 fb_rotate_logo(info, logo_rotate, &image, rotate); in fb_show_logo_line()
535 fb_do_show_logo(info, &image, rotate, n); in fb_show_logo_line()
589 static int fb_show_extra_logos(struct fb_info *info, int y, int rotate) in fb_show_extra_logos() argument
594 y = fb_show_logo_line(info, rotate, in fb_show_extra_logos()
609 static inline int fb_show_extra_logos(struct fb_info *info, int y, int rotate) in fb_show_extra_logos() argument
617 int fb_prepare_logo(struct fb_info *info, int rotate) in fb_prepare_logo() argument
649 if (rotate == FB_ROTATE_UR || rotate == FB_ROTATE_UD) in fb_prepare_logo()
690 int fb_show_logo(struct fb_info *info, int rotate) in fb_show_logo() argument
699 y = fb_show_logo_line(info, rotate, fb_logo.logo, 0, count); in fb_show_logo()
700 y = fb_show_extra_logos(info, y, rotate); in fb_show_logo()
705 int fb_prepare_logo(struct fb_info *info, int rotate) { return 0; } in fb_prepare_logo() argument
706 int fb_show_logo(struct fb_info *info, int rotate) { return 0; } in fb_show_logo() argument