Searched refs:as10x_cmd_t (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 21 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_on() 62 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_off() 104 struct as10x_cmd_t *preq, *prsp; in as10x_cmd_set_tune() 159 struct as10x_cmd_t *preq, *prsp; in as10x_cmd_get_tune_status() 211 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_tps() 270 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_demod_stats() 330 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_impulse_resp() 375 void as10x_cmd_build(struct as10x_cmd_t *pcmd, in as10x_cmd_build() 391 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_rsp_parse()
|
H A D | as102_usb_drv.h | 44 struct as10x_cmd_t c; 46 struct as10x_cmd_t r;
|
H A D | as10x_cmd.h | 435 struct as10x_cmd_t { struct 462 struct as10x_cmd_t c; argument 464 struct as10x_cmd_t r; 472 void as10x_cmd_build(struct as10x_cmd_t *pcmd, uint16_t proc_id, 474 int as10x_rsp_parse(struct as10x_cmd_t *r, uint16_t proc_id); 513 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id);
|
H A D | as10x_cmd_cfg.c | 27 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_context() 83 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_set_context() 137 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_eLNA_change_mode() 181 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_context_rsp_parse()
|
H A D | as10x_cmd_stream.c | 22 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_add_PID_filter() 79 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_del_PID_filter() 123 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_start_streaming() 166 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_stop_streaming()
|
H A D | as102_drv.h | 43 struct as10x_cmd_t *cmd, *rsp;
|