Lines Matching defs:rx_buf
452 u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {};
494 rx_header = (struct MXL_EAGLE_HOST_MSG_HEADER_T *)rx_buf;
497 status = mxl692_opread(dev, rx_buf,
536 resp_checksum_tmp = mxl692_checksum(rx_buf,
547 mxl692_rx_swap(rx_header->opcode, rx_buf);
555 memcpy(rx_payload, rx_buf + MXL_EAGLE_HOST_MSG_HEADER_SIZE,
571 u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {};
605 dev_status = (struct MXL_EAGLE_DEV_STATUS_T *)&rx_buf;
1115 u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {};
1125 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf;
1126 qam_status = (struct MXL_EAGLE_QAM_DEMOD_STATUS_T *)&rx_buf;
1134 rx_buf,
1147 rx_buf,
1166 u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {};
1174 atsc_errors = (struct MXL_EAGLE_ATSC_DEMOD_ERROR_COUNTERS_T *)&rx_buf;
1182 rx_buf,
1220 u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {};
1229 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf;
1230 qam_status = (struct MXL_EAGLE_QAM_DEMOD_STATUS_T *)&rx_buf;
1238 rx_buf,
1256 rx_buf,