Searched refs:HIDRAW_BUFFER_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhidraw.h28 struct hidraw_report buffer[HIDRAW_BUFFER_SIZE];
/linux-master/include/uapi/linux/
H A Dhidraw.h53 #define HIDRAW_BUFFER_SIZE 64 macro
/linux-master/drivers/hid/
H A Dhidraw.c95 list->tail = (list->tail + 1) & (HIDRAW_BUFFER_SIZE - 1);
363 list->tail = (list->tail + 1) & (HIDRAW_BUFFER_SIZE - 1);
528 int new_head = (list->head + 1) & (HIDRAW_BUFFER_SIZE - 1);

Completed in 91 milliseconds