Lines Matching defs:status

263  * Return: Returns status, either success or error+reason.
294 * Return: Returns status, either success or error+reason.
326 * Return: Returns status, either success or error+reason.
359 * Return: Returns status, either success or error+reason.
385 * Return: Returns status, either success or error+reason
411 * Return: Returns status, either success or error+reason.
430 * Return: Returns status, either success or error+reason.
456 * Return: Returns status, either success or error+reason.
484 * Return: Returns status, either success or error+reason.
510 * Return: Returns status, either success or error+reason.
523 * pm_get_node_status() - PM call to request a node's current status.
528 * [2] - Current usage status for the node (slave nodes only)
530 * Return: Returns status, either success or error+reason.
551 * Return: Returns status, either success or error+reason.
573 * Return: Returns status, either success or error+reason.
594 * Return: Returns status, either success or error+reason.
611 * pm_fpga_get_status() - Read value from fpga status register.
615 * the fpga status.
617 * Return: Returns status, either success or error+reason.
655 * Return: Returns status, either success or error+reason.
680 * Return: Returns status, either success or error+reason.
700 * Return: Returns status, either success or error.
726 * Return: Returns status, either success or error+reason.
744 * Return: Returns status, either success or error+reason.
760 * Return: Returns status, either success or error+reason.
797 * Return: Returns status, either success or error+reason.
825 * Return: Returns status, either success or error+reason.
866 * Return: Returns status, either success or error+reason.
872 uint32_t status;
894 status = check_api_dependency(api_id);
895 if (status != PM_RET_SUCCESS) {
896 return status;
911 * Return: Returns status, either success or error+reason.
918 uint32_t status;
921 status = feature_check_tfa(api_id, version, bit_mask);
922 if (status != PM_RET_ERROR_NO_FEATURE) {
923 return status;
927 status = feature_check_partial(api_id, version);
928 if (status != PM_RET_ERROR_NO_FEATURE) {
929 return status;
933 status = fw_api_version(api_id, ret_payload, 3);
937 if ((api_id != PM_IOCTL) && (status != PM_RET_SUCCESS)) {
938 return status;
952 status = tfa_ioctl_bitmask(bit_mask);
958 return status;
969 * Return: Returns status, either success or error+reason.
985 * Return: Returns status, either success or error+reason.
1018 * Return: Returns status, either success or error+reason.
1038 * Return: Returns status, either success or error+reason.
1063 * Return: Returns status, either success or error+reason.
1081 * Return: Returns status, either success or error+reason.
1095 * Return: Error if an argument is not valid or status as returned by the
1103 enum pm_ret_status status;
1107 status = pm_clock_id_is_valid(clock_id);
1108 if (status != PM_RET_SUCCESS) {
1109 return status;
1120 status = pm_ipi_send_sync(primary_proc, payload, NULL, 0);
1123 if (status == PM_RET_ERROR_ACCESS) {
1124 status = PM_RET_SUCCESS;
1127 return status;
1137 * Return: Error if an argument is not valid or status as returned by the
1162 * Return: Error if an argument is not valid or status as returned by the
1188 * Return: Returns status, either success or error+reason.
1196 enum pm_ret_status status;
1204 status = pm_clock_id_is_valid(clock_id);
1205 if (status != PM_RET_SUCCESS) {
1206 return status;
1222 * Return: Returns status, either success or error+reason.
1228 enum pm_ret_status status;
1237 status = pm_clock_get_pll_node_id(clock_id, &nid);
1238 if (status == PM_RET_SUCCESS) {
1243 status = pm_clock_id_is_valid(clock_id);
1244 if (status != PM_RET_SUCCESS) {
1245 return status;
1271 * Return: Returns status, either success or error+reason.
1277 enum pm_ret_status status;
1283 status = pm_clock_get_pll_node_id(clock_id, &nid);
1284 if (status == PM_RET_SUCCESS) {
1289 status = pm_clock_id_is_valid(clock_id);
1290 if (status != PM_RET_SUCCESS) {
1291 return status;
1298 status = pm_ipi_send_sync(primary_proc, payload, &val, 1);
1299 if (status != PM_RET_SUCCESS) {
1300 return status;
1309 status = pm_ipi_send_sync(primary_proc, payload, &val, 1);
1310 if (status != PM_RET_SUCCESS) {
1311 return status;
1316 return status;
1326 * Return: Returns status, either success or error+reason.
1334 enum pm_ret_status status;
1343 status = pm_clock_id_is_valid(clock_id);
1344 if (status != PM_RET_SUCCESS) {
1345 return status;
1361 * Return: Returns status, either success or error+reason.
1369 enum pm_ret_status status;
1378 status = pm_clock_id_is_valid(clock_id);
1379 if (status != PM_RET_SUCCESS) {
1380 return status;
1394 * Return: Returns status, either success or error+reason.
1408 * Return: Returns status, either success or error+reason.
1425 * Return: Returns status, either success or error+reason.
1463 * Return: Returns status, either success or error+reason.
1488 * Return: Returns status, either success or error+reason.
1616 * Return: Returns status, either success or error+reason.
1642 * Return: Error if an argument is not valid or status as returned by the
1673 * Return: Error if an argument is not valid or status as returned by the
1708 * Return: Error if an argument is not valid or status as returned by the
1736 * Return: Error if an argument is not valid or status as returned by the
1764 * Return: Returns status, either success or error+reason.
1805 * Return: Returns status, either success or error+reason.