Searched refs:as10x_rsp_parse (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 47 error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNON_RSP); in as10x_cmd_turn_on() 87 error = as10x_rsp_parse(prsp, CONTROL_PROC_TURNOFF_RSP); in as10x_cmd_turn_off() 142 error = as10x_rsp_parse(prsp, CONTROL_PROC_SETTUNE_RSP); in as10x_cmd_set_tune() 186 error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTUNESTAT_RSP); in as10x_cmd_get_tune_status() 239 error = as10x_rsp_parse(prsp, CONTROL_PROC_GETTPS_RSP); in as10x_cmd_get_tps() 298 error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_DEMOD_STATS_RSP); in as10x_cmd_get_demod_stats() 358 error = as10x_rsp_parse(prsp, CONTROL_PROC_GET_IMPULSE_RESP_RSP); in as10x_cmd_get_impulse_resp() 391 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_rsp_parse() function
|
H A D | as10x_cmd_stream.c | 57 error = as10x_rsp_parse(prsp, CONTROL_PROC_SETFILTER_RSP); in as10x_cmd_add_PID_filter() 108 error = as10x_rsp_parse(prsp, CONTROL_PROC_REMOVEFILTER_RSP); in as10x_cmd_del_PID_filter() 151 error = as10x_rsp_parse(prsp, CONTROL_PROC_START_STREAMING_RSP); in as10x_cmd_start_streaming() 194 error = as10x_rsp_parse(prsp, CONTROL_PROC_STOP_STREAMING_RSP); in as10x_cmd_stop_streaming()
|
H A D | as10x_cmd_cfg.c | 166 error = as10x_rsp_parse(prsp, CONTROL_PROC_ELNA_CHANGE_MODE_RSP); in as10x_cmd_eLNA_change_mode()
|
H A D | as10x_cmd.h | 474 int as10x_rsp_parse(struct as10x_cmd_t *r, uint16_t proc_id);
|