Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/base/regmap/
Dregcache-lzo.c234 void *tmp_dst; in regcache_lzo_read() local
244 tmp_dst = lzo_block->dst; in regcache_lzo_read()
259 lzo_block->dst = tmp_dst; in regcache_lzo_read()
271 void *tmp_dst; in regcache_lzo_write() local
281 tmp_dst = lzo_block->dst; in regcache_lzo_write()
315 kfree(tmp_dst); in regcache_lzo_write()
319 lzo_block->dst = tmp_dst; in regcache_lzo_write()
/linux-5.19.10/arch/mips/include/asm/
Dftrace.h38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\
61 : [tmp_dst] "r" (dst), [tmp_src] "r" (src)\
/linux-5.19.10/drivers/gpu/drm/gma500/
Dgma_display.c341 void *tmp_dst; in gma_crtc_cursor_set() local
402 tmp_dst = dev_priv->vram_addr + cursor_pobj->offset; in gma_crtc_cursor_set()
404 memcpy_from_page(tmp_dst, pobj->pages[i], 0, PAGE_SIZE); in gma_crtc_cursor_set()
405 tmp_dst += PAGE_SIZE; in gma_crtc_cursor_set()