Lines Matching defs:status
31 * Return: Returns status, either success or error+reason.
58 * Return: Returns status, either success or error+reason.
95 * Return: Returns status, either success or error+reason.
133 * Return: Returns status, either success or error+reason.
162 * Return: Returns status, either success or error+reason.
183 * Return: Returns status, either success or error+reason.
234 * Return: Returns status, either success or error+reason.
331 * Return: Returns status, either success or error+reason.
347 * Return: Returns status, either success or error+reason.
364 * Return: Returns status, either success or error+reason.
371 enum pm_ret_status status;
374 status = pm_clock_get_pll_node_id(pll, &pll_nid);
375 if (status != PM_RET_SUCCESS) {
376 return status;
389 * Return: Returns status, either success or error+reason.
396 enum pm_ret_status status;
399 status = pm_clock_get_pll_node_id(pll, &pll_nid);
400 if (status != PM_RET_SUCCESS) {
401 return status;
415 * Return: Returns status, either success or error+reason.
437 * Return: Returns status, either success or error+reason.
458 * Return: Returns status, either success or error+reason.
477 * Return: Returns status, either success or error+reason.
523 * Return: Returns status, either success or error+reason.
539 * Return: Returns status, either success or error+reason.
573 * pm_ioctl_set_boot_health_status() - Ioctl for setting healthy boot status.
576 * This function sets healthy bit value to indicate boot health status
579 * Return: Returns status, either success or error+reason.
598 * Return: Returns status, either success or error+reason.