Lines Matching refs:i2c_client

70 static int elan_i2c_read_block(struct i2c_client *client,  in elan_i2c_read_block()
96 static int elan_i2c_read_cmd(struct i2c_client *client, u16 reg, u8 *val) in elan_i2c_read_cmd()
109 static int elan_i2c_write_cmd(struct i2c_client *client, u16 reg, u16 cmd) in elan_i2c_write_cmd()
135 static int elan_i2c_initialize(struct i2c_client *client) in elan_i2c_initialize()
174 static int elan_i2c_sleep_control(struct i2c_client *client, bool sleep) in elan_i2c_sleep_control()
180 static int elan_i2c_power_control(struct i2c_client *client, bool enable) in elan_i2c_power_control()
211 static int elan_i2c_set_mode(struct i2c_client *client, u8 mode) in elan_i2c_set_mode()
217 static int elan_i2c_calibrate(struct i2c_client *client) in elan_i2c_calibrate()
222 static int elan_i2c_calibrate_result(struct i2c_client *client, u8 *val) in elan_i2c_calibrate_result()
227 static int elan_i2c_get_baseline_data(struct i2c_client *client, in elan_i2c_get_baseline_data()
245 static int elan_i2c_get_pattern(struct i2c_client *client, u8 *pattern) in elan_i2c_get_pattern()
260 static int elan_i2c_get_version(struct i2c_client *client, in elan_i2c_get_version()
290 static int elan_i2c_get_sm_version(struct i2c_client *client, in elan_i2c_get_sm_version()
345 static int elan_i2c_get_product_id(struct i2c_client *client, u16 *id) in elan_i2c_get_product_id()
360 static int elan_i2c_get_checksum(struct i2c_client *client, in elan_i2c_get_checksum()
380 static int elan_i2c_get_max(struct i2c_client *client, in elan_i2c_get_max()
405 static int elan_i2c_get_resolution(struct i2c_client *client, in elan_i2c_get_resolution()
423 static int elan_i2c_get_num_traces(struct i2c_client *client, in elan_i2c_get_num_traces()
442 static int elan_i2c_get_pressure_adjustment(struct i2c_client *client, in elan_i2c_get_pressure_adjustment()
463 static int elan_i2c_iap_get_mode(struct i2c_client *client, enum tp_mode *mode) in elan_i2c_iap_get_mode()
485 static int elan_i2c_iap_reset(struct i2c_client *client) in elan_i2c_iap_reset()
499 static int elan_i2c_set_flash_key(struct i2c_client *client) in elan_i2c_set_flash_key()
513 static int elan_i2c_prepare_fw_update(struct i2c_client *client) in elan_i2c_prepare_fw_update()
578 static int elan_i2c_write_fw_block(struct i2c_client *client, in elan_i2c_write_fw_block()
619 static int elan_i2c_finish_fw_update(struct i2c_client *client, in elan_i2c_finish_fw_update()
662 static int elan_i2c_get_report(struct i2c_client *client, u8 *report) in elan_i2c_get_report()