Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhid-debug.h30 #define HID_DEBUG_FIFOSIZE 512 macro
/linux-4.19.296/drivers/hid/
Dhid-debug.c1093 err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL); in hid_debug_events_open()