Home
last modified time | relevance | path

Searched refs:WAC_MSG_RETRIES (Results 1 – 1 of 1) sorted by relevance

/drivers/input/tablet/
Dwacom_sys.c55 #define WAC_MSG_RETRIES 5 macro
262 } while (result < 0 && limit++ < WAC_MSG_RETRIES); in wacom_parse_hid()
428 } while ((error < 0 || rep_data[1] != 4) && limit++ < WAC_MSG_RETRIES); in wacom_query_tablet_data()
441 } while ((error < 0 || rep_data[1] != 2) && limit++ < WAC_MSG_RETRIES); in wacom_query_tablet_data()