Lines Matching defs:command
49 u8 command, seq;
74 command = AF9005_CMD_OFDM_REG;
76 command = AF9005_CMD_TUNER;
80 command |=
82 command |= readwrite;
87 /* read command for tuner, the first byte contains the i2c address */
89 st->data[7] = command;
319 /* send read command to ofsm */
453 int af9005_send_command(struct dvb_usb_device *d, u8 command, u8 * wbuf,
462 err("send command, wlen less than 0 bytes. Makes no sense.");
466 err("send command, wlen more than 54 bytes. Not supported.");
470 err("send command, rlen more than 54 bytes. Not supported.");
483 st->data[5] = command;
489 err("send command, wrong reply code.");
492 err("send command, wrong sequence in reply.");
495 err("send command, wrong status code in reply.");
498 err("send command, invalid data length in reply.");