Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/misc/
H A Duinput.c35 #define UINPUT_NUM_REQUESTS 16 macro
66 struct uinput_request *requests[UINPUT_NUM_REQUESTS];
103 for (id = 0; id < UINPUT_NUM_REQUESTS; id++) { in uinput_request_alloc_id()
120 if (id >= UINPUT_NUM_REQUESTS) in uinput_request_find()
208 for (i = 0; i < UINPUT_NUM_REQUESTS; i++) { in uinput_flush_requests()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds