• Home
  • Raw
  • Download

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_pattern(struct i2c_client *client, u8 *pattern) in elan_i2c_get_pattern()
257 static int elan_i2c_get_version(struct i2c_client *client, in elan_i2c_get_version()
287 static int elan_i2c_get_sm_version(struct i2c_client *client, in elan_i2c_get_sm_version()
342 static int elan_i2c_get_product_id(struct i2c_client *client, u16 *id) in elan_i2c_get_product_id()
357 static int elan_i2c_get_checksum(struct i2c_client *client, in elan_i2c_get_checksum()
377 static int elan_i2c_get_max(struct i2c_client *client, in elan_i2c_get_max()
402 static int elan_i2c_get_resolution(struct i2c_client *client, in elan_i2c_get_resolution()
420 static int elan_i2c_get_num_traces(struct i2c_client *client, in elan_i2c_get_num_traces()
439 static int elan_i2c_get_pressure_adjustment(struct i2c_client *client, in elan_i2c_get_pressure_adjustment()
460 static int elan_i2c_iap_get_mode(struct i2c_client *client, enum tp_mode *mode) in elan_i2c_iap_get_mode()
482 static int elan_i2c_iap_reset(struct i2c_client *client) in elan_i2c_iap_reset()
496 static int elan_i2c_set_flash_key(struct i2c_client *client) in elan_i2c_set_flash_key()
510 static int elan_i2c_prepare_fw_update(struct i2c_client *client) in elan_i2c_prepare_fw_update()
575 static int elan_i2c_write_fw_block(struct i2c_client *client, in elan_i2c_write_fw_block()
616 static int elan_i2c_finish_fw_update(struct i2c_client *client, in elan_i2c_finish_fw_update()
659 static int elan_i2c_get_report(struct i2c_client *client, u8 *report) in elan_i2c_get_report()