as10x_rsp_parse
error = as10x_rsp_parse(prsp, CONTROL_PROC_SETTUNE_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTUNESTAT_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTPS_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_DEMOD_STATS_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_IMPULSE_RESP_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNON_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNOFF_RSP);
int as10x_rsp_parse(struct as10x_cmd_t *r, uint16_t proc_id);
error = as10x_rsp_parse(prsp, CONTROL_PROC_ELNA_CHANGE_MODE_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_REMOVEFILTER_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_START_STREAMING_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_STOP_STREAMING_RSP);
error = as10x_rsp_parse(prsp, CONTROL_PROC_SETFILTER_RSP);