Lines Matching refs:index
450 size_t index;
452 for_each_set_bit(index, mask, count) {
453 if (desc[index].name) {
455 strlcpy(names, desc[index].name,
484 size_t index;
486 for_each_set_bit(index, mask, count) {
487 if (desc[index].dma_width) {
488 const void *addr = dma_buf + desc[index].offset;
491 switch (desc[index].dma_width) {
508 stats[index] += val;
510 stats[index] = val;