Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Daiptek.c394 int pointer_mode; member
525 if (!AIPTEK_POINTER_ALLOW_STYLUS_MODE(aiptek->pointer_mode)) in aiptek_irq()
646 if (!AIPTEK_POINTER_ALLOW_MOUSE_MODE(aiptek->pointer_mode)) in aiptek_irq()
910 aiptek->pointer_mode = AIPTEK_POINTER_ONLY_STYLUS_MODE; in aiptek_procfs_parse()
912 aiptek->pointer_mode = AIPTEK_POINTER_ONLY_MOUSE_MODE; in aiptek_procfs_parse()
914 aiptek->pointer_mode = AIPTEK_POINTER_EITHER_MODE; in aiptek_procfs_parse()
988 (aiptek->pointer_mode == AIPTEK_POINTER_ONLY_MOUSE_MODE in aiptek_procfs_read()
990 : (aiptek->pointer_mode == in aiptek_procfs_read()
1055 if (aiptek->pointer_mode == AIPTEK_POINTER_ONLY_MOUSE_MODE) in aiptek_procfs_read()
1225 aiptek->pointer_mode = AIPTEK_POINTER_EITHER_MODE; in aiptek_probe()