Lines Matching defs:client

67 static int elan_i2c_read_block(struct i2c_client *client,  in elan_i2c_read_block()
93 static int elan_i2c_read_cmd(struct i2c_client *client, u16 reg, u8 *val) in elan_i2c_read_cmd()
106 static int elan_i2c_write_cmd(struct i2c_client *client, u16 reg, u16 cmd) in elan_i2c_write_cmd()
132 static int elan_i2c_initialize(struct i2c_client *client) in elan_i2c_initialize()
171 static int elan_i2c_sleep_control(struct i2c_client *client, bool sleep) in elan_i2c_sleep_control()
177 static int elan_i2c_power_control(struct i2c_client *client, bool enable) in elan_i2c_power_control()
208 static int elan_i2c_set_mode(struct i2c_client *client, u8 mode) in elan_i2c_set_mode()
214 static int elan_i2c_calibrate(struct i2c_client *client) in elan_i2c_calibrate()
219 static int elan_i2c_calibrate_result(struct i2c_client *client, u8 *val) in elan_i2c_calibrate_result()
224 static int elan_i2c_get_baseline_data(struct i2c_client *client, in elan_i2c_get_baseline_data()
242 static int elan_i2c_get_version(struct i2c_client *client, in elan_i2c_get_version()
262 static int elan_i2c_get_sm_version(struct i2c_client *client, u8 *version) in elan_i2c_get_sm_version()
277 static int elan_i2c_get_product_id(struct i2c_client *client, u8 *id) in elan_i2c_get_product_id()
292 static int elan_i2c_get_checksum(struct i2c_client *client, in elan_i2c_get_checksum()
312 static int elan_i2c_get_max(struct i2c_client *client, in elan_i2c_get_max()
337 static int elan_i2c_get_resolution(struct i2c_client *client, in elan_i2c_get_resolution()
355 static int elan_i2c_get_num_traces(struct i2c_client *client, in elan_i2c_get_num_traces()
374 static int elan_i2c_get_pressure_adjustment(struct i2c_client *client, in elan_i2c_get_pressure_adjustment()
395 static int elan_i2c_iap_get_mode(struct i2c_client *client, enum tp_mode *mode) in elan_i2c_iap_get_mode()
417 static int elan_i2c_iap_reset(struct i2c_client *client) in elan_i2c_iap_reset()
431 static int elan_i2c_set_flash_key(struct i2c_client *client) in elan_i2c_set_flash_key()
445 static int elan_i2c_prepare_fw_update(struct i2c_client *client) in elan_i2c_prepare_fw_update()
510 static int elan_i2c_write_fw_block(struct i2c_client *client, in elan_i2c_write_fw_block()
551 static int elan_i2c_finish_fw_update(struct i2c_client *client, in elan_i2c_finish_fw_update()
592 static int elan_i2c_get_report(struct i2c_client *client, u8 *report) in elan_i2c_get_report()