Searched refs:fontbuffer (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_rotate.c57 kfree(ops->fontbuffer);
58 ops->fontbuffer = dst;
61 dst = ops->fontbuffer;
H A Dfbcon_ud.c96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
131 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
168 if (!ops->fontbuffer)
266 if (!ops->fontbuffer)
282 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height));
H A Dfbcon_ccw.c109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
145 if (!ops->fontbuffer)
235 if (!ops->fontbuffer)
251 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
H A Dfbcon_cw.c95 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize;
131 if (!ops->fontbuffer)
219 if (!ops->fontbuffer)
235 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
H A Dfbcon.h82 u8 *fontbuffer; member in struct:fbcon_ops
H A Dfbcon.c748 kfree(ops->fontbuffer);

Completed in 114 milliseconds