Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dbitblit.c33 offset = cellsize - (offset * width); in update_attr()
34 for (i = 0; i < cellsize; i++) { in update_attr()
78 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument
87 charmask)*cellsize; in bit_putcs_aligned()
110 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument
122 charmask)*cellsize; in bit_putcs_unaligned()
148 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local
149 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs()
164 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs()
185 width, cellsize, &image, buf, dst); 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()
86 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() argument
95 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
118 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() argument
130 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
157 u32 cellsize = width * vc->vc_font.height; in ud_putcs() local
158 u32 maxcnt = info->pixmap.size/cellsize; in ud_putcs()
178 buf = kmalloc(cellsize, GFP_KERNEL); in ud_putcs()
201 width, cellsize, &image, buf, dst); in ud_putcs()
[all …]
H A Dfbcon_ccw.c99 u32 d_pitch, u32 s_pitch, u32 cellsize, in ccw_putcs_aligned() argument
108 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
135 u32 cellsize = width * vc->vc_font.width; in ccw_putcs() local
136 u32 maxcnt = info->pixmap.size/cellsize; in ccw_putcs()
155 buf = kmalloc(cellsize, GFP_KERNEL); in ccw_putcs()
176 width, cellsize, &image, buf, dst); in ccw_putcs()
H A Dfbcon_cw.c84 u32 d_pitch, u32 s_pitch, u32 cellsize, in cw_putcs_aligned() argument
93 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
120 u32 cellsize = width * vc->vc_font.width; in cw_putcs() local
121 u32 maxcnt = info->pixmap.size/cellsize; in cw_putcs()
140 buf = kmalloc(cellsize, GFP_KERNEL); in cw_putcs()
159 width, cellsize, &image, buf, dst); in cw_putcs()
/linux-6.15/scripts/dtc/
H A Dchecks.c1393 unsigned int cell, cellsize = 0; in check_property_phandle_args() local
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()
1622 prop->val.len, cellsize * sizeof(cell_t)); in check_interrupt_map()
1638 if ((cell + cellsize) >= map_cells) { in check_interrupt_map()
[all …]