xref: /kernel/linux/linux-6.6/include/linux/input/tps6507x-ts.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/linux/input/
162306a36Sopenharmony_ci/* linux/i2c/tps6507x-ts.h
262306a36Sopenharmony_ci *
362306a36Sopenharmony_ci * Functions to access TPS65070 touch screen chip.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com)
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci *  For licencing details see kernel-base/COPYING
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#ifndef __LINUX_I2C_TPS6507X_TS_H
1262306a36Sopenharmony_ci#define __LINUX_I2C_TPS6507X_TS_H
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci/* Board specific touch screen initial values */
1562306a36Sopenharmony_cistruct touchscreen_init_data {
1662306a36Sopenharmony_ci	int	poll_period;	/* ms */
1762306a36Sopenharmony_ci	__u16	min_pressure;	/* min reading to be treated as a touch */
1862306a36Sopenharmony_ci	__u16	vendor;
1962306a36Sopenharmony_ci	__u16	product;
2062306a36Sopenharmony_ci	__u16	version;
2162306a36Sopenharmony_ci};
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci#endif /*  __LINUX_I2C_TPS6507X_TS_H */
24

Indexes created Thu Nov 07 10:32:03 CST 2024