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