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

/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c254 if (n >= HID_OUTPUT_FIFO_SIZE / 2) {
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c453 usbhid->outtail = (usbhid->outtail + 1) & (HID_OUTPUT_FIFO_SIZE - 1);
532 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) {
/linux-master/include/linux/
H A Dhid.h554 #define HID_OUTPUT_FIFO_SIZE 64 macro

Completed in 155 milliseconds