Searched refs:dsty (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/usb/pwc/ |
D | pwc-uncompress.c | 26 u16 *dsty, *dstu, *dstv; in pwc_decompress() local 59 dsty = (u16 *)(image); in pwc_decompress() 65 *dsty++ = *src++; in pwc_decompress() 66 *dsty++ = *src++; in pwc_decompress()
|
/linux-5.19.10/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
D | intelfbhw.c | 1701 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument 1707 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt() 1715 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt() 1717 ((dsty + h) << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
|
/linux-5.19.10/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()
|