Searched refs:this_read (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500.c362 int this_read; local
394 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count;
398 ibuf, this_read, &partial,
401 dbg("read stats: result:%d this_read:%u partial:%u",
402 result, this_read, partial);
405 count = this_read = partial;
418 err("Read Whoops - result:%u partial:%u this_read:%u",
419 result, partial, this_read);
426 if (this_read) {
427 if (copy_to_user(buffer, ibuf, this_read)) {
[all...]

Completed in 40 milliseconds