Searched refs:elants_i2c_execute_command (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | elants_i2c.c | 190 static int elants_i2c_execute_command(struct i2c_client *client, in elants_i2c_execute_command() function 309 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_id() 335 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_version() 363 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_test_version() 391 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_bc_version() 427 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 441 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 452 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 464 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info()
|