tsc2007
int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd);
u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
bool tsc2007_is_pen_down(struct tsc2007 *ts);
int tsc2007_iio_configure(struct tsc2007 *ts);
static inline int tsc2007_iio_configure(struct tsc2007 *ts)
struct tsc2007 *ts = handle;
static void tsc2007_stop(struct tsc2007 *ts)
struct tsc2007 *ts = input_get_drvdata(input_dev);
struct tsc2007 *ts = input_get_drvdata(input_dev);
struct tsc2007 *ts = i2c_get_clientdata(client);
static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts)
static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts,
struct tsc2007 *ts;
ts = devm_kzalloc(&client->dev, sizeof(struct tsc2007), GFP_KERNEL);
int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd)
static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc)
u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc)
bool tsc2007_is_pen_down(struct tsc2007 *ts)
int tsc2007_iio_configure(struct tsc2007 *ts)
struct tsc2007 *ts;
struct tsc2007 *tsc = iio->ts;