Home
last modified time | relevance | path

Searched refs:dsty (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/usb/pwc/
Dpwc-uncompress.c26 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-6.1.9/drivers/video/fbdev/intelfb/
Dintelfbhw.h590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
Dintelfbhw.c1701 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-6.1.9/drivers/gpu/drm/mga/
Dmga_state.c796 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()