dst_nextline       14 drivers/video/fbdev/c2p.h 		       u32 height, u32 dst_nextline, u32 dst_nextplane,
dst_nextline       18 drivers/video/fbdev/c2p.h 		       u32 height, u32 dst_nextline, u32 src_nextline,
dst_nextline       86 drivers/video/fbdev/c2p_iplan2.c 		u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp)
dst_nextline       96 drivers/video/fbdev/c2p_iplan2.c 	dst += dy*dst_nextline+(dx & ~15)*bpp;
dst_nextline      148 drivers/video/fbdev/c2p_iplan2.c 		dst += dst_nextline;
dst_nextline       87 drivers/video/fbdev/c2p_planar.c 		u32 height, u32 dst_nextline, u32 dst_nextplane,
dst_nextline       98 drivers/video/fbdev/c2p_planar.c 	dst += dy*dst_nextline+(dx & ~31);
dst_nextline      151 drivers/video/fbdev/c2p_planar.c 		dst += dst_nextline;