Home
last modified time | relevance | path

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

/linux/include/linux/
A Dhidraw.h28 struct hidraw_report buffer[HIDRAW_BUFFER_SIZE];
/linux/include/uapi/linux/
A Dhidraw.h53 #define HIDRAW_BUFFER_SIZE 64 macro
/linux/drivers/hid/
A Dhidraw.c93 list->tail = (list->tail + 1) & (HIDRAW_BUFFER_SIZE - 1); in hidraw_read()
516 int new_head = (list->head + 1) & (HIDRAW_BUFFER_SIZE - 1); in hidraw_report_event()

Completed in 5 milliseconds