Lines Matching defs:width
175 /* hsync end is width of sync pulse + 1 */
189 /* vsync end is width of vsync pulse */
248 int width, int height)
254 WARN_ON_ONCE(width < 0) ||
259 x2 = ALIGN(width + (x - x1), sizeof(unsigned long)) + x1;
270 int width, int height)
286 ret = udl_aligned_damage_clip(&clip, x, y, width, height);
289 else if ((clip.x2 > fb->width) || (clip.y2 > fb->height))
315 const int dev_byte_offset = (fb->width * i + clip.x1) << log_bpp;
401 udl_handle_damage(fb, 0, 0, fb->width, fb->height);