Searched refs:max_packet (Results 1 – 1 of 1) sorted by relevance
55 int max_packet; in hid_thread() local77 max_packet = usb_device_get_device_descriptor(device)->bMaxPacketSize0; in hid_thread()79 max_packet--; in hid_thread()96 if (count > max_packet) count = max_packet; in hid_thread()