Searched refs:elan_i2c_read_cmd (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
D | elan_i2c_i2c.c | 93 static int elan_i2c_read_cmd(struct i2c_client *client, u16 reg, u8 *val) in elan_i2c_read_cmd() function 183 error = elan_i2c_read_cmd(client, ETP_I2C_POWER_CMD, val); in elan_i2c_power_control() 230 error = elan_i2c_read_cmd(client, in elan_i2c_get_baseline_data() 248 error = elan_i2c_read_cmd(client, in elan_i2c_get_version() 268 error = elan_i2c_read_cmd(client, ETP_I2C_SM_VERSION_CMD, val); in elan_i2c_get_sm_version() 284 error = elan_i2c_read_cmd(client, ETP_I2C_UNIQUEID_CMD, val); in elan_i2c_get_product_id() 300 error = elan_i2c_read_cmd(client, in elan_i2c_get_checksum() 320 error = elan_i2c_read_cmd(client, ETP_I2C_MAX_X_AXIS_CMD, val); in elan_i2c_get_max() 328 error = elan_i2c_read_cmd(client, ETP_I2C_MAX_Y_AXIS_CMD, val); in elan_i2c_get_max() 345 error = elan_i2c_read_cmd(client, ETP_I2C_RESOLUTION_CMD, val); in elan_i2c_get_resolution() [all …]
|