Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
A Dmemory.c85 blk->pages = blk->last_page - blk->first_page + 1; in emu10k1_memblk_init()
216 if (page + psize <= blk->first_page) in search_empty()
458 int first_page, last_page; in get_single_page_range() local
459 first_page = blk->first_page; in get_single_page_range()
463 if (q->last_page == first_page) in get_single_page_range()
470 if (q->first_page == last_page) in get_single_page_range()
473 *first_page_ret = first_page; in get_single_page_range()
512 int page, first_page, last_page; in synth_alloc_pages() local
534 __synth_free_pages(emu, first_page, last_page); in synth_alloc_pages()
544 int first_page, last_page; in synth_free_pages() local
[all …]
/sound/pci/trident/
A Dtrident.h248 short first_page, last_page; member
A Dtrident_memory.c101 #define firstpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->first_page)

Completed in 11 milliseconds