Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd_queue.c750 int first_data_bytes; in dwc2_uframe_schedule_split() local
838 first_data_bytes = 188 - in dwc2_uframe_schedule_split()
842 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
843 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
844 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
862 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
865 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
901 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
931 first_count = first_data_bytes; in dwc2_uframe_schedule_split()