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