Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/octeon-usb/
Docteon-hcd.c2397 int bytes_in_last_packet) in cvmx_usb_transfer_control() argument
2448 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_control()
2455 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_control()
2481 int bytes_in_last_packet) in cvmx_usb_transfer_bulk() argument
2493 (bytes_in_last_packet == pipe->max_packet)) in cvmx_usb_transfer_bulk()
2504 (bytes_in_last_packet < pipe->max_packet)) in cvmx_usb_transfer_bulk()
2514 int bytes_in_last_packet) in cvmx_usb_transfer_intr() argument
2521 (bytes_in_last_packet == pipe->max_packet)) { in cvmx_usb_transfer_intr()
2529 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_intr()
2539 int bytes_in_last_packet, in cvmx_usb_transfer_isoc() argument
[all …]