Searched refs:cellsize (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | bitblit.c | 33 offset = cellsize - (offset * width); in update_attr() 34 for (i = 0; i < cellsize; i++) { in update_attr() 64 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument 73 charmask)*cellsize; in bit_putcs_aligned() 96 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument 108 charmask)*cellsize; in bit_putcs_unaligned() 134 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local 135 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs() 150 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs() 171 width, cellsize, &image, buf, dst); in bit_putcs() [all …]
|
| A D | fbcon_ud.c | 30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() local 35 for (i = 0; i < cellsize; i++) { in ud_update_attr() 67 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() argument 76 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned() 99 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() argument 111 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned() 138 u32 cellsize = width * vc->vc_font.height; in ud_putcs() local 139 u32 maxcnt = info->pixmap.size/cellsize; in ud_putcs() 159 buf = kmalloc(cellsize, GFP_KERNEL); in ud_putcs() 182 width, cellsize, &image, buf, dst); in ud_putcs() [all …]
|
| A D | fbcon_ccw.c | 81 u32 d_pitch, u32 s_pitch, u32 cellsize, in ccw_putcs_aligned() argument 90 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned() 117 u32 cellsize = width * vc->vc_font.width; in ccw_putcs() local 118 u32 maxcnt = info->pixmap.size/cellsize; in ccw_putcs() 137 buf = kmalloc(cellsize, GFP_KERNEL); in ccw_putcs() 158 width, cellsize, &image, buf, dst); in ccw_putcs()
|
| A D | fbcon_cw.c | 66 u32 d_pitch, u32 s_pitch, u32 cellsize, in cw_putcs_aligned() argument 75 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned() 102 u32 cellsize = width * vc->vc_font.width; in cw_putcs() local 103 u32 maxcnt = info->pixmap.size/cellsize; in cw_putcs() 122 buf = kmalloc(cellsize, GFP_KERNEL); in cw_putcs() 141 width, cellsize, &image, buf, dst); in cw_putcs()
|
| /linux/scripts/dtc/ |
| A D | checks.c | 1391 unsigned int cell, cellsize = 0; in check_property_phandle_args() local 1415 cellsize = 0; in check_property_phandle_args() 1442 cellsize = propval_cell(cellprop); in check_property_phandle_args() 1444 cellsize = 0; in check_property_phandle_args() 1456 prop->val.len, cellsize); in check_property_phandle_args() 1599 size_t cellsize, cell, map_cells; in check_interrupt_map() local 1610 cellsize = node_addr_cells(node); in check_interrupt_map() 1614 if (prop && (prop->val.len != (cellsize * sizeof(cell_t)))) in check_interrupt_map() 1617 prop->val.len, cellsize * sizeof(cell_t)); in check_interrupt_map() 1633 if ((cell + cellsize) >= map_cells) { in check_interrupt_map() [all …]
|
Completed in 14 milliseconds