Searched refs:tblsize (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/
H A Dintel8x0m.c725 int i, tblsize, device, err; local
730 tblsize = 1;
735 tblsize = ARRAY_SIZE(nforce_pcms);
739 tblsize = ARRAY_SIZE(ali_pcms);
743 tblsize = 2;
748 for (i = 0; i < tblsize; i++) {
H A Dintel8x0.c1582 int i, tblsize, device, err; local
1588 tblsize = ARRAY_SIZE(intel_pcms);
1590 tblsize--;
1594 tblsize = ARRAY_SIZE(nforce_pcms);
1596 tblsize--;
1600 tblsize = ARRAY_SIZE(ali_pcms);
1604 tblsize = 2;
1609 for (i = 0; i < tblsize; i++) {
/linux-master/include/linux/mfd/
H A Dtwl.h574 unsigned int tblsize; member in struct:twl4030_bci_platform_data

Completed in 273 milliseconds