Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Docteon-hcd.c2400 int bytes_in_last_packet) in cvmx_usb_transfer_control() argument
2451 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_control()
2458 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_control()
2484 int bytes_in_last_packet) in cvmx_usb_transfer_bulk() argument
2496 (bytes_in_last_packet == pipe->max_packet)) in cvmx_usb_transfer_bulk()
2507 (bytes_in_last_packet < pipe->max_packet)) in cvmx_usb_transfer_bulk()
2517 int bytes_in_last_packet) in cvmx_usb_transfer_intr() argument
2524 (bytes_in_last_packet == pipe->max_packet)) { in cvmx_usb_transfer_intr()
2532 (bytes_in_last_packet < pipe->max_packet)) { in cvmx_usb_transfer_intr()
2542 int bytes_in_last_packet, in cvmx_usb_transfer_isoc() argument
[all …]