Lines Matching refs:bytecount
681 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local
806 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
807 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
808 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
826 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
829 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
857 middle_count = bytecount; in dwc2_uframe_schedule_split()
858 end_count = bytecount; in dwc2_uframe_schedule_split()
891 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
1492 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local
1523 ep_is_isoc, bytecount)); in dwc2_qh_init()
1525 ep_is_isoc, bytecount); in dwc2_qh_init()
1588 speed, bytecount); in dwc2_qh_init()