Searched refs:aiptek_query (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/input/tablet/ |
| D | aiptek.c | 914 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_query() function 959 if ((ret = aiptek_query(aiptek, 0x02, 0x00)) < 0) in aiptek_program_tablet() 964 if ((ret = aiptek_query(aiptek, 0x03, 0x00)) < 0) in aiptek_program_tablet() 969 if ((ret = aiptek_query(aiptek, 0x04, 0x00)) < 0) in aiptek_program_tablet() 974 if ((ret = aiptek_query(aiptek, 0x01, 0x00)) < 0) in aiptek_program_tablet() 979 if ((ret = aiptek_query(aiptek, 0x01, 0x01)) < 0) in aiptek_program_tablet() 984 if ((ret = aiptek_query(aiptek, 0x08, 0x00)) < 0) in aiptek_program_tablet()
|