Searched refs:dsty (Results 1 – 4 of 4) sorted by relevance
/drivers/media/usb/pwc/ |
D | pwc-uncompress.c | 29 u16 *dsty, *dstu, *dstv; in pwc_decompress() local 62 dsty = (u16 *)(image); in pwc_decompress() 68 *dsty++ = *src++; in pwc_decompress() 69 *dsty++ = *src++; in pwc_decompress()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
D | intelfbhw.c | 1703 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument 1709 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt() 1717 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt() 1719 ((dsty + h) << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
|
/drivers/gpu/drm/mga/ |
D | mga_state.c | 796 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local 809 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h); in mga_dma_dispatch_blit()
|