Searched refs:HIDRAW_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
28 struct hidraw_report buffer[HIDRAW_BUFFER_SIZE];
53 #define HIDRAW_BUFFER_SIZE 64 macro
93 list->tail = (list->tail + 1) & (HIDRAW_BUFFER_SIZE - 1); in hidraw_read()518 int new_head = (list->head + 1) & (HIDRAW_BUFFER_SIZE - 1); in hidraw_report_event()
Completed in 7 milliseconds