Searched refs:aiptek_query (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/tablet/
H A Daiptek.c914 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data) function
936 "aiptek_query failed: returned 0x%02x 0x%02x 0x%02x\n",
958 if ((ret = aiptek_query(aiptek, 0x02, 0x00)) < 0)
963 if ((ret = aiptek_query(aiptek, 0x03, 0x00)) < 0)
968 if ((ret = aiptek_query(aiptek, 0x04, 0x00)) < 0)
973 if ((ret = aiptek_query(aiptek, 0x01, 0x00)) < 0)
978 if ((ret = aiptek_query(aiptek, 0x01, 0x01)) < 0)
983 if ((ret = aiptek_query(aiptek, 0x08, 0x00)) < 0)

Completed in 111 milliseconds