Searched refs:HID_OUTPUT_FIFO_SIZE (Results 1 – 3 of 3) sorted by relevance
264 if (n >= HID_OUTPUT_FIFO_SIZE / 2) { in picolcd_fb_update()
455 #define HID_OUTPUT_FIFO_SIZE 64 macro
454 usbhid->outtail = (usbhid->outtail + 1) & (HID_OUTPUT_FIFO_SIZE - 1); in hid_irq_out()531 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) { in __usbhid_submit_report()