Lines Matching defs:client

74 static int elan_i2c_read_block(struct i2c_client *client,  in elan_i2c_read_block()
100 static int elan_i2c_read_cmd(struct i2c_client *client, u16 reg, u8 *val) in elan_i2c_read_cmd()
113 static int elan_i2c_write_cmd(struct i2c_client *client, u16 reg, u16 cmd) in elan_i2c_write_cmd()
139 static int elan_i2c_initialize(struct i2c_client *client) in elan_i2c_initialize()
178 static int elan_i2c_sleep_control(struct i2c_client *client, bool sleep) in elan_i2c_sleep_control()
184 static int elan_i2c_power_control(struct i2c_client *client, bool enable) in elan_i2c_power_control()
215 static int elan_i2c_set_mode(struct i2c_client *client, u8 mode) in elan_i2c_set_mode()
221 static int elan_i2c_calibrate(struct i2c_client *client) in elan_i2c_calibrate()
226 static int elan_i2c_calibrate_result(struct i2c_client *client, u8 *val) in elan_i2c_calibrate_result()
231 static int elan_i2c_get_baseline_data(struct i2c_client *client, in elan_i2c_get_baseline_data()
249 static int elan_i2c_get_pattern(struct i2c_client *client, u8 *pattern) in elan_i2c_get_pattern()
270 static int elan_i2c_get_version(struct i2c_client *client, in elan_i2c_get_version()
298 static int elan_i2c_get_sm_version(struct i2c_client *client, u8 pattern, in elan_i2c_get_sm_version()
352 static int elan_i2c_get_product_id(struct i2c_client *client, u16 *id) in elan_i2c_get_product_id()
367 static int elan_i2c_get_checksum(struct i2c_client *client, in elan_i2c_get_checksum()
387 static int elan_i2c_get_max(struct i2c_client *client, in elan_i2c_get_max()
412 static int elan_i2c_get_resolution(struct i2c_client *client, in elan_i2c_get_resolution()
430 static int elan_i2c_get_num_traces(struct i2c_client *client, in elan_i2c_get_num_traces()
449 static int elan_i2c_get_pressure_adjustment(struct i2c_client *client, in elan_i2c_get_pressure_adjustment()
470 static int elan_i2c_iap_get_mode(struct i2c_client *client, enum tp_mode *mode) in elan_i2c_iap_get_mode()
492 static int elan_i2c_iap_reset(struct i2c_client *client) in elan_i2c_iap_reset()
506 static int elan_i2c_set_flash_key(struct i2c_client *client) in elan_i2c_set_flash_key()
520 static int elan_read_write_iap_type(struct i2c_client *client, u16 fw_page_size) in elan_read_write_iap_type()
555 static int elan_i2c_prepare_fw_update(struct i2c_client *client, u16 ic_type, in elan_i2c_prepare_fw_update()
627 static int elan_i2c_write_fw_block(struct i2c_client *client, u16 fw_page_size, in elan_i2c_write_fw_block()
675 static int elan_i2c_finish_fw_update(struct i2c_client *client, in elan_i2c_finish_fw_update()
718 static int elan_i2c_get_report_features(struct i2c_client *client, u8 pattern, in elan_i2c_get_report_features()
728 static int elan_i2c_get_report(struct i2c_client *client, in elan_i2c_get_report()