Searched refs:tps6507x_ts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tps6507x-ts.c | 40 struct tps6507x_ts { struct 50 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() 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() 152 struct tps6507x_ts *tsc = input_get_drvdata(input_dev); in tps6507x_ts_poll() 205 struct tps6507x_ts *tsc; in tps6507x_ts_probe() 226 tsc = devm_kzalloc(&pdev->dev, sizeof(struct tps6507x_ts), GFP_KERNEL); in tps6507x_ts_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tps6507x-ts.c | 40 struct tps6507x_ts { struct 50 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() 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()
|
Completed in 2 milliseconds