Searched refs:expected_response (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/urg/ |
| H A D | 0002-urg-gcc6-fix-narrowing-conversion.patch | 59 - char expected_response[] = { 0, -1 }; 60 + char expected_response[] = { 0, (char)-1 }; 61 if (! response(return_code, "BM\n", expected_response)) { 77 - char expected_response[] = { 0, -1 }; 78 + char expected_response[] = { 0, (char)-1 }; 79 if (! pimpl->response(return_code, "VV\n", expected_response, &lines)) { 86 - char expected_response[] = { 0, -1 }; 87 + char expected_response[] = { 0, (char)-1 }; 88 if (! pimpl->response(return_code, send_command, expected_response)) { 95 - char expected_response[] = { 0, -1 }; [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_md.py | 17 expected_response = addr + ': ' + val 20 assert(not (expected_response in response)) 23 assert(expected_response in response) 36 expected_response = addr_repeat + ': ' 37 assert(expected_response in response)
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | ims-pcu.c | 100 u8 expected_response; member 431 if (pcu->read_buf[0] == pcu->expected_response && in ims_pcu_handle_response() 597 u8 expected_response, int response_time) in __ims_pcu_execute_command() argument 601 pcu->expected_response = expected_response; in __ims_pcu_execute_command() 608 if (expected_response && in __ims_pcu_execute_command() 651 u8 expected_response, int response_time) in __ims_pcu_execute_bl_command() argument 661 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0, in __ims_pcu_execute_bl_command() 670 if (expected_response && pcu->cmd_buf[2] != expected_response) { in __ims_pcu_execute_bl_command() 673 pcu->cmd_buf[2], expected_response); in __ims_pcu_execute_bl_command()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 215 u8 expected_response; in elants_i2c_execute_command() local 219 expected_response = CMD_HEADER_RESP; in elants_i2c_execute_command() 223 expected_response = CMD_HEADER_6B_RESP; in elants_i2c_execute_command() 227 expected_response = CMD_HEADER_ROM_RESP; in elants_i2c_execute_command() 264 resp[FW_HDR_TYPE] != expected_response) { in elants_i2c_execute_command()
|