Searched refs:expected_response (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dims-pcu.c105 u8 expected_response; member in struct:ims_pcu
436 if (pcu->read_buf[0] == pcu->expected_response && ims_pcu_handle_response()
602 u8 expected_response, int response_time) __ims_pcu_execute_command()
606 pcu->expected_response = expected_response; __ims_pcu_execute_command()
613 if (expected_response && __ims_pcu_execute_command()
656 u8 expected_response, int response_time) __ims_pcu_execute_bl_command()
666 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0, __ims_pcu_execute_bl_command()
675 if (expected_response && pcu->cmd_buf[2] != expected_response) { __ims_pcu_execute_bl_command()
678 pcu->cmd_buf[2], expected_response); __ims_pcu_execute_bl_command()
600 __ims_pcu_execute_command(struct ims_pcu *pcu, u8 command, const void *data, size_t len, u8 expected_response, int response_time) __ims_pcu_execute_command() argument
654 __ims_pcu_execute_bl_command(struct ims_pcu *pcu, u8 command, const void *data, size_t len, u8 expected_response, int response_time) __ims_pcu_execute_bl_command() argument
/linux-4.1.27/drivers/input/touchscreen/
H A Delants_i2c.c186 u8 expected_response; elants_i2c_execute_command() local
190 expected_response = CMD_HEADER_RESP; elants_i2c_execute_command()
194 expected_response = CMD_HEADER_6B_RESP; elants_i2c_execute_command()
218 if (ret != ARRAY_SIZE(msgs) || resp[FW_HDR_TYPE] != expected_response) elants_i2c_execute_command()

Completed in 409 milliseconds