Home
last modified time | relevance | path

Searched refs:JOYDEV_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/
H A Djoydev.c34 #define JOYDEV_BUFFER_SIZE 64 macro
59 struct js_event buffer[JOYDEV_BUFFER_SIZE];
103 client->head &= JOYDEV_BUFFER_SIZE - 1; in joydev_pass_event()
330 client->tail &= JOYDEV_BUFFER_SIZE - 1; in joydev_fetch_next_event()
/kernel/linux/linux-6.6/drivers/input/
H A Djoydev.c33 #define JOYDEV_BUFFER_SIZE 64 macro
58 struct js_event buffer[JOYDEV_BUFFER_SIZE];
102 client->head &= JOYDEV_BUFFER_SIZE - 1; in joydev_pass_event()
329 client->tail &= JOYDEV_BUFFER_SIZE - 1; in joydev_fetch_next_event()

Completed in 3 milliseconds