Lines Matching refs:expected_response
100 u8 expected_response;
430 if (pcu->read_buf[0] == pcu->expected_response &&
596 u8 expected_response, int response_time)
600 pcu->expected_response = expected_response;
607 if (expected_response &&
650 u8 expected_response, int response_time)
660 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0,
669 if (expected_response && pcu->cmd_buf[2] != expected_response) {
672 pcu->cmd_buf[2], expected_response);