Searched refs:aiptek (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/tablet/
H A Daiptek.c288 struct aiptek { struct
414 struct aiptek *aiptek = urb->context; local
415 unsigned char *data = aiptek->data;
416 struct input_dev *inputdev = aiptek->inputdev;
417 struct usb_interface *intf = aiptek->intf;
442 if (aiptek->inDelay == 1 && time_after(aiptek->endDelay, jiffies)) {
446 aiptek->inDelay = 0;
447 aiptek
827 struct aiptek *aiptek = input_get_drvdata(inputdev); local
841 struct aiptek *aiptek = input_get_drvdata(inputdev); local
851 aiptek_set_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument
866 aiptek_get_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument
884 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data) argument
914 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data) argument
950 aiptek_program_tablet(struct aiptek *aiptek) argument
1036 struct aiptek *aiptek = dev_get_drvdata(dev); local
1064 struct aiptek *aiptek = dev_get_drvdata(dev); local
1073 struct aiptek *aiptek = dev_get_drvdata(dev); local
1100 struct aiptek *aiptek = dev_get_drvdata(dev); local
1109 struct aiptek *aiptek = dev_get_drvdata(dev); local
1141 struct aiptek *aiptek = dev_get_drvdata(dev); local
1150 struct aiptek *aiptek = dev_get_drvdata(dev); local
1170 struct aiptek *aiptek = dev_get_drvdata(dev); local
1182 struct aiptek *aiptek = dev_get_drvdata(dev); local
1211 struct aiptek *aiptek = dev_get_drvdata(dev); local
1223 struct aiptek *aiptek = dev_get_drvdata(dev); local
1252 struct aiptek *aiptek = dev_get_drvdata(dev); local
1260 struct aiptek *aiptek = dev_get_drvdata(dev); local
1281 struct aiptek *aiptek = dev_get_drvdata(dev); local
1289 struct aiptek *aiptek = dev_get_drvdata(dev); local
1310 struct aiptek *aiptek = dev_get_drvdata(dev); local
1323 struct aiptek *aiptek = dev_get_drvdata(dev); local
1369 struct aiptek *aiptek = dev_get_drvdata(dev); local
1378 struct aiptek *aiptek = dev_get_drvdata(dev); local
1399 struct aiptek *aiptek = dev_get_drvdata(dev); local
1408 struct aiptek *aiptek = dev_get_drvdata(dev); local
1436 struct aiptek *aiptek = dev_get_drvdata(dev); local
1445 struct aiptek *aiptek = dev_get_drvdata(dev); local
1465 struct aiptek *aiptek = dev_get_drvdata(dev); local
1474 struct aiptek *aiptek = dev_get_drvdata(dev); local
1494 struct aiptek *aiptek = dev_get_drvdata(dev); local
1503 struct aiptek *aiptek = dev_get_drvdata(dev); local
1523 struct aiptek *aiptek = dev_get_drvdata(dev); local
1535 struct aiptek *aiptek = dev_get_drvdata(dev); local
1564 struct aiptek *aiptek = dev_get_drvdata(dev); local
1587 struct aiptek *aiptek = dev_get_drvdata(dev); local
1600 struct aiptek *aiptek = dev_get_drvdata(dev); local
1613 struct aiptek *aiptek = dev_get_drvdata(dev); local
1655 struct aiptek *aiptek; local
1867 struct aiptek *aiptek = usb_get_intfdata(intf); local
[all...]
H A DMakefile8 obj-$(CONFIG_TABLET_USB_AIPTEK) += aiptek.o

Completed in 231 milliseconds