Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Duinput.c35 #define UINPUT_NUM_REQUESTS 16 macro
67 struct uinput_request *requests[UINPUT_NUM_REQUESTS];
104 for (id = 0; id < UINPUT_NUM_REQUESTS; id++) { in uinput_request_alloc_id()
121 if (id >= UINPUT_NUM_REQUESTS) in uinput_request_find()
209 for (i = 0; i < UINPUT_NUM_REQUESTS; i++) { in uinput_flush_requests()