Lines Matching defs:status
2482 * Return: Returns status, either success or error+reason.
2539 * Return: Returns status, either success or error+reason.
2593 * Return: Returns status, either success or error+reason.
2643 * Return: Returns status, either success or error+reason.
2670 * Return: Returns status, either success or error+reason.
2833 * Return: Error if the argument is not valid or status as returned by PMU.
2857 * Return: Error if the argument is not valid or status as returned by PMU.
2883 enum pm_ret_status status;
2890 status = pm_pll_get_mode(pll->nid, &mode);
2891 if (status != PM_RET_SUCCESS) {
2892 return status;
2914 * Return: Returns status, either success or error+reason.
2948 * Return: Returns status, either success or error+reason.