tps6507x_ts        51 drivers/input/touchscreen/tps6507x-ts.c static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data)
tps6507x_ts        56 drivers/input/touchscreen/tps6507x-ts.c static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data)
tps6507x_ts        61 drivers/input/touchscreen/tps6507x-ts.c static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc,
tps6507x_ts       120 drivers/input/touchscreen/tps6507x-ts.c static s32 tps6507x_adc_standby(struct tps6507x_ts *tsc)
tps6507x_ts       153 drivers/input/touchscreen/tps6507x-ts.c 	struct tps6507x_ts *tsc = poll_dev->private;
tps6507x_ts       207 drivers/input/touchscreen/tps6507x-ts.c 	struct tps6507x_ts *tsc;
tps6507x_ts       229 drivers/input/touchscreen/tps6507x-ts.c 	tsc = devm_kzalloc(&pdev->dev, sizeof(struct tps6507x_ts), GFP_KERNEL);