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

/drivers/usb/misc/
H A Dftdi-elan.c698 int packet_bytes = 0; local
702 &packet_bytes, 50);
703 if (packet_bytes > 2) {
704 ftdi->bulk_in_left = packet_bytes - 2;
960 int packet_bytes = 0; local
964 &packet_bytes, 500);
967 int m = packet_bytes;
977 if (packet_bytes > 2) {
978 ftdi->bulk_in_left = packet_bytes - 2;
985 packet_bytes, bytes_rea
1880 int packet_bytes = 0; local
2066 int packet_bytes = 0; local
2176 int packet_bytes = 0; local
[all...]

Completed in 46 milliseconds