Lines Matching refs:dst
371 void *dst;
403 dst = (void __force *) (info->screen_base + p);
408 /* If transfer size > threshold and both src/dst
411 ((unsigned long)buf & 3) == ((unsigned long)dst & 3)) {
413 if ((unsigned long)dst & 3) {
414 lead = 4 - ((unsigned long)dst & 3);
415 if (copy_from_user(dst, buf, lead))
418 dst += lead;
429 dst += dma_size;
432 if (tail && copy_from_user(dst, buf, tail))
434 } else if (copy_from_user(dst, buf, count)) {