Home
last modified time | relevance | path

Searched refs:tblsize (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/sound/core/
Dsgbuf.c83 sgbuf->tblsize = sgbuf_align_table(pages); in snd_malloc_sgbuf_pages()
84 table = kcalloc(sgbuf->tblsize, sizeof(*table), GFP_KERNEL); in snd_malloc_sgbuf_pages()
88 pgtable = kcalloc(sgbuf->tblsize, sizeof(*pgtable), GFP_KERNEL); in snd_malloc_sgbuf_pages()
/linux-3.4.99/include/sound/
Dmemalloc.h84 int tblsize; /* allocated table size */ member
/linux-3.4.99/sound/pci/
Dintel8x0m.c764 int i, tblsize, device, err; in snd_intel8x0m_pcm() local
769 tblsize = 1; in snd_intel8x0m_pcm()
774 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0m_pcm()
778 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0m_pcm()
782 tblsize = 2; in snd_intel8x0m_pcm()
787 for (i = 0; i < tblsize; i++) { in snd_intel8x0m_pcm()
Dintel8x0.c1641 int i, tblsize, device, err; in snd_intel8x0_pcm() local
1647 tblsize = ARRAY_SIZE(intel_pcms); in snd_intel8x0_pcm()
1649 tblsize--; in snd_intel8x0_pcm()
1653 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0_pcm()
1655 tblsize--; in snd_intel8x0_pcm()
1659 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0_pcm()
1663 tblsize = 2; in snd_intel8x0_pcm()
1668 for (i = 0; i < tblsize; i++) { in snd_intel8x0_pcm()
/linux-3.4.99/arch/arm/mach-omap2/
Dtwl-common.c107 .tblsize = ARRAY_SIZE(omap3_batt_table),
/linux-3.4.99/include/linux/i2c/
Dtwl.h559 unsigned int tblsize; member