Home
last modified time | relevance | path

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

/drivers/input/misc/
Dims-pcu.c105 u8 expected_response; member
436 if (pcu->read_buf[0] == pcu->expected_response && in ims_pcu_handle_response()
602 u8 expected_response, int response_time) in __ims_pcu_execute_command() argument
606 pcu->expected_response = expected_response; in __ims_pcu_execute_command()
613 if (expected_response && in __ims_pcu_execute_command()
656 u8 expected_response, int response_time) in __ims_pcu_execute_bl_command() argument
666 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0, in __ims_pcu_execute_bl_command()
675 if (expected_response && pcu->cmd_buf[2] != expected_response) { in __ims_pcu_execute_bl_command()
678 pcu->cmd_buf[2], expected_response); in __ims_pcu_execute_bl_command()