Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Daiptek.c256 struct aiptek { struct
382 struct aiptek *aiptek = urb->context; in aiptek_irq() local
383 unsigned char *data = aiptek->data; in aiptek_irq()
384 struct input_dev *inputdev = aiptek->inputdev; in aiptek_irq()
385 struct usb_interface *intf = aiptek->intf; in aiptek_irq()
410 if (aiptek->inDelay == 1 && time_after(aiptek->endDelay, jiffies)) { in aiptek_irq()
414 aiptek->inDelay = 0; in aiptek_irq()
415 aiptek->eventCount++; in aiptek_irq()
422 if (aiptek->curSetting.coordinateMode == in aiptek_irq()
424 aiptek->diagnostic = in aiptek_irq()
[all …]
H A DMakefile8 obj-$(CONFIG_TABLET_USB_AIPTEK) += aiptek.o
H A DKconfig39 module will be called aiptek.