Searched refs:tblsize (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/sound/core/ |
D | sgbuf.c | 23 int tblsize; /* allocated table size */ member 88 sgbuf->tblsize = sgbuf_align_table(pages); in snd_dma_sg_alloc() 89 table = kcalloc(sgbuf->tblsize, sizeof(*table), GFP_KERNEL); in snd_dma_sg_alloc() 93 pgtable = kcalloc(sgbuf->tblsize, sizeof(*pgtable), GFP_KERNEL); in snd_dma_sg_alloc()
|
/Linux-v5.15/sound/pci/ |
D | intel8x0m.c | 725 int i, tblsize, device, err; in snd_intel8x0m_pcm() local 730 tblsize = 1; in snd_intel8x0m_pcm() 735 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0m_pcm() 739 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0m_pcm() 743 tblsize = 2; in snd_intel8x0m_pcm() 748 for (i = 0; i < tblsize; i++) { in snd_intel8x0m_pcm()
|
D | intel8x0.c | 1582 int i, tblsize, device, err; in snd_intel8x0_pcm() local 1588 tblsize = ARRAY_SIZE(intel_pcms); in snd_intel8x0_pcm() 1590 tblsize--; in snd_intel8x0_pcm() 1594 tblsize = ARRAY_SIZE(nforce_pcms); in snd_intel8x0_pcm() 1596 tblsize--; in snd_intel8x0_pcm() 1600 tblsize = ARRAY_SIZE(ali_pcms); in snd_intel8x0_pcm() 1604 tblsize = 2; in snd_intel8x0_pcm() 1609 for (i = 0; i < tblsize; i++) { in snd_intel8x0_pcm()
|
/Linux-v5.15/include/linux/mfd/ |
D | twl.h | 571 unsigned int tblsize; member
|