Lines Matching refs:index
463 size_t index;
465 for_each_set_bit(index, mask, count) {
466 if (desc[index].name) {
468 strlcpy(names, desc[index].name,
540 size_t index;
542 for_each_set_bit(index, mask, count) {
543 if (desc[index].dma_width) {
544 const void *addr = dma_buf + desc[index].offset;
547 switch (desc[index].dma_width) {
564 stats[index] += val;
566 stats[index] = val;