Searched refs:HID_CONTROL_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
70 struct hid_control_fifo ctrl[HID_CONTROL_FIFO_SIZE]; /* Control fifo */77 struct hid_output_fifo out[HID_CONTROL_FIFO_SIZE]; /* Output pipe fifo */
591 #define HID_CONTROL_FIFO_SIZE 256 /* to init devices with >100 reports */ macro