Home
last modified time | relevance | path

Searched refs:offset_ptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/emu10k1/
H A Dmemory.c552 static inline void *offset_ptr(struct snd_emu10k1 *emu, int page, int offset) in offset_ptr() function
586 ptr = offset_ptr(emu, page + p->first_page, offset); in snd_emu10k1_synth_bzero()
616 ptr = offset_ptr(emu, page + p->first_page, offset); in snd_emu10k1_synth_copy_from_user()
/openbmc/qemu/block/
H A Dfile-posix.c2479 static int coroutine_fn raw_co_prw(BlockDriverState *bs, int64_t *offset_ptr, in raw_co_prw() argument
2485 uint64_t offset = *offset_ptr; in raw_co_prw()
2548 *offset_ptr = *wp; in raw_co_prw()
2549 trace_zbd_zone_append_complete(bs, *offset_ptr in raw_co_prw()