Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid-debug.h17 #define HID_DEBUG_FIFOSIZE 512 macro
/linux-6.15/drivers/hid/
H A Dhid-debug.c3686 err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL); in hid_debug_events_open()