Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
Dmemory.c547 static inline void *offset_ptr(struct snd_emu10k1 *emu, int page, int offset) in offset_ptr() function
581 ptr = offset_ptr(emu, page + p->first_page, offset); in snd_emu10k1_synth_bzero()
611 ptr = offset_ptr(emu, page + p->first_page, offset); in snd_emu10k1_synth_copy_from_user()
/sound/pci/trident/
Dtrident_memory.c109 static inline void *offset_ptr(struct snd_trident *trident, int offset) in offset_ptr() function