Lines Matching refs:wheel
278 int wheel; /* synthetic wheel amount */
487 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) {
489 aiptek->curSetting.wheel);
490 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
568 if (aiptek->curSetting.wheel !=
572 aiptek->curSetting.wheel);
573 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
632 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) {
635 aiptek->curSetting.wheel);
636 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
1518 * support routines for the 'wheel' file. Note that this file
1525 if (aiptek->curSetting.wheel == AIPTEK_WHEEL_DISABLE) {
1528 return sysfs_emit(buf, "%d\n", aiptek->curSetting.wheel);
1542 aiptek->newSetting.wheel = w;
1546 static DEVICE_ATTR(wheel,