Searched refs:cellsize (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c29 unsigned int cellsize = vc->vc_font.height * width; local
32 offset = cellsize - (offset * width);
33 for (i = 0; i < cellsize; i++) {
78 u32 d_pitch, u32 s_pitch, u32 cellsize,
87 charmask)*cellsize;
110 u32 s_pitch, u32 cellsize,
122 charmask)*cellsize;
148 u32 cellsize = width * vc->vc_font.height; local
149 u32 maxcnt = info->pixmap.size/cellsize;
164 buf = kmalloc(cellsize, GFP_KERNE
76 bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
107 bit_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
[all...]
H A Dfbcon_ud.c29 unsigned int cellsize = vc->vc_font.height * width; local
34 for (i = 0; i < cellsize; i++) {
86 u32 d_pitch, u32 s_pitch, u32 cellsize,
95 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
118 u32 s_pitch, u32 cellsize,
130 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
157 u32 cellsize = width * vc->vc_font.height; local
158 u32 maxcnt = info->pixmap.size/cellsize;
178 buf = kmalloc(cellsize, GFP_KERNEL);
201 width, cellsize,
84 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
115 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
[all...]
H A Dfbcon_ccw.c99 u32 d_pitch, u32 s_pitch, u32 cellsize,
108 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
135 u32 cellsize = width * vc->vc_font.width; local
136 u32 maxcnt = info->pixmap.size/cellsize;
155 buf = kmalloc(cellsize, GFP_KERNEL);
176 width, cellsize, &image, buf, dst);
97 ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
H A Dfbcon_cw.c85 u32 d_pitch, u32 s_pitch, u32 cellsize,
94 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize;
121 u32 cellsize = width * vc->vc_font.width; local
122 u32 maxcnt = info->pixmap.size/cellsize;
141 buf = kmalloc(cellsize, GFP_KERNEL);
160 width, cellsize, &image, buf, dst);
83 cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument

Completed in 95 milliseconds