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

/linux-4.4.14/drivers/hid/
H A Dhid-picolcd_fb.c264 if (n >= HID_OUTPUT_FIFO_SIZE / 2) { picolcd_fb_update()
/linux-4.4.14/drivers/hid/usbhid/
H A Dhid-core.c454 usbhid->outtail = (usbhid->outtail + 1) & (HID_OUTPUT_FIFO_SIZE - 1); hid_irq_out()
531 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) { __usbhid_submit_report()
/linux-4.4.14/include/linux/
H A Dhid.h455 #define HID_OUTPUT_FIFO_SIZE 64 macro

Completed in 134 milliseconds