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

/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c714 int first_data_bytes; local
802 first_data_bytes = 188 -
806 if (first_data_bytes > bytecount)
807 first_data_bytes = bytecount;
808 other_data_bytes = bytecount - first_data_bytes;
826 (first_data_bytes != min_t(int, 188, bytecount))) {
829 qh, first_data_bytes, bytecount);
865 first_count = first_data_bytes;
895 first_count = first_data_bytes;

Completed in 203 milliseconds