Lines Matching defs:response
101 VERBOSE("Sending response for SCP_READY command\n");
104 * Send our response back to SCP.
153 scpi_cmd_t response;
168 scpi_secure_message_receive(&response);
172 return response.status;
181 } response;
211 memcpy(&response, (void *)SCPI_SHARED_MEM_SCP_TO_AP, sizeof(response));
215 if (response.cmd.status == SCP_OK)
216 *info = response.info;
218 return response.cmd.status;