Lines Matching defs:index
2025 * @index: Index of next function groups.
2031 * same API in loop with new function groups index till error is returned.
2033 * E.g First call should have index 0 which will return function groups
2034 * 0, 1, 2, 3, 4 and 5. Next call, index should be 6 which will return
2041 uint32_t index,
2058 if ((grps + index + i) >= end_of_grp_offset) {
2061 groups[i] = (grps + index + i);
2071 * @index: Index of next pin groups.
2077 * same API in loop with new pin groups index till error is returned.
2079 * E.g First call should have index 0 which will return pin groups
2080 * 0, 1, 2, 3, 4 and 5. Next call, index should be 6 which will return
2087 uint32_t index,
2104 /* Skip groups till index */
2105 for (i = 0; i < index; i++) {
2112 groups[i] = grps[index + i];