Searched refs:elants_i2c_execute_command (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | elants_i2c.c | 180 static int elants_i2c_execute_command(struct i2c_client *client, in elants_i2c_execute_command() function 299 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_id() 325 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_version() 353 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_test_version() 381 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_bc_version() 417 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 431 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 442 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info() 454 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info()
|