Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dtps6507x-ts.c40 struct tps6507x_ts { struct
50 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() argument
55 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) in tps6507x_write_u8()
60 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, in tps6507x_adc_conversion()
119 static s32 tps6507x_adc_standby(struct tps6507x_ts *tsc) in tps6507x_adc_standby()
150 struct tps6507x_ts *tsc = input_get_drvdata(input_dev); in tps6507x_ts_poll()
203 struct tps6507x_ts *tsc; in tps6507x_ts_probe()
224 tsc = devm_kzalloc(&pdev->dev, sizeof(struct tps6507x_ts), GFP_KERNEL); in tps6507x_ts_probe()
H A DKconfig1308 module will be called tps6507x_ts.