da9034_touch
static inline int start_tsi(struct da9034_touch *touch)
static inline int stop_tsi(struct da9034_touch *touch)
static inline void report_pen_down(struct da9034_touch *touch)
static inline void report_pen_up(struct da9034_touch *touch)
static void da9034_event_handler(struct da9034_touch *touch, int event)
struct da9034_touch *touch =
container_of(work, struct da9034_touch, tsi_work.work);
struct da9034_touch *touch =
container_of(nb, struct da9034_touch, notifier);
struct da9034_touch *touch = input_get_drvdata(dev);
struct da9034_touch *touch = input_get_drvdata(dev);
struct da9034_touch *touch;
touch = devm_kzalloc(&pdev->dev, sizeof(struct da9034_touch),
static inline int is_pen_down(struct da9034_touch *touch)
static inline int detect_pen_down(struct da9034_touch *touch, int on)
static int read_tsi(struct da9034_touch *touch)