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

/linux-4.1.27/drivers/usb/dwc2/
H A Dcore.c1265 u32 remaining_count; dwc2_hc_write_packet() local
1276 remaining_count = chan->xfer_len - chan->xfer_count; dwc2_hc_write_packet()
1277 if (remaining_count > chan->max_packet) dwc2_hc_write_packet()
1280 byte_count = remaining_count; dwc2_hc_write_packet()

Completed in 60 milliseconds