Searched refs:aiptek_command (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/input/tablet/
H A Daiptek.c884 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data) function
928 if (aiptek_command(aiptek, command, data) != 0) {
954 if ((ret = aiptek_command(aiptek, 0x18, 0x04)) < 0)
993 if ((ret = aiptek_command(aiptek, 0x10, 0x01)) < 0) {
998 if ((ret = aiptek_command(aiptek, 0x10, 0x00)) < 0) {
1004 if ((ret = aiptek_command(aiptek, 0x11, 0x02)) < 0)
1008 if ((ret = aiptek_command(aiptek, 0x17, 0x00)) < 0)
1013 if ((ret = aiptek_command(aiptek, 0x12, 0xff)) < 0)

Completed in 199 milliseconds