Searched refs:line_end (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/udl/
H A Dudl_transfer.c219 const u8 *line_start, *line_end, *next_pixel; local
227 line_end = next_pixel + byte_width;
229 while (next_pixel < line_end) {
232 line_end, &base16,
/drivers/video/
H A Dudlfb.c520 const u8 *line_start, *line_end, *next_pixel; local
528 line_end = next_pixel + byte_width;
539 line_end = next_pixel + byte_width;
548 while (next_pixel < line_end) {
551 (const uint16_t *) line_end, &dev_addr,

Completed in 231 milliseconds