Lines Matching defs:hideep_ts

23 #define HIDEEP_I2C_NAME			"hideep_ts"
144 struct hideep_ts {
178 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr,
205 static int hideep_pgm_r_mem(struct hideep_ts *ts, u32 addr,
239 static int hideep_pgm_r_reg(struct hideep_ts *ts, u32 addr, u32 *val)
256 static int hideep_pgm_w_reg(struct hideep_ts *ts, u32 addr, u32 val)
296 static void hideep_pgm_set(struct hideep_ts *ts)
307 static int hideep_pgm_get_pattern(struct hideep_ts *ts, u32 *pattern)
335 static int hideep_enter_pgm(struct hideep_ts *ts)
364 static int hideep_nvm_unlock(struct hideep_ts *ts)
394 static int hideep_check_status(struct hideep_ts *ts)
411 static int hideep_program_page(struct hideep_ts *ts, u32 addr,
460 static int hideep_program_nvm(struct hideep_ts *ts,
509 static int hideep_verify_nvm(struct hideep_ts *ts,
556 static int hideep_load_dwz(struct hideep_ts *ts)
605 static int hideep_flash_firmware(struct hideep_ts *ts,
623 static int hideep_update_firmware(struct hideep_ts *ts,
653 static int hideep_power_on(struct hideep_ts *ts)
688 struct hideep_ts *ts = data;
717 static void hideep_parse_and_report(struct hideep_ts *ts)
750 struct hideep_ts *ts = handle;
768 static int hideep_get_axis_info(struct hideep_ts *ts)
786 static int hideep_init_input(struct hideep_ts *ts)
865 struct hideep_ts *ts = i2c_get_clientdata(client);
921 struct hideep_ts *ts = i2c_get_clientdata(client);
936 struct hideep_ts *ts = i2c_get_clientdata(client);
965 struct hideep_ts *ts = i2c_get_clientdata(client);
976 struct hideep_ts *ts = i2c_get_clientdata(client);
1003 struct hideep_ts *ts;