Symbol: zforce_ts
drivers/input/touchscreen/zforce_ts.c
128
static int zforce_command(struct zforce_ts *ts, u8 cmd)
drivers/input/touchscreen/zforce_ts.c
149
static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len)
drivers/input/touchscreen/zforce_ts.c
174
static int zforce_command_wait(struct zforce_ts *ts, u8 cmd)
drivers/input/touchscreen/zforce_ts.c
196
static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y)
drivers/input/touchscreen/zforce_ts.c
208
static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger,
drivers/input/touchscreen/zforce_ts.c
224
static int zforce_setconfig(struct zforce_ts *ts, char b1)
drivers/input/touchscreen/zforce_ts.c
235
static int zforce_start(struct zforce_ts *ts)
drivers/input/touchscreen/zforce_ts.c
287
static int zforce_stop(struct zforce_ts *ts)
drivers/input/touchscreen/zforce_ts.c
305
static int zforce_touch_event(struct zforce_ts *ts, u8 *payload)
drivers/input/touchscreen/zforce_ts.c
379
static int zforce_read_packet(struct zforce_ts *ts, u8 *buf)
drivers/input/touchscreen/zforce_ts.c
415
static void zforce_complete(struct zforce_ts *ts, int cmd, int result)
drivers/input/touchscreen/zforce_ts.c
430
struct zforce_ts *ts = dev_id;
drivers/input/touchscreen/zforce_ts.c
441
struct zforce_ts *ts = dev_id;
drivers/input/touchscreen/zforce_ts.c
553
struct zforce_ts *ts = input_get_drvdata(dev);
drivers/input/touchscreen/zforce_ts.c
560
struct zforce_ts *ts = input_get_drvdata(dev);
drivers/input/touchscreen/zforce_ts.c
569
static int __zforce_suspend(struct zforce_ts *ts)
drivers/input/touchscreen/zforce_ts.c
610
struct zforce_ts *ts = i2c_get_clientdata(client);
drivers/input/touchscreen/zforce_ts.c
627
struct zforce_ts *ts = i2c_get_clientdata(client);
drivers/input/touchscreen/zforce_ts.c
663
struct zforce_ts *ts = data;
drivers/input/touchscreen/zforce_ts.c
669
static void zforce_ts_parse_legacy_properties(struct zforce_ts *ts)
drivers/input/touchscreen/zforce_ts.c
683
struct zforce_ts *ts;
drivers/input/touchscreen/zforce_ts.c
687
ts = devm_kzalloc(&client->dev, sizeof(struct zforce_ts), GFP_KERNEL);