current_rx_bytes   80 drivers/usb/gadget/function/f_printer.c 	size_t			current_rx_bytes;
current_rx_bytes  421 drivers/usb/gadget/function/f_printer.c 	size_t				current_rx_bytes;
current_rx_bytes  442 drivers/usb/gadget/function/f_printer.c 	current_rx_bytes = dev->current_rx_bytes;
current_rx_bytes  445 drivers/usb/gadget/function/f_printer.c 	dev->current_rx_bytes = 0;
current_rx_bytes  454 drivers/usb/gadget/function/f_printer.c 	if ((current_rx_bytes == 0) &&
current_rx_bytes  475 drivers/usb/gadget/function/f_printer.c 	while ((current_rx_bytes || likely(!list_empty(&dev->rx_buffers)))
current_rx_bytes  477 drivers/usb/gadget/function/f_printer.c 		if (current_rx_bytes == 0) {
current_rx_bytes  484 drivers/usb/gadget/function/f_printer.c 				current_rx_bytes = req->actual;
current_rx_bytes  495 drivers/usb/gadget/function/f_printer.c 		if (len > current_rx_bytes)
current_rx_bytes  496 drivers/usb/gadget/function/f_printer.c 			size = current_rx_bytes;
current_rx_bytes  520 drivers/usb/gadget/function/f_printer.c 		if (size < current_rx_bytes) {
current_rx_bytes  521 drivers/usb/gadget/function/f_printer.c 			current_rx_bytes -= size;
current_rx_bytes  525 drivers/usb/gadget/function/f_printer.c 			current_rx_bytes = 0;
current_rx_bytes  532 drivers/usb/gadget/function/f_printer.c 	dev->current_rx_bytes = current_rx_bytes;
current_rx_bytes  703 drivers/usb/gadget/function/f_printer.c 	if (likely(dev->current_rx_bytes) ||
current_rx_bytes  854 drivers/usb/gadget/function/f_printer.c 	dev->current_rx_bytes = 0;
current_rx_bytes 1453 drivers/usb/gadget/function/f_printer.c 	dev->current_rx_bytes = 0;