Lines Matching full:command
13 * as10x_cmd_turn_on - send turn on command to AS10x
26 /* prepare command */ in as10x_cmd_turn_on()
30 /* fill command */ in as10x_cmd_turn_on()
33 /* send command */ in as10x_cmd_turn_on()
54 * as10x_cmd_turn_off - send turn off command to AS10x
67 /* prepare command */ in as10x_cmd_turn_off()
71 /* fill command */ in as10x_cmd_turn_off()
74 /* send command */ in as10x_cmd_turn_off()
94 * as10x_cmd_set_tune - send set tune command to AS10x
109 /* prepare command */ in as10x_cmd_set_tune()
113 /* fill command */ in as10x_cmd_set_tune()
127 /* send command */ in as10x_cmd_set_tune()
149 * as10x_cmd_get_tune_status - send get tune status command to AS10x
164 /* prepare command */ in as10x_cmd_get_tune_status()
168 /* fill command */ in as10x_cmd_get_tune_status()
172 /* send command */ in as10x_cmd_get_tune_status()
202 * as10x_cmd_get_tps - send get TPS command to AS10x
216 /* prepare command */ in as10x_cmd_get_tps()
220 /* fill command */ in as10x_cmd_get_tps()
224 /* send command */ in as10x_cmd_get_tps()
260 * as10x_cmd_get_demod_stats - send get demod stats command to AS10x
275 /* prepare command */ in as10x_cmd_get_demod_stats()
279 /* fill command */ in as10x_cmd_get_demod_stats()
283 /* send command */ in as10x_cmd_get_demod_stats()
319 * as10x_cmd_get_impulse_resp - send get impulse response command to AS10x
335 /* prepare command */ in as10x_cmd_get_impulse_resp()
339 /* fill command */ in as10x_cmd_get_impulse_resp()
343 /* send command */ in as10x_cmd_get_impulse_resp()
370 * as10x_cmd_build - build AS10x command header
371 * @pcmd: pointer to AS10x command buffer
372 * @xid: sequence id of the command
373 * @cmd_len: length of the command
385 * as10x_rsp_parse - Parse command response
386 * @prsp: pointer to AS10x command buffer
387 * @proc_id: id of the command
395 /* extract command error code */ in as10x_rsp_parse()