Home
last modified time | relevance | path

Searched refs:as10x_cmd_t (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/usb/as102/
Das10x_cmd.c30 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_on()
71 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_off()
113 struct as10x_cmd_t *preq, *prsp; in as10x_cmd_set_tune()
168 struct as10x_cmd_t *preq, *prsp; in as10x_cmd_get_tune_status()
220 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_tps()
279 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_demod_stats()
339 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_impulse_resp()
384 void as10x_cmd_build(struct as10x_cmd_t *pcmd, in as10x_cmd_build()
400 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_rsp_parse()
Das10x_cmd.h444 struct as10x_cmd_t { struct
471 struct as10x_cmd_t c; argument
473 struct as10x_cmd_t r;
481 void as10x_cmd_build(struct as10x_cmd_t *pcmd, uint16_t proc_id,
483 int as10x_rsp_parse(struct as10x_cmd_t *r, uint16_t proc_id);
522 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id);
Das102_usb_drv.h53 struct as10x_cmd_t c;
55 struct as10x_cmd_t r;
Das10x_cmd_cfg.c36 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_context()
92 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_set_context()
146 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_eLNA_change_mode()
190 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_context_rsp_parse()
Das10x_cmd_stream.c31 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_add_PID_filter()
88 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_del_PID_filter()
132 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_start_streaming()
175 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_stop_streaming()
Das102_drv.h52 struct as10x_cmd_t *cmd, *rsp;