Searched refs:elants_i2c_execute_command (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 224 static int elants_i2c_execute_command(struct i2c_client *client, in elants_i2c_execute_command() function 372 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_hw_version() 397 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_version() 424 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_test_version() 447 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_bc_version() 474 error = elants_i2c_execute_command(client, get_xres_cmd, in elants_i2c_query_ts_info_ektf() 483 error = elants_i2c_execute_command(client, get_yres_cmd, in elants_i2c_query_ts_info_ektf() 524 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() 539 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() 547 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() [all …]
|