Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c141 if (w8001->max_pen_x && w8001->max_touch_x) in scale_touch_coordinates()
142 *x = *x * w8001->max_pen_x / w8001->max_touch_x; in scale_touch_coordinates()
144 if (w8001->max_pen_y && w8001->max_touch_y) in scale_touch_coordinates()
288 w8001->data[w8001->idx] = data; in w8001_interrupt()
303 if (w8001->pktlen == w8001->idx) { in w8001_interrupt()
380 struct w8001 *w8001 = input_get_drvdata(dev); in w8001_open() local
399 struct w8001 *w8001 = input_get_drvdata(dev); in w8001_close() local
409 static int w8001_detect(struct w8001 *w8001) in w8001_detect() argument
491 if (w8001->max_pen_x && w8001->max_pen_y) { in w8001_setup_touch()
540 if (w8001->max_pen_x && w8001->max_pen_y) in w8001_setup_touch()
[all …]