Lines Matching defs:response
184 u8 response[4 + 1024];
863 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response,
868 return ftdi->response;
878 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response,
883 return ftdi->response;
903 return ftdi->response;
911 * the response buffer can only ever hold a maximum sized
912 * response from the Uxxx.
917 u8 *b = ftdi->response + ftdi->received;
986 int ed_number = (ftdi->response[0] >> 5) & 0x03;
987 u16 ed_length = (ftdi->response[2] << 8) |
988 ftdi->response[1];
994 u8 *c = 4 + ftdi->response;
1003 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response,
1008 b = ftdi->response;
1015 u32 data = ftdi->response[7];
1017 data |= ftdi->response[6];
1019 data |= ftdi->response[5];
1021 data |= ftdi->response[4];
1028 b = ftdi->response;
1029 buscmd = (ftdi->response[0] >> 0) & 0x0F;
1039 if ((ftdi->response[0] & 0x80) == 0x00) {
1043 int ed_number = (ftdi->response[0] >> 5) & 0x03;
1044 int ed_type = (ftdi->response[0] >> 0) & 0x03;
1045 u16 ed_length = (ftdi->response[2] << 8) |
1046 ftdi->response[1];
1049 target->halted = (ftdi->response[0] >> 3) &
1051 target->skipped = (ftdi->response[0] >> 2) &
1053 target->toggle_bits = (ftdi->response[3] >> 6)
1055 target->error_count = (ftdi->response[3] >> 4)
1057 target->condition_code = (ftdi->response[
1059 if ((ftdi->response[0] & 0x10) == 0x00) {