Lines Matching refs:resp

182 				      u8 *resp, size_t resp_size)  in elants_i2c_execute_command()  argument
212 msgs[1].buf = resp; in elants_i2c_execute_command()
218 if (ret != ARRAY_SIZE(msgs) || resp[FW_HDR_TYPE] != expected_response) in elants_i2c_execute_command()
296 u8 resp[HEADER_SIZE]; in elants_i2c_query_fw_id() local
300 resp, sizeof(resp)); in elants_i2c_query_fw_id()
302 ts->hw_version = elants_i2c_parse_version(resp); in elants_i2c_query_fw_id()
308 error, (int)sizeof(resp), resp); in elants_i2c_query_fw_id()
322 u8 resp[HEADER_SIZE]; in elants_i2c_query_fw_version() local
326 resp, sizeof(resp)); in elants_i2c_query_fw_version()
328 ts->fw_version = elants_i2c_parse_version(resp); in elants_i2c_query_fw_version()
335 error, (int)sizeof(resp), resp); in elants_i2c_query_fw_version()
350 u8 resp[HEADER_SIZE]; in elants_i2c_query_test_version() local
354 resp, sizeof(resp)); in elants_i2c_query_test_version()
356 version = elants_i2c_parse_version(resp); in elants_i2c_query_test_version()
365 error, (int)sizeof(resp), resp); in elants_i2c_query_test_version()
377 u8 resp[HEADER_SIZE]; in elants_i2c_query_bc_version() local
382 resp, sizeof(resp)); in elants_i2c_query_bc_version()
386 error, (int)sizeof(resp), resp); in elants_i2c_query_bc_version()
390 version = elants_i2c_parse_version(resp); in elants_i2c_query_bc_version()
401 u8 resp[17]; in elants_i2c_query_ts_info() local
420 resp, sizeof(resp)); in elants_i2c_query_ts_info()
427 rows = resp[2] + resp[6] + resp[10]; in elants_i2c_query_ts_info()
428 cols = resp[3] + resp[7] + resp[11]; in elants_i2c_query_ts_info()
433 resp, sizeof(resp)); in elants_i2c_query_ts_info()
440 osr = resp[3]; in elants_i2c_query_ts_info()
445 resp, sizeof(resp)); in elants_i2c_query_ts_info()
452 phy_x = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info()
457 resp, sizeof(resp)); in elants_i2c_query_ts_info()
464 phy_y = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info()