Home
last modified time | relevance | path

Searched refs:ft6236 (Results 1 – 3 of 3) sorted by relevance

/drivers/input/touchscreen/
Dft6236.c95 struct ft6236_data *ft6236 = dev_id; in ft6236_interrupt() local
96 struct device *dev = &ft6236->client->dev; in ft6236_interrupt()
97 struct input_dev *input = ft6236->input; in ft6236_interrupt()
102 error = ft6236_read(ft6236->client, 0, sizeof(buf), &buf); in ft6236_interrupt()
130 if (ft6236->invert_x) in ft6236_interrupt()
131 x = ft6236->max_x - x; in ft6236_interrupt()
133 if (ft6236->invert_y) in ft6236_interrupt()
134 y = ft6236->max_y - y; in ft6236_interrupt()
136 if (ft6236->swap_xy) { in ft6236_interrupt()
151 static u8 ft6236_debug_read_byte(struct ft6236_data *ft6236, u8 reg) in ft6236_debug_read_byte() argument
[all …]
DMakefile38 obj-$(CONFIG_TOUCHSCREEN_FT6236) += ft6236.o
DKconfig309 module will be called ft6236.