Searched refs:HID_MAX_BUFFER_SIZE (Results 1 – 6 of 6) sorted by relevance
129 if (count > HID_MAX_BUFFER_SIZE) { in hidraw_send_report()213 if (count > HID_MAX_BUFFER_SIZE) { in hidraw_get_report()
104 __u8 data[HID_MAX_BUFFER_SIZE];
294 unsigned int max_buffer_size = HID_MAX_BUFFER_SIZE; in hid_add_field()2049 int max_buffer_size = HID_MAX_BUFFER_SIZE; in hid_report_raw_event()2543 unsigned int max_buffer_size = HID_MAX_BUFFER_SIZE; in __hid_hw_raw_request()2586 unsigned int max_buffer_size = HID_MAX_BUFFER_SIZE; in __hid_hw_output_report()
76 if (count > HID_MAX_BUFFER_SIZE) { in wiimote_queue()
452 if (len > HID_MAX_BUFFER_SIZE) in hidp_process_report()453 len = HID_MAX_BUFFER_SIZE; in hidp_process_report()
590 #define HID_MAX_BUFFER_SIZE 16384 /* 16kb */ macro