Lines Matching refs:t
997 struct fbcon_display *t, *p = &fb_display[vc->vc_num]; in fbcon_init() local
1024 t = &fb_display[fg_console]; in fbcon_init()
1026 if (t->fontdata) { in fbcon_init()
1034 p->userfont = t->userfont; in fbcon_init()
1338 struct fbcon_display *p, *t; in fbcon_set_disp() local
1356 t = &fb_display[svc->vc_num]; in fbcon_set_disp()
1359 vc->vc_font.data = (void *)(p->fontdata = t->fontdata); in fbcon_set_disp()
1363 p->userfont = t->userfont; in fbcon_set_disp()
1462 static __inline__ void ypan_up_redraw(struct vc_data *vc, int t, int count) in ypan_up_redraw() argument
1472 fbcon_redraw_move(vc, p, t + count, vc->vc_rows - count, t); in ypan_up_redraw()
1510 static __inline__ void ypan_down_redraw(struct vc_data *vc, int t, int count) in ypan_down_redraw() argument
1520 fbcon_redraw_move(vc, p, t, vc->vc_rows - count, t + count); in ypan_down_redraw()
1737 static bool fbcon_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in fbcon_scroll() argument
1761 fbcon_redraw_blit(vc, info, p, t, b - t - count, in fbcon_scroll()
1772 if (b - t - count > 3 * vc->vc_rows >> 2) { in fbcon_scroll()
1773 if (t > 0) in fbcon_scroll()
1774 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1782 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1783 b - t - count, vc->vc_cols); in fbcon_scroll()
1792 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll()
1794 && (b - t - count > in fbcon_scroll()
1796 if (t > 0) in fbcon_scroll()
1797 fbcon_redraw_move(vc, p, 0, t, count); in fbcon_scroll()
1798 ypan_up_redraw(vc, t, count); in fbcon_scroll()
1803 fbcon_redraw_move(vc, p, t + count, b - t - count, t); in fbcon_scroll()
1810 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll()
1812 && (b - t - count > in fbcon_scroll()
1814 if (t > 0) in fbcon_scroll()
1815 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1823 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1824 b - t - count, vc->vc_cols); in fbcon_scroll()
1832 fbcon_redraw(vc, t, b - t - count, in fbcon_scroll()
1849 fbcon_redraw_blit(vc, info, p, b - 1, b - t - count, in fbcon_scroll()
1851 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1854 t), in fbcon_scroll()
1860 if (b - t - count > 3 * vc->vc_rows >> 2) { in fbcon_scroll()
1866 if (t > 0) in fbcon_scroll()
1867 fbcon_bmove(vc, count, 0, 0, 0, t, in fbcon_scroll()
1870 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll()
1871 b - t - count, vc->vc_cols); in fbcon_scroll()
1874 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1879 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll()
1881 && (b - t - count > in fbcon_scroll()
1888 if (t > 0) in fbcon_scroll()
1889 fbcon_bmove(vc, count, 0, 0, 0, t, in fbcon_scroll()
1892 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll()
1893 b - t - count, vc->vc_cols); in fbcon_scroll()
1896 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1901 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll()
1903 && (b - t - count > in fbcon_scroll()
1908 ypan_down_redraw(vc, t, count); in fbcon_scroll()
1909 if (t > 0) in fbcon_scroll()
1910 fbcon_redraw_move(vc, p, count, t, 0); in fbcon_scroll()
1912 fbcon_redraw_move(vc, p, t, b - t - count, t + count); in fbcon_scroll()
1913 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1918 fbcon_redraw(vc, b - 1, b - t - count, in fbcon_scroll()
1920 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1923 t), in fbcon_scroll()
1940 u16 t = 0; in updatescrollmode_accel() local
1943 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel()