[go: nahoru, domu]

Searched defs:current_rx_bytes (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/legacy/
H A Dprinter.c81 size_t current_rx_bytes; member in struct:printer_dev
457 size_t current_rx_bytes; local
478 current_rx_bytes = dev->current_rx_bytes;
481 dev->current_rx_bytes = 0;
485 * current_rx_bytes is the number of bytes in the current rx buffer.
490 if ((current_rx_bytes == 0) &&
511 while ((current_rx_bytes || likely(!list_empty(&dev->rx_buffers)))
513 if (current_rx_bytes == 0) {
520 current_rx_bytes
[all...]

Completed in 37 milliseconds