Searched refs:offset_ptr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | memory.c | 547 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()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | memory.c | 552 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()
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_memory.c | 109 static inline void *offset_ptr(struct snd_trident *trident, int offset) in offset_ptr() function
|
Completed in 3 milliseconds