Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dhid.h428 #define HID_OUTPUT_FIFO_SIZE 64 macro
/linux-2.6.39/drivers/hid/usbhid/
Dhid-core.c424 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()
/linux-2.6.39/drivers/hid/
Dhid-picolcd.c469 if (n >= HID_OUTPUT_FIFO_SIZE / 2) { in picolcd_fb_update()