Searched refs:tblsize (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/sound/core/ |
D | sgbuf.c | 83 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/ |
D | memalloc.h | 84 int tblsize; /* allocated table size */ member
|
/linux-3.4.99/sound/pci/ |
D | intel8x0m.c | 764 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()
|
D | intel8x0.c | 1641 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/ |
D | twl-common.c | 107 .tblsize = ARRAY_SIZE(omap3_batt_table),
|
/linux-3.4.99/include/linux/i2c/ |
D | twl.h | 559 unsigned int tblsize; member
|