Searched refs:aiptek_query (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | 914 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data) in aiptek_query() function 958 if ((ret = aiptek_query(aiptek, 0x02, 0x00)) < 0) in aiptek_program_tablet() 963 if ((ret = aiptek_query(aiptek, 0x03, 0x00)) < 0) in aiptek_program_tablet() 968 if ((ret = aiptek_query(aiptek, 0x04, 0x00)) < 0) in aiptek_program_tablet() 973 if ((ret = aiptek_query(aiptek, 0x01, 0x00)) < 0) in aiptek_program_tablet() 978 if ((ret = aiptek_query(aiptek, 0x01, 0x01)) < 0) in aiptek_program_tablet() 983 if ((ret = aiptek_query(aiptek, 0x08, 0x00)) < 0) in aiptek_program_tablet()
|