Lines Matching defs:index
1010 * @index: Topology index for next toplogy node.
1016 * index of next node. Index starts from 0.
1022 uint32_t index,
1025 return pm_api_clock_get_topology(clock_id, index, topology);
1051 * @index: Index of next parent.
1056 * parents, master should call same API in loop with new parent index
1059 * E.g First call should have index 0 which will return parents 0, 1 and
1060 * 2. Next call, index should be 3 which will return parent 3,4 and 5 and
1067 uint32_t index,
1070 return pm_api_clock_get_parents(clock_id, index, parents);
1356 * @parent_index: parent index.
1358 * This function is used by master to get parent index
1451 * @index: Index of next function groups.
1457 * same API in loop with new function groups index till error is returned.
1459 * E.g First call should have index 0 which will return function groups
1460 * 0, 1, 2, 3, 4 and 5. Next call, index should be 6 which will return
1467 uint32_t index,
1470 return pm_api_pinctrl_get_function_groups(fid, index, groups);
1476 * @index: Index of next pin groups.
1482 * same API in loop with new pin groups index till error is returned.
1484 * E.g First call should have index 0 which will return pin groups
1485 * 0, 1, 2, 3, 4 and 5. Next call, index should be 6 which will return
1492 uint32_t index,
1495 return pm_api_pinctrl_get_pin_groups(pin_id, index, groups);