Searched refs:elants_i2c_execute_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/input/touchscreen/ |
D | elants_i2c.c | 211 static int elants_i2c_execute_command(struct i2c_client *client, in elants_i2c_execute_command() function 361 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_hw_version() 386 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_fw_version() 413 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_test_version() 436 error = elants_i2c_execute_command(client, cmd, sizeof(cmd), in elants_i2c_query_bc_version() 463 error = elants_i2c_execute_command(client, get_xres_cmd, in elants_i2c_query_ts_info_ektf() 472 error = elants_i2c_execute_command(client, get_yres_cmd, in elants_i2c_query_ts_info_ektf() 513 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() 528 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() 536 error = elants_i2c_execute_command(client, in elants_i2c_query_ts_info_ekth() [all …]
|