Home
last modified time | relevance | path

Searched refs:cellsize (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dbitblit.c30 unsigned int cellsize = vc->vc_font.height * width; in update_attr() local
33 offset = cellsize - (offset * width); in update_attr()
34 for (i = 0; i < cellsize; i++) { in update_attr()
79 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument
88 charmask)*cellsize; in bit_putcs_aligned()
111 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument
123 charmask)*cellsize; in bit_putcs_unaligned()
149 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local
150 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs()
165 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs()
[all …]
H A Dfbcon_ud.c30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() local
35 for (i = 0; i < cellsize; i++) { in ud_update_attr()
87 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() argument
96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
119 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() argument
131 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
158 u32 cellsize = width * vc->vc_font.height; in ud_putcs() local
159 u32 maxcnt = info->pixmap.size/cellsize; in ud_putcs()
179 buf = kmalloc(cellsize, GFP_KERNEL); in ud_putcs()
202 width, cellsize, &image, buf, dst); in ud_putcs()
[all …]
H A Dfbcon_ccw.c100 u32 d_pitch, u32 s_pitch, u32 cellsize, in ccw_putcs_aligned() argument
109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
136 u32 cellsize = width * vc->vc_font.width; in ccw_putcs() local
137 u32 maxcnt = info->pixmap.size/cellsize; in ccw_putcs()
156 buf = kmalloc(cellsize, GFP_KERNEL); in ccw_putcs()
177 width, cellsize, &image, buf, dst); in ccw_putcs()
H A Dfbcon_cw.c85 u32 d_pitch, u32 s_pitch, u32 cellsize, in cw_putcs_aligned() argument
94 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
121 u32 cellsize = width * vc->vc_font.width; in cw_putcs() local
122 u32 maxcnt = info->pixmap.size/cellsize; in cw_putcs()
141 buf = kmalloc(cellsize, GFP_KERNEL); in cw_putcs()
160 width, cellsize, &image, buf, dst); in cw_putcs()
/linux/scripts/dtc/
H A Dchecks.c1393 unsigned int cell, cellsize = 0; in check_property_phandle_args() local
1402 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args()
1418 cellsize = 0; in check_property_phandle_args()
1445 cellsize = propval_cell(cellprop); in check_property_phandle_args()
1447 cellsize = 0; in check_property_phandle_args()
1456 expected = (cell + cellsize + 1) * sizeof(cell_t); in check_property_phandle_args()
1460 prop->val.len, cellsize); in check_property_phandle_args()
1604 size_t cellsize, cell, map_cells; in check_interrupt_map() local
1615 cellsize = node_addr_cells(node); in check_interrupt_map()
1616 cellsize += propval_cell(get_property(node, "#interrupt-cells")); in check_interrupt_map()
[all …]