ssp_command
int ssp_command(struct ssp_data *data, char command, int arg);
return ssp_command(data, SSP_MSG2SSP_AP_MCU_DUMP_CHECK, 0);
ssp_command(data, data->last_ap_state, 0);
ssp_command(data, data->last_resume_state, 0);
if (ssp_command(data, SSP_MSG2SSP_AP_STATUS_SHUTDOWN, 0) < 0)
ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_SUSPEND, 0);
ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_RESUME, 0);
ret = ssp_command(data, SSP_MSG2SSP_AP_MCU_SET_DUMPMODE,