other_data_bytes  745 drivers/usb/dwc2/hcd_queue.c 		int other_data_bytes;
other_data_bytes  838 drivers/usb/dwc2/hcd_queue.c 		other_data_bytes = bytecount - first_data_bytes;
other_data_bytes  868 drivers/usb/dwc2/hcd_queue.c 		qh->num_hs_transfers = 1 + DIV_ROUND_UP(other_data_bytes, 188);
other_data_bytes  896 drivers/usb/dwc2/hcd_queue.c 				middle_count = max_t(int, 4, other_data_bytes);
other_data_bytes  927 drivers/usb/dwc2/hcd_queue.c 						     other_data_bytes);
other_data_bytes  928 drivers/usb/dwc2/hcd_queue.c 				end_count = other_data_bytes % 188;