Searched refs:aiptek_command (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | aiptek.c | 884 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_command() function 928 if (aiptek_command(aiptek, command, data) != 0) { in aiptek_query() 955 if ((ret = aiptek_command(aiptek, 0x18, 0x04)) < 0) in aiptek_program_tablet() 994 if ((ret = aiptek_command(aiptek, 0x10, 0x01)) < 0) { in aiptek_program_tablet() 999 if ((ret = aiptek_command(aiptek, 0x10, 0x00)) < 0) { in aiptek_program_tablet() 1005 if ((ret = aiptek_command(aiptek, 0x11, 0x02)) < 0) in aiptek_program_tablet() 1009 if ((ret = aiptek_command(aiptek, 0x17, 0x00)) < 0) in aiptek_program_tablet() 1014 if ((ret = aiptek_command(aiptek, 0x12, 0xff)) < 0) in aiptek_program_tablet()
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | aiptek.c | 884 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_command() function 928 if (aiptek_command(aiptek, command, data) != 0) { in aiptek_query() 954 if ((ret = aiptek_command(aiptek, 0x18, 0x04)) < 0) in aiptek_program_tablet() 993 if ((ret = aiptek_command(aiptek, 0x10, 0x01)) < 0) { in aiptek_program_tablet() 998 if ((ret = aiptek_command(aiptek, 0x10, 0x00)) < 0) { in aiptek_program_tablet() 1004 if ((ret = aiptek_command(aiptek, 0x11, 0x02)) < 0) in aiptek_program_tablet() 1008 if ((ret = aiptek_command(aiptek, 0x17, 0x00)) < 0) in aiptek_program_tablet() 1013 if ((ret = aiptek_command(aiptek, 0x12, 0xff)) < 0) in aiptek_program_tablet()
|
Completed in 6 milliseconds