zforce_ts
static int zforce_command(struct zforce_ts *ts, u8 cmd)
static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len)
static int zforce_command_wait(struct zforce_ts *ts, u8 cmd)
static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y)
static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger,
static int zforce_setconfig(struct zforce_ts *ts, char b1)
static int zforce_start(struct zforce_ts *ts)
static int zforce_stop(struct zforce_ts *ts)
static int zforce_touch_event(struct zforce_ts *ts, u8 *payload)
static int zforce_read_packet(struct zforce_ts *ts, u8 *buf)
static void zforce_complete(struct zforce_ts *ts, int cmd, int result)
struct zforce_ts *ts = dev_id;
struct zforce_ts *ts = dev_id;
struct zforce_ts *ts = input_get_drvdata(dev);
struct zforce_ts *ts = input_get_drvdata(dev);
static int __zforce_suspend(struct zforce_ts *ts)
struct zforce_ts *ts = i2c_get_clientdata(client);
struct zforce_ts *ts = i2c_get_clientdata(client);
struct zforce_ts *ts = data;
static void zforce_ts_parse_legacy_properties(struct zforce_ts *ts)
struct zforce_ts *ts;
ts = devm_kzalloc(&client->dev, sizeof(struct zforce_ts), GFP_KERNEL);