next_pixel 218 drivers/gpu/drm/udl/udl_transfer.c const u8 *line_start, *line_end, *next_pixel; next_pixel 227 drivers/gpu/drm/udl/udl_transfer.c next_pixel = line_start; next_pixel 228 drivers/gpu/drm/udl/udl_transfer.c line_end = next_pixel + byte_width; next_pixel 230 drivers/gpu/drm/udl/udl_transfer.c while (next_pixel < line_end) { next_pixel 232 drivers/gpu/drm/udl/udl_transfer.c udl_compress_hline16(&next_pixel, next_pixel 540 drivers/video/fbdev/udlfb.c const u8 *line_start, *line_end, *next_pixel; next_pixel 548 drivers/video/fbdev/udlfb.c next_pixel = line_start; next_pixel 549 drivers/video/fbdev/udlfb.c line_end = next_pixel + byte_width; next_pixel 558 drivers/video/fbdev/udlfb.c *ident_ptr += dlfb_trim_hline(back_start, &next_pixel, next_pixel 561 drivers/video/fbdev/udlfb.c offset = next_pixel - line_start; next_pixel 562 drivers/video/fbdev/udlfb.c line_end = next_pixel + byte_width; next_pixel 568 drivers/video/fbdev/udlfb.c while (next_pixel < line_end) { next_pixel 570 drivers/video/fbdev/udlfb.c dlfb_compress_hline((const uint16_t **) &next_pixel,