Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dims-pcu.c100 u8 expected_response; member
430 if (pcu->read_buf[0] == pcu->expected_response && in ims_pcu_handle_response()
596 u8 expected_response, int response_time) in __ims_pcu_execute_command() argument
600 pcu->expected_response = expected_response; in __ims_pcu_execute_command()
607 if (expected_response && in __ims_pcu_execute_command()
650 u8 expected_response, int response_time) in __ims_pcu_execute_bl_command() argument
660 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0, in __ims_pcu_execute_bl_command()
669 if (expected_response && pcu->cmd_buf[2] != expected_response) { in __ims_pcu_execute_bl_command()
[all...]
/linux/drivers/gpu/drm/tiny/
H A Dappletbdrm.c178 size_t size, __le32 expected_response) in appletbdrm_read_response() argument
214 if (response->msg != expected_response) { in appletbdrm_read_response()
216 &expected_response, &response->msg); in appletbdrm_read_response()