Home
last modified time | relevance | path

Searched refs:tps6507x_ts (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dtps6507x-ts.c41 struct tps6507x_ts { struct
51 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() argument
56 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) in tps6507x_write_u8()
61 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, in tps6507x_adc_conversion()
120 static s32 tps6507x_adc_standby(struct tps6507x_ts *tsc) in tps6507x_adc_standby()
153 struct tps6507x_ts *tsc = poll_dev->private; in tps6507x_ts_poll()
207 struct tps6507x_ts *tsc; in tps6507x_ts_probe()
229 tsc = devm_kzalloc(&pdev->dev, sizeof(struct tps6507x_ts), GFP_KERNEL); in tps6507x_ts_probe()
DKconfig1252 module will be called tps6507x_ts.