Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Daiptek.c397 int xTilt; member
624 if (aiptek->xTilt != in aiptek_irq()
628 aiptek->xTilt); in aiptek_irq()
926 aiptek->xTilt = AIPTEK_TILT_DISABLE; in aiptek_procfs_parse()
930 aiptek->xTilt = x; in aiptek_procfs_parse()
1027 if (aiptek->xTilt == AIPTEK_TILT_DISABLE) { in aiptek_procfs_read()
1030 out += sprintf(out, "%d\n", aiptek->xTilt); in aiptek_procfs_read()
1228 aiptek->xTilt = AIPTEK_TILT_DISABLE; in aiptek_probe()