Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-picolcd_fb.c264 if (n >= HID_OUTPUT_FIFO_SIZE / 2) { in picolcd_fb_update()
/linux-4.19.296/include/linux/
Dhid.h504 #define HID_OUTPUT_FIFO_SIZE 64 macro
/linux-4.19.296/drivers/hid/usbhid/
Dhid-core.c459 usbhid->outtail = (usbhid->outtail + 1) & (HID_OUTPUT_FIFO_SIZE - 1); in hid_irq_out()
537 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) { in __usbhid_submit_report()