Searched refs:aiptek_query (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 887 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_query() function 931 if ((ret = aiptek_query(aiptek, 0x02, 0x00)) < 0) in aiptek_program_tablet() 936 if ((ret = aiptek_query(aiptek, 0x03, 0x00)) < 0) in aiptek_program_tablet() 941 if ((ret = aiptek_query(aiptek, 0x04, 0x00)) < 0) in aiptek_program_tablet() 946 if ((ret = aiptek_query(aiptek, 0x01, 0x00)) < 0) in aiptek_program_tablet() 951 if ((ret = aiptek_query(aiptek, 0x01, 0x01)) < 0) in aiptek_program_tablet() 956 if ((ret = aiptek_query(aiptek, 0x08, 0x00)) < 0) in aiptek_program_tablet()
|