Lines Matching full:wheel
33 * Wheel command. Bryan W. Headley July-15-2003.
207 /* Wheel values
291 int wheel; /* synthetic wheel amount */ member
497 /* Wheel support is in the form of a single-event in aiptek_irq()
500 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq()
502 aiptek->curSetting.wheel); in aiptek_irq()
503 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
578 /* Wheel support is in the form of a single-event in aiptek_irq()
581 if (aiptek->curSetting.wheel != in aiptek_irq()
585 aiptek->curSetting.wheel); in aiptek_irq()
586 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
642 /* Wheel support is in the form of a single-event in aiptek_irq()
645 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq()
648 aiptek->curSetting.wheel); in aiptek_irq()
649 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
1543 * support routines for the 'wheel' file. Note that this file
1550 if (aiptek->curSetting.wheel == AIPTEK_WHEEL_DISABLE) { in show_tabletWheel()
1554 aiptek->curSetting.wheel); in show_tabletWheel()
1568 aiptek->newSetting.wheel = w; in store_tabletWheel()
1572 static DEVICE_ATTR(wheel,