Lines Matching defs:status
58 ERROR("MHU: Unexpected protocol (MHU status: 0x%x)\n",
81 scpi_status_t status = SCP_OK;
94 status = SCP_E_SUPPORT;
98 status = SCP_E_SIZE;
105 * We are using the same SCPI header, just update the status field.
107 scpi_cmd.status = status;
113 return status == SCP_OK ? 0 : -1;
172 return response.status;
199 ERROR("MHU: Unexpected protocol (MHU status: 0x%x)\n",
215 if (response.cmd.status == SCP_OK)
218 return response.cmd.status;