Searched refs:as10x_rsp_parse (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/usb/as102/
H A Das10x_cmd.c56 error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNON_RSP); as10x_cmd_turn_on()
96 error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNOFF_RSP); as10x_cmd_turn_off()
151 error = as10x_rsp_parse(prsp, CONTROL_PROC_SETTUNE_RSP); as10x_cmd_set_tune()
195 error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTUNESTAT_RSP); as10x_cmd_get_tune_status()
248 error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTPS_RSP); as10x_cmd_get_tps()
307 error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_DEMOD_STATS_RSP); as10x_cmd_get_demod_stats()
367 error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_IMPULSE_RESP_RSP); as10x_cmd_get_impulse_resp()
394 * as10x_rsp_parse - Parse command response
400 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) as10x_rsp_parse() function
H A Das10x_cmd_stream.c66 error = as10x_rsp_parse(prsp, CONTROL_PROC_SETFILTER_RSP); as10x_cmd_add_PID_filter()
117 error = as10x_rsp_parse(prsp, CONTROL_PROC_REMOVEFILTER_RSP); as10x_cmd_del_PID_filter()
160 error = as10x_rsp_parse(prsp, CONTROL_PROC_START_STREAMING_RSP); as10x_cmd_start_streaming()
203 error = as10x_rsp_parse(prsp, CONTROL_PROC_STOP_STREAMING_RSP); as10x_cmd_stop_streaming()
H A Das10x_cmd_cfg.c175 error = as10x_rsp_parse(prsp, CONTROL_PROC_ELNA_CHANGE_MODE_RSP); as10x_cmd_eLNA_change_mode()
H A Das10x_cmd.h483 int as10x_rsp_parse(struct as10x_cmd_t *r, uint16_t proc_id);

Completed in 98 milliseconds