Searched refs:aiptek_command (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 857 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_command() function 901 if (aiptek_command(aiptek, command, data) != 0) { in aiptek_query() 927 if ((ret = aiptek_command(aiptek, 0x18, 0x04)) < 0) in aiptek_program_tablet() 966 if ((ret = aiptek_command(aiptek, 0x10, 0x01)) < 0) { in aiptek_program_tablet() 971 if ((ret = aiptek_command(aiptek, 0x10, 0x00)) < 0) { in aiptek_program_tablet() 977 if ((ret = aiptek_command(aiptek, 0x11, 0x02)) < 0) in aiptek_program_tablet() 981 if ((ret = aiptek_command(aiptek, 0x17, 0x00)) < 0) in aiptek_program_tablet() 986 if ((ret = aiptek_command(aiptek, 0x12, 0xff)) < 0) in aiptek_program_tablet()
|