zforce_ts         135 drivers/input/touchscreen/zforce_ts.c static int zforce_command(struct zforce_ts *ts, u8 cmd)
zforce_ts         158 drivers/input/touchscreen/zforce_ts.c static void zforce_reset_assert(struct zforce_ts *ts)
zforce_ts         163 drivers/input/touchscreen/zforce_ts.c static void zforce_reset_deassert(struct zforce_ts *ts)
zforce_ts         168 drivers/input/touchscreen/zforce_ts.c static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len)
zforce_ts         206 drivers/input/touchscreen/zforce_ts.c static int zforce_command_wait(struct zforce_ts *ts, u8 cmd)
zforce_ts         227 drivers/input/touchscreen/zforce_ts.c static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y)
zforce_ts         239 drivers/input/touchscreen/zforce_ts.c static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger,
zforce_ts         255 drivers/input/touchscreen/zforce_ts.c static int zforce_setconfig(struct zforce_ts *ts, char b1)
zforce_ts         266 drivers/input/touchscreen/zforce_ts.c static int zforce_start(struct zforce_ts *ts)
zforce_ts         319 drivers/input/touchscreen/zforce_ts.c static int zforce_stop(struct zforce_ts *ts)
zforce_ts         337 drivers/input/touchscreen/zforce_ts.c static int zforce_touch_event(struct zforce_ts *ts, u8 *payload)
zforce_ts         416 drivers/input/touchscreen/zforce_ts.c static int zforce_read_packet(struct zforce_ts *ts, u8 *buf)
zforce_ts         458 drivers/input/touchscreen/zforce_ts.c static void zforce_complete(struct zforce_ts *ts, int cmd, int result)
zforce_ts         473 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = dev_id;
zforce_ts         484 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = dev_id;
zforce_ts         593 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = input_get_drvdata(dev);
zforce_ts         600 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = input_get_drvdata(dev);
zforce_ts         614 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = i2c_get_clientdata(client);
zforce_ts         659 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = i2c_get_clientdata(client);
zforce_ts         698 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts = data;
zforce_ts         739 drivers/input/touchscreen/zforce_ts.c 	struct zforce_ts *ts;
zforce_ts         749 drivers/input/touchscreen/zforce_ts.c 	ts = devm_kzalloc(&client->dev, sizeof(struct zforce_ts), GFP_KERNEL);