Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/include/sound/
Dmemalloc.h89 int tblsize; /* allocated table size */ member
/linux-4.1.27/sound/pci/
Dintel8x0m.c771 int i, tblsize, device, err; in snd_intel8x0m_pcm() local
776 tblsize = 1; in snd_intel8x0m_pcm()
781 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0m_pcm()
785 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0m_pcm()
789 tblsize = 2; in snd_intel8x0m_pcm()
794 for (i = 0; i < tblsize; i++) { in snd_intel8x0m_pcm()
Dintel8x0.c1667 int i, tblsize, device, err; in snd_intel8x0_pcm() local
1673 tblsize = ARRAY_SIZE(intel_pcms); in snd_intel8x0_pcm()
1675 tblsize--; in snd_intel8x0_pcm()
1679 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0_pcm()
1681 tblsize--; in snd_intel8x0_pcm()
1685 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0_pcm()
1689 tblsize = 2; in snd_intel8x0_pcm()
1694 for (i = 0; i < tblsize; i++) { in snd_intel8x0_pcm()
/linux-4.1.27/arch/arm/mach-omap2/
Dtwl-common.c116 .tblsize = ARRAY_SIZE(omap3_batt_table),
/linux-4.1.27/include/linux/i2c/
Dtwl.h581 unsigned int tblsize; member