Lines Matching refs:bytecount
645 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local
770 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
771 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
772 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
790 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
793 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
821 middle_count = bytecount; in dwc2_uframe_schedule_split()
822 end_count = bytecount; in dwc2_uframe_schedule_split()
855 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
1456 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local
1487 ep_is_isoc, bytecount)); in dwc2_qh_init()
1489 ep_is_isoc, bytecount); in dwc2_qh_init()
1552 speed, bytecount); in dwc2_qh_init()