Lines Matching defs:groups
1418 * function groups.
1420 * @ngroups: Number of function groups.
1422 * This function is used by master to get number of function groups specified
1449 * pm_pinctrl_get_function_groups - PM call to request function groups.
1451 * @index: Index of next function groups.
1452 * @groups: Function groups.
1454 * This function is used by master to get function groups specified
1455 * by given function Id. This API will return 6 function groups with
1456 * a single response. To get other function groups, master should call
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
1461 * function groups 6, 7, 8, 9, 10 and 11 and so on.
1468 uint16_t *groups)
1470 return pm_api_pinctrl_get_function_groups(fid, index, groups);
1474 * pm_pinctrl_get_pin_groups - PM call to request pin groups.
1476 * @index: Index of next pin groups.
1477 * @groups: pin groups.
1479 * This function is used by master to get pin groups specified
1480 * by given pin Id. This API will return 6 pin groups with
1481 * a single response. To get other pin groups, master should call
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
1486 * pin groups 6, 7, 8, 9, 10 and 11 and so on.
1493 uint16_t *groups)
1495 return pm_api_pinctrl_get_pin_groups(pin_id, index, groups);