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

/linux-master/drivers/hid/usbhid/
H A Dusbhid.h70 struct hid_control_fifo ctrl[HID_CONTROL_FIFO_SIZE]; /* Control fifo */
77 struct hid_output_fifo out[HID_CONTROL_FIFO_SIZE]; /* Output pipe fifo */
H A Dhid-core.c505 usbhid->ctrltail = (usbhid->ctrltail + 1) & (HID_CONTROL_FIFO_SIZE - 1);
580 if ((head = (usbhid->ctrlhead + 1) & (HID_CONTROL_FIFO_SIZE - 1)) == usbhid->ctrltail) {
1232 (HID_CONTROL_FIFO_SIZE - 1);
/linux-master/include/linux/
H A Dhid.h553 #define HID_CONTROL_FIFO_SIZE 256 /* to init devices with >100 reports */ macro

Completed in 112 milliseconds