Home
last modified time | relevance | path

Searched refs:tmp_dst (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/base/regmap/
Dregcache-lzo.c240 void *tmp_dst; in regcache_lzo_read() local
250 tmp_dst = lzo_block->dst; in regcache_lzo_read()
265 lzo_block->dst = tmp_dst; in regcache_lzo_read()
277 void *tmp_dst; in regcache_lzo_write() local
287 tmp_dst = lzo_block->dst; in regcache_lzo_write()
321 kfree(tmp_dst); in regcache_lzo_write()
325 lzo_block->dst = tmp_dst; in regcache_lzo_write()
/Linux-v4.19/arch/mips/include/asm/
Dftrace.h38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\
61 : [tmp_dst] "r" (dst), [tmp_src] "r" (src)\
/Linux-v4.19/drivers/gpu/drm/gma500/
Dgma_display.c341 void *tmp_dst, *tmp_src; in gma_crtc_cursor_set() local
405 tmp_dst = dev_priv->vram_addr + cursor_gt->offset; in gma_crtc_cursor_set()
408 memcpy(tmp_dst, tmp_src, PAGE_SIZE); in gma_crtc_cursor_set()
410 tmp_dst += PAGE_SIZE; in gma_crtc_cursor_set()