Searched refs:dsty (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/usb/pwc/ |
H A 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()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.h | 590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
H A 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()
|